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
99 static RilSapSocket* getSocketById(RIL_SOCKET_ID socketId);
105 RilSapSocket* socket;
158 RilSapSocket(const char *socketName,
H A DRilSapSocket.cpp21 #include "RilSapSocket.h"
31 static RilSapSocket::RilSapSocketList *head = NULL;
37 struct RIL_Env RilSapSocket::uimRilEnv = {
38 .OnRequestComplete = RilSapSocket::sOnRequestComplete,
39 .OnUnsolicitedResponse = RilSapSocket::sOnUnsolicitedResponse,
43 void RilSapSocket::sOnRequestComplete (RIL_Token t,
47 RilSapSocket *sap_socket;
67 void RilSapSocket::sOnUnsolicitedResponse(int unsolResponse,
71 RilSapSocket *sap_socket = getSocketById(socketId);
77 void RilSapSocket
192 RilSapSocket::RilSapSocket(const char *socketName, function in class:RilSapSocket
[all...]

Completed in 5 milliseconds