Searched refs:onRequestComplete (Results 1 - 2 of 2) sorted by relevance
/hardware/ril/libril/ |
H A D | RilSapSocket.h | 119 void onRequestComplete(RIL_Token t,RIL_Errno e, 163 * Class method that selects the socket on which the onRequestComplete
|
H A D | RilSapSocket.cpp | 55 sap_socket->onRequestComplete(t,e,response,responselen); 202 // SapSocketRequest will be deallocated in onRequestComplete() 234 void RilSapSocket::onRequestComplete(RIL_Token t, RIL_Errno e, void *response, function in class:RilSapSocket 246 RLOGE("onRequestComplete: OOM"); 255 RLOGE("RilSapSocket::onRequestComplete: Token:%d, MessageId:%d ril token 0x%p", 265 RLOGE ("RilSapSocket::onRequestComplete: invalid Token or Message Id");
|
Completed in 7 milliseconds