Searched refs:RilSapSocket (Results 1 - 6 of 6) sorted by relevance
/hardware/ril/libril/ |
H A D | sap_service.h | 22 #include <RilSapSocket.h> 28 void processResponse(MsgHeader *rsp, RilSapSocket *sapSocket); 29 void processUnsolResponse(MsgHeader *rsp, RilSapSocket *sapSocket);
|
H A D | RilSapSocket.cpp | 21 #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...] |
H A D | RilSapSocket.h | 25 * 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 D | Android.mk | 11 RilSapSocket.cpp \
|
H A D | ril.cpp | 48 #include <RilSapSocket.h> 468 UimFuncs = Init(&RilSapSocket::uimRilEnv, argc, argv); 472 RilSapSocket::initSapSocket(RIL1_SERVICE_NAME, UimFuncs); 475 RilSapSocket::initSapSocket(RIL2_SERVICE_NAME, UimFuncs); 479 RilSapSocket::initSapSocket(RIL3_SERVICE_NAME, UimFuncs); 483 RilSapSocket::initSapSocket(RIL4_SERVICE_NAME, UimFuncs);
|
H A D | sap_service.cpp | 95 // Memory for msg will be freed by RilSapSocket::onRequestComplete() 117 RilSapSocket *sapSocket = RilSapSocket::getSocketById(rilSocketId); 661 sp<SapImpl> getSapImpl(RilSapSocket *sapSocket) { 764 void processResponse(MsgHeader *rsp, RilSapSocket *sapSocket, MsgType msgType) { 916 void sap::processResponse(MsgHeader *rsp, RilSapSocket *sapSocket) { 920 void sap::processUnsolResponse(MsgHeader *rsp, RilSapSocket *sapSocket) {
|
Completed in 32 milliseconds