History log of /hardware/ril/libril/RilSocket.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4cc508a73ca9860956d3d14e400c79d095ad95ef 22-Mar-2017 Amit Mahajan <amitmahajan@google.com> Remove SAP socket.

Test: Basic SAP sanity
Bug: 32020264
Change-Id: Iece9d047db513e425e8a954e2ece2bba7e3e2535
/hardware/ril/libril/RilSocket.h
c2c71858445ae70310d11c15efaf035b4fdfcf3c 30-Nov-2016 Amit Mahajan <amitmahajan@google.com> Converting SAP from protobuf to hidl.

Test: Basic SAP sanity.
Bug: 32020264
Change-Id: I87dd2bd320736d06e10733dd40743c83e548d3c9
/hardware/ril/libril/RilSocket.h
b8ade03dd4b6ee7f2e6496e8b0f479ab98793a82 16-Dec-2015 Colin Cross <ccross@android.com> Properly export ril_ex.h

Copying headers makes fixing compile errors hard, and breaks dependency
restrictions. Move ril_ex.h to an exported include directory instead of
copying it.

Bug: 18903857
Change-Id: I4b59a01e442db0d3198def69a5a5ff17b2a41c66
/hardware/ril/libril/RilSocket.h
e0fdb5d2a526d90d804fe4f201bae4623a0b311a 07-May-2015 Chih-Hung Hsieh <chh@google.com> Add missing extern "C" declaration.

BUG: 20891299
Change-Id: Iedfd2e8e5bd32014f011352898763bcc0887b6b9
/hardware/ril/libril/RilSocket.h
27976c479473bb772703fe4caa100e535e635e84 02-Jul-2014 Dheeraj Shetty <dshetty@codeaurora.org> Introduction of the new SAP-UIM socket

Added new socket connection for communication between the SAP module
in Telephony and User Identity Module with DSDA support.

New classes added are:

RilSocket
---------
Base class(virtual) for any type of socket. Has listen
and commands callbacks similar to that of the existing
telephony->rild socket.

RilSapSocket
------------
Derived class for socket for communication between BT SAP
and the sim module in the modem. It initialises
socket, calls Sap_Uim_Init to get the handles and
starts the socket thread.

rilSocketQueue
--------------
Queue for managing socket requests.

Change-Id: I8828173941d6ae76f1f9cc0d567efaf41a77d175
/hardware/ril/libril/RilSocket.h