summaryrefslogtreecommitdiff
path: root/android/hal-ipc.c
Commit message (Expand)AuthorAgeFilesLines
* android/hal: Check if command socket was shutdown by peerSzymon Janc2013-11-191-0/+6
* android/hal: Add initial code for IPC message handlersSzymon Janc2013-11-191-38/+79
* android/hal: Verify command status response before processingSzymon Janc2013-11-181-0/+11
* android/hal-ipc: Add pan notification call to hal-ipc dispatch handlerRavi kumar Veeramally2013-11-151-0/+3
* android/hal: Use hidhost instead of hh in hidhost HALSzymon Janc2013-11-071-1/+1
* android/hal: Use a2dp instead of av in a2dp HALSzymon Janc2013-11-071-1/+1
* android/ipc: Fix receiving file descriptorsAndrei Emeltchenko2013-11-071-1/+1
* android/hal-hidhost: Add implementation of .connection_state_cbLuiz Augusto von Dentz2013-10-311-0/+3
* android/hal: Add skeleton for handling av notificationsGrzegorz Kolodziejczyk2013-10-281-0/+3
* android/hal: Associate thread to JavaAndrei Emeltchenko2013-10-251-0/+4
* android: Rename ERROR enum and command to STATUSLuiz Augusto von Dentz2013-10-251-9/+9
* android/hal-msg: Reduce length of defines and struct namesLuiz Augusto von Dentz2013-10-241-28/+28
* android/hal: Verify if command response service ID matchSzymon Janc2013-10-231-0/+6
* android/hal: Fix crash while receiving notificationSzymon Janc2013-10-231-1/+1
* android: Fix compilation errorAndrei Emeltchenko2013-10-231-0/+1
* android: Check that service is startedAndrei Emeltchenko2013-10-231-1/+5
* android: Make hal_ipc_command return directly the statusJohan Hedberg2013-10-221-6/+10
* android: Simply exit if hal_ipc_cmd gets an invalid fdJohan Hedberg2013-10-221-2/+4
* android/hal: Use notification socket for daemon lifetime trackingSzymon Janc2013-10-221-2/+7
* android/hal: Add initial support for handling adapter notificationsSzymon Janc2013-10-221-0/+4
* android/hal: Add initial code for notification handlingSzymon Janc2013-10-221-2/+105
* android/hal: Fix receiving of commands with no response parameterSzymon Janc2013-10-221-0/+1
* android: Improve hal_ipc_cmd helperSzymon Janc2013-10-221-0/+6
* android/hal: Add initial code for sending commandsSzymon Janc2013-10-211-0/+107
* android/hal: Move IPC and sockets related code to separate fileSzymon Janc2013-10-211-0/+137