History log of /hardware/ril/libril/RilSapSocket.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/RilSapSocket.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/RilSapSocket.h
d33397bed7bab16991d2a9d83d84d157b1e02b29 18-Aug-2015 Pavel Zhamaitsiak <pavelz@google.com> Fix memory leaks and use of uninitialized pointers.

Bug: 23187886
Change-Id: Ic15a02a902b591362b5c52c20afabe511fb0bbb7
/hardware/ril/libril/RilSapSocket.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/RilSapSocket.h