Searched defs:acceptCallResponse (Results 1 - 3 of 3) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_response.cpp276 Return<void> RadioResponse::acceptCallResponse(const RadioResponseInfo& info) { function in class:RadioResponse
/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_response.cpp204 Return<void> RadioResponse_v1_1::acceptCallResponse(const RadioResponseInfo& /*info*/) { function in class:RadioResponse_v1_1
/hardware/ril/libril/
H A Dril_service.cpp4343 int radio::acceptCallResponse(int slotId, function in class:radio
4347 RLOGD("acceptCallResponse: serial %d", serial);
4353 Return<void> retStatus = radioService[slotId]->mRadioResponse->acceptCallResponse(
4357 RLOGE("acceptCallResponse: radioService[%d]->mRadioResponse == NULL",
4432 RLOGD("acceptCallResponse: serial %d", serial);
4517 RLOGE("acceptCallResponse: radioService[%d]->setNetworkSelectionModeManualResponse "

Completed in 66 milliseconds