summaryrefslogtreecommitdiff
path: root/android/hal-ipc.c
Commit message (Expand)AuthorAgeFilesLines
* android: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-12/+1
* android/ipc: Remove unneeded checkAndrei Emeltchenko2014-08-011-2/+1
* android/hal-ipc: Pass FD to notification handlersSzymon Janc2014-06-121-3/+3
* android/hal-ipc: Move daemon starting to bluetooth HALSzymon Janc2014-06-121-6/+0
* android/hal-ipc: Split IPC init and accept to separate functionsSzymon Janc2014-06-121-38/+50
* android/hal-ipc: Move exit calls under label in notification_handlerSzymon Janc2014-06-121-5/+8
* android/hal-ipc: Move exit calls under failed label in hal_ipc_cmdSzymon Janc2014-06-121-23/+26
* android/hal-ipc: Move exit calls outside of handle_msgSzymon Janc2014-06-121-18/+19
* android/hal-ipc: Fix missing mutex unlockSzymon Janc2014-06-121-0/+1
* android/hal-ipc: Allow to pass custom path to IPCSzymon Janc2014-06-121-2/+2
* android: Make multi-line comments style consistentSzymon Janc2014-04-291-2/+4
* android/hal-ipc: Increase bluetoothd connect timeoutSzymon Janc2014-04-101-1/+1
* android/hal-ipc: Make opcode debug print more readableJakub Tyszkowski2014-03-171-2/+2
* android/hal-ipc: Fix double include of errno.hSzymon Janc2014-03-011-1/+0
* android: Create comon header for IPCSzymon Janc2014-02-281-5/+6
* android/hal-ipc: Fix race condition when closing IPCSzymon Janc2014-02-241-1/+7
* android/hal: Update property used for start/stop servicesSzymon Janc2014-01-171-3/+2
* android: Fix error check from pthread_createLukasz Rymanowski2014-01-101-3/+3
* 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