Searched defs:acknowledgeRequest (Results 1 - 4 of 4) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_response.cpp901 Return<void> RadioResponse::acknowledgeRequest(int32_t /*serial*/) { function in class:RadioResponse
/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_response.cpp656 Return<void> RadioResponse_v1_1::acknowledgeRequest(int32_t /*serial*/) { function in class:RadioResponse_v1_1
/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_response.cpp664 Return<void> RadioResponse_v1_2::acknowledgeRequest(int32_t /*serial*/) { function in class:RadioResponse_v1_2
/hardware/ril/libril/
H A Dril_service.cpp2938 void radio::acknowledgeRequest(int slotId, int serial) { function in class:radio
2940 Return<void> retStatus = radioService[slotId]->mRadioResponse->acknowledgeRequest(serial);
2943 RLOGE("acknowledgeRequest: radioService[%d]->mRadioResponse == NULL", slotId);

Completed in 59 milliseconds