Searched refs:onRequestComplete (Results 1 - 2 of 2) sorted by relevance

/hardware/ril/libril/
H A DRilSapSocket.h134 void onRequestComplete(RIL_Token t,RIL_Errno e,
219 * Class method that selects the socket on which the onRequestComplete
H A DRilSapSocket.cpp63 sap_socket->onRequestComplete(t,e,response,responselen);
269 // SapSocketRequest will be deallocated in onRequestComplete()
299 void RilSapSocket::onRequestComplete(RIL_Token t, RIL_Errno e, void *response, function in class:RilSapSocket
311 RLOGE("onRequestComplete: OOM");
329 RLOGE ("RilSapSocket::onRequestComplete: invalid Token or Message Id");
362 log_hex("onRequestComplete", &buffer[sizeof(written_size)], encoded_size);
406 // MsgHeader will be deallocated in onRequestComplete()

Completed in 56 milliseconds