summaryrefslogtreecommitdiff
path: root/android/ipc.c
Commit message (Expand)AuthorAgeFilesLines
* 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