Lines Matching refs:sapSocket
119 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
923 processResponse(rsp, sapSocket, MsgType_UNSOL_RESPONSE); in processUnsolResponse()