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

/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_response.cpp257 Return<void> RadioResponse::getCallWaitingResponse(const RadioResponseInfo& info, bool /*enable*/, function in class:RadioResponse
/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_response.cpp190 Return<void> RadioResponse_v1_1::getCallWaitingResponse(const RadioResponseInfo& /*info*/, function in class:RadioResponse_v1_1
/hardware/ril/libril/
H A Dril_service.cpp4270 int radio::getCallWaitingResponse(int slotId, function in class:radio
4274 RLOGD("getCallWaitingResponse: serial %d", serial);
4284 RLOGE("getCallWaitingResponse Invalid response: NULL");
4291 Return<void> retStatus = radioService[slotId]->mRadioResponse->getCallWaitingResponse(
4295 RLOGE("getCallWaitingResponse: radioService[%d]->mRadioResponse == NULL", slotId);

Completed in 49 milliseconds