HomeSort by relevance Sort by last modified time
    Searched refs:RilSapSocket (Results 1 - 4 of 4) sorted by null

  /hardware/ril/libril/
RilSapSocket.cpp 21 #include "RilSapSocket.h"
29 static RilSapSocket::RilSapSocketList *head = NULL;
44 struct RIL_Env RilSapSocket::uimRilEnv = {
45 .OnRequestComplete = RilSapSocket::sOnRequestComplete,
46 .OnUnsolicitedResponse = RilSapSocket::sOnUnsolicitedResponse,
50 void RilSapSocket::sOnRequestComplete (RIL_Token t,
54 RilSapSocket *sap_socket;
74 void RilSapSocket::sOnUnsolicitedResponse(int unsolResponse,
78 RilSapSocket *sap_socket = getSocketById(socketId);
84 void RilSapSocket::sOnUnsolicitedResponse(int unsolResponse
    [all...]
RilSapSocket.h 25 * RilSapSocket is a derived class, derived from the RilSocket abstract
37 class RilSapSocket : public RilSocket {
110 RilSapSocket* socket;
154 static RilSapSocket* getSocketById(RIL_SOCKET_ID socketId);
206 RilSapSocket(const char *socketName,
Android.mk 10 RilSapSocket.cpp \
ril.cpp 49 #include <RilSapSocket.h>
    [all...]

Completed in 230 milliseconds