summaryrefslogtreecommitdiff
path: root/android/ipc.h
Commit message (Expand)AuthorAgeFilesLines
* android: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* android/ipc: Add support for sending FD in notificationsSzymon Janc2014-06-121-0/+3
* android/ipc: Make struct service_handler privateSzymon Janc2014-06-121-5/+0
* android/a2dp: Use common IPC for audio socketSzymon Janc2014-02-281-7/+0
* android: Add support for disabling notifications in IPCSzymon Janc2014-02-281-0/+1
* android: Add support for registering disconnect callback in IPCSzymon Janc2014-02-281-1/+4
* android: Refactor IPC initSzymon Janc2014-02-281-10/+14
* android: Update copyright and license detailsMarcel Holtmann2014-02-111-10/+10
* android/A2DP: Add retry logic to Audio IPCLuiz Augusto von Dentz2014-01-211-1/+2
* android/ipc: Add audio_ipc_send_rsp and audio_ipc_send_rsp_fullLuiz Augusto von Dentz2014-01-071-0/+2
* android/ipc: Add message handling for audio IPCLuiz Augusto von Dentz2014-01-071-0/+8
* android/ipc: Add initial code for audio IPCLuiz Augusto von Dentz2014-01-071-0/+1
* android: Move sockets handling from main to IPC codeSzymon Janc2013-12-031-3/+1
* android: Add initial code for IPC message handlersSzymon Janc2013-12-021-0/+10
* android: Make ipc_send staticSzymon Janc2013-11-281-2/+0
* android: Add ipc_send_rsp_full IPC helperSzymon Janc2013-11-281-0/+2
* android: Add IPC helper for sending notificationsSzymon Janc2013-11-281-0/+2
* android: Remove socket parameter from ipc_send_rspSzymon Janc2013-11-281-1/+1
* android: Initialize IPC with command and notification socketsSzymon Janc2013-11-281-0/+3
* android: Improve IPC helper to not send invalid status responseSzymon Janc2013-11-181-1/+1
* android: Make IPC helpers accept file descriptorSzymon Janc2013-11-071-2/+2
* android: Rename ipc_send_error to ipc_send_rspLuiz Augusto von Dentz2013-10-251-1/+1
* android: Add IPC helper for convenient error sendingSzymon Janc2013-10-211-0/+1
* android: Add IPC helper for sending command responses and notificationSzymon Janc2013-10-211-0/+25