summaryrefslogtreecommitdiff
path: root/android/a2dp.c
Commit message (Expand)AuthorAgeFilesLines
...
* audio/A2DP: Add implemention of SEP set_configuration confirmationLuiz Augusto von Dentz2014-01-141-2/+38
* android/A2DP: Discover endpoints when initiatorLuiz Augusto von Dentz2014-01-141-60/+184
* audio/A2DP: Add implemention of SEP suspend indicationLuiz Augusto von Dentz2014-01-141-0/+23
* audio/A2DP: Add implemention of SEP start indicationLuiz Augusto von Dentz2014-01-141-0/+23
* audio/A2DP: Add implemention of SEP close indicationLuiz Augusto von Dentz2014-01-141-0/+31
* audio/A2DP: Add implemention of SEP open indicationLuiz Augusto von Dentz2014-01-141-14/+35
* android/a2dp: Fix buffer size calculation for codec capsAndrzej Kaczmarek2014-01-131-1/+1
* audio/A2DP: Add implemention of audio Suspend Stream commandLuiz Augusto von Dentz2014-01-131-1/+22
* audio/A2DP: Add implemention of audio Resume Stream commandLuiz Augusto von Dentz2014-01-131-1/+22
* audio/A2DP: Add implemention of audio Close Stream commandLuiz Augusto von Dentz2014-01-131-1/+22
* audio/A2DP: Add implemention of audio Open Stream commandLuiz Augusto von Dentz2014-01-131-2/+198
* audio/A2DP: Add implemention of audio Close commandLuiz Augusto von Dentz2014-01-131-2/+28
* audio/A2DP: Add implemention of audio Open commandLuiz Augusto von Dentz2014-01-131-1/+160
* android/A2DP: Add stream suspend command/response structLuiz Augusto von Dentz2014-01-071-0/+9
* android/A2DP: Add stream resume command/response structLuiz Augusto von Dentz2014-01-071-0/+9
* android/A2DP: Add stream close command/response structLuiz Augusto von Dentz2014-01-071-0/+9
* android/A2DP: Add stream open command/response structLuiz Augusto von Dentz2014-01-071-0/+9
* android/A2DP: Add audio close command/response structLuiz Augusto von Dentz2014-01-071-0/+9
* android/A2DP: Add audio open command/response structLuiz Augusto von Dentz2014-01-071-0/+9
* android/A2DP: Add initial code to handle audio IPC commandsLuiz Augusto von Dentz2014-01-071-1/+13
* android/AVDTP: Duplicate fd passed to avdtp_newLuiz Augusto von Dentz2013-12-201-1/+5
* android/A2DP: Fix disconnecting after AVDTP session creationLuiz Augusto von Dentz2013-12-201-7/+18
* android/A2DP: Use avdtp_add_disconnect_cb to cleanup on disconnectLuiz Augusto von Dentz2013-12-201-11/+3
* android/a2dp: Fix possible NULL dereferenceAndrei Emeltchenko2013-12-081-5/+13
* android: Use G_N_ELEMENTS macro for table elements calculationSzymon Janc2013-12-031-1/+1
* android/a2dp: Use generic IPC message handling for commandsSzymon Janc2013-12-021-34/+35
* android: Don't pass notification socket on services registerSzymon Janc2013-11-281-12/+1
* android: Use ipc_send_notif for sending notificationsSzymon Janc2013-11-281-2/+2
* android: Remove socket parameter from ipc_send_rspSzymon Janc2013-11-281-1/+1
* android/AVDTP: Strip dependenciesLuiz Augusto von Dentz2013-11-251-0/+23
* android/a2dp: Cleanup devices on unregisterLuiz Augusto von Dentz2013-11-211-3/+15
* android: Handle multiple init(register) and cleanup(unregister) calls properlyRavi kumar Veeramally2013-11-191-0/+6
* android/A2DP: Use sdp_data_free for freeing sdp data typesAndrei Emeltchenko2013-11-191-2/+2
* android/A2DP: trivial: Use NULL for zero pointerAndrei Emeltchenko2013-11-191-1/+1
* android: Improve IPC helper to not send invalid status responseSzymon Janc2013-11-181-1/+1
* android/a2dp: Use NULL for zero pointerAndrei Emeltchenko2013-11-181-14/+14
* android/a2dp: Add implementation of SDP recordLuiz Augusto von Dentz2013-11-141-0/+82
* android/a2dp: Add initial implementation of HAL_OP_A2DP_DISCONNECTLuiz Augusto von Dentz2013-11-141-2/+23
* android/a2dp: Add initial implementation of HAL_OP_A2DP_CONNECTLuiz Augusto von Dentz2013-11-141-18/+70
* android/a2dp: Add initial implementation of socket handlingLuiz Augusto von Dentz2013-11-141-0/+132
* android: Rename a2dp HAL related IPC API to match service nameSzymon Janc2013-11-071-4/+5
* android: Pass notification socket fd to service handlersSzymon Janc2013-11-071-9/+6
* android: Make IPC helpers accept file descriptorSzymon Janc2013-11-071-1/+2
* android/a2dp: Add initial code for handling commandsLuiz Augusto von Dentz2013-11-041-0/+36
* android: Add initial skeleton for a2dp in the daemonLuiz Augusto von Dentz2013-11-041-0/+56