Searched defs:RilSapSocket (Results 1 - 2 of 2) sorted by relevance

/hardware/ril/libril/
H A DRilSapSocket.h25 * RilSapSocket is a derived class, derived from the RilSocket abstract
37 class RilSapSocket : public RilSocket { class in inherits:RilSocket
110 RilSapSocket* socket;
154 static RilSapSocket* getSocketById(RIL_SOCKET_ID socketId);
206 RilSapSocket(const char *socketName,
H A DRilSapSocket.cpp21 #include "RilSapSocket.h"
30 static RilSapSocket::RilSapSocketList *head = NULL;
45 struct RIL_Env RilSapSocket::uimRilEnv = {
46 .OnRequestComplete = RilSapSocket::sOnRequestComplete,
47 .OnUnsolicitedResponse = RilSapSocket::sOnUnsolicitedResponse,
51 void RilSapSocket::sOnRequestComplete (RIL_Token t,
55 RilSapSocket *sap_socket;
75 void RilSapSocket::sOnUnsolicitedResponse(int unsolResponse,
79 RilSapSocket *sap_socket = getSocketById(socketId);
85 void RilSapSocket
216 RilSapSocket::RilSapSocket(const char *socketName, function in class:RilSapSocket
[all...]

Completed in 122 milliseconds