Searched refs:sapSocket (Results 1 – 2 of 2) sorted by relevance
28 void processResponse(MsgHeader *rsp, RilSapSocket *sapSocket);29 void processUnsolResponse(MsgHeader *rsp, RilSapSocket *sapSocket);
119 RilSapSocket *sapSocket = RilSapSocket::getSocketById(rilSocketId); in addPayloadAndDispatchRequest() local120 if (sapSocket) { in addPayloadAndDispatchRequest()122 sapSocket->dispatchRequest(msg); in addPayloadAndDispatchRequest()663 sp<SapImpl> getSapImpl(RilSapSocket *sapSocket) { in getSapImpl() argument664 switch (sapSocket->getSocketId()) { in getSapImpl()766 void processResponse(MsgHeader *rsp, RilSapSocket *sapSocket, MsgType msgType) { in processResponse() argument773 sp<SapImpl> sapImpl = getSapImpl(sapSocket); in processResponse()918 void sap::processResponse(MsgHeader *rsp, RilSapSocket *sapSocket) { in processResponse() argument919 processResponse(rsp, sapSocket, MsgType_RESPONSE); in processResponse()922 void sap::processUnsolResponse(MsgHeader *rsp, RilSapSocket *sapSocket) { in processUnsolResponse() argument[all …]