summaryrefslogtreecommitdiff
path: root/android/ipc.c
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-1/+7
* android/ipc: Make struct service_handler privateSzymon Janc2014-06-121-0/+5
* android: Create comon header for IPCSzymon Janc2014-02-281-8/+8
* android/a2dp: Use common IPC for audio socketSzymon Janc2014-02-281-4/+4
* android: Add support for disabling notifications in IPCSzymon Janc2014-02-281-9/+20
* android: Add support for registering disconnect callback in IPCSzymon Janc2014-02-281-37/+69
* android: Refactor IPC initSzymon Janc2014-02-281-48/+84
* android: Update copyright and license detailsMarcel Holtmann2014-02-111-10/+10
* android/ipc: Remove watches on cleanupMarcin Kraglak2014-02-031-2/+15
* android: Use src/log.h include instead of just log.hMarcel Holtmann2014-01-261-1/+1
* android/ipc: Leave the connect callback to handle errorsLuiz Augusto von Dentz2014-01-211-6/+1
* android/A2DP: Add retry logic to Audio IPCLuiz Augusto von Dentz2014-01-211-4/+5
* android/ipc: Use proper handlers in ipc_handle_msgAndrzej Kaczmarek2014-01-131-1/+1
* android/ipc: Fix arguments order in DBGAndrzej Kaczmarek2014-01-131-1/+1
* android/ipc: Add audio_ipc_send_rsp and audio_ipc_send_rsp_fullLuiz Augusto von Dentz2014-01-071-1/+1
* android/ipc: Add message handling for audio IPCLuiz Augusto von Dentz2014-01-071-32/+28
* android/ipc: Add initial code for audio IPCLuiz Augusto von Dentz2014-01-071-6/+8
* android/ipc: Remove not needed includeLukasz Rymanowski2013-12-301-1/+0
* android: Fix missing failure check in ipc_initSzymon Janc2013-12-091-0/+2
* android: Move sockets handling from main to IPC codeSzymon Janc2013-12-031-69/+204
* android: Add initial code for IPC message handlersSzymon Janc2013-12-021-0/+78
* android: Make ipc_send staticSzymon Janc2013-11-281-1/+1
* android: Add ipc_send_rsp_full IPC helperSzymon Janc2013-11-281-0/+6
* android: Add IPC helper for sending notificationsSzymon Janc2013-11-281-0/+9
* android: Remove socket parameter from ipc_send_rspSzymon Janc2013-11-281-3/+3
* android: Initialize IPC with command and notification socketsSzymon Janc2013-11-281-0/+15
* android/ipc: Zero initialize cmsg bufferAndrei Emeltchenko2013-11-211-0/+1
* android: Improve IPC helper to not send invalid status responseSzymon Janc2013-11-181-1/+6
* android/ipc: Fix crash when sending file descriptorAndrei Emeltchenko2013-11-081-3/+3
* android: Make IPC helpers accept file descriptorSzymon Janc2013-11-071-6/+4
* android: Add the missing HAVE_CONFIG_H check daemon filesLuiz Augusto von Dentz2013-11-041-0/+4
* android: Rename ipc_send_error to ipc_send_rspLuiz Augusto von Dentz2013-10-251-1/+1
* android: Rename ERROR enum and command to STATUSLuiz Augusto von Dentz2013-10-251-3/+3
* android/hal-msg: Reduce length of defines and struct namesLuiz Augusto von Dentz2013-10-241-9/+9
* android: Add IPC helper for convenient error sendingSzymon Janc2013-10-211-0/+9
* android: Add IPC helper for sending command responses and notificationSzymon Janc2013-10-211-0/+79