Home
last modified time | relevance | path

Searched refs:sapSocket (Results 1 – 2 of 2) sorted by relevance

/hardware/ril/libril/
Dsap_service.h28 void processResponse(MsgHeader *rsp, RilSapSocket *sapSocket);
29 void processUnsolResponse(MsgHeader *rsp, RilSapSocket *sapSocket);
Dsap_service.cpp119 RilSapSocket *sapSocket = RilSapSocket::getSocketById(rilSocketId); in addPayloadAndDispatchRequest() local
120 if (sapSocket) { in addPayloadAndDispatchRequest()
122 sapSocket->dispatchRequest(msg); in addPayloadAndDispatchRequest()
663 sp<SapImpl> getSapImpl(RilSapSocket *sapSocket) { in getSapImpl() argument
664 switch (sapSocket->getSocketId()) { in getSapImpl()
766 void processResponse(MsgHeader *rsp, RilSapSocket *sapSocket, MsgType msgType) { in processResponse() argument
773 sp<SapImpl> sapImpl = getSapImpl(sapSocket); in processResponse()
918 void sap::processResponse(MsgHeader *rsp, RilSapSocket *sapSocket) { in processResponse() argument
919 processResponse(rsp, sapSocket, MsgType_RESPONSE); in processResponse()
922 void sap::processUnsolResponse(MsgHeader *rsp, RilSapSocket *sapSocket) { in processUnsolResponse() argument
[all …]