Searched refs:sapSocket (Results 1 – 2 of 2) sorted by relevance
120 RilSapSocket *sapSocket = RilSapSocket::getSocketById(rilSocketId); in addPayloadAndDispatchRequest() local121 if (sapSocket) { in addPayloadAndDispatchRequest()123 sapSocket->dispatchRequest(msg); in addPayloadAndDispatchRequest()670 sp<SapImpl> getSapImpl(RilSapSocket *sapSocket) { in getSapImpl() argument671 switch (sapSocket->getSocketId()) { in getSapImpl()773 void processResponse(MsgHeader *rsp, RilSapSocket *sapSocket, MsgType msgType) { in processResponse() argument780 sp<SapImpl> sapImpl = getSapImpl(sapSocket); in processResponse()925 void sap::processResponse(MsgHeader *rsp, RilSapSocket *sapSocket) { in processResponse() argument926 processResponse(rsp, sapSocket, MsgType_RESPONSE); in processResponse()929 void sap::processUnsolResponse(MsgHeader *rsp, RilSapSocket *sapSocket) { in processUnsolResponse() argument[all …]
28 void processResponse(MsgHeader *rsp, RilSapSocket *sapSocket);29 void processUnsolResponse(MsgHeader *rsp, RilSapSocket *sapSocket);