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

/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_response.cpp132 Return<void> RadioResponse::rejectCallResponse(const RadioResponseInfo& info) { function in class:RadioResponse
/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_response.cpp104 Return<void> RadioResponse_v1_1::rejectCallResponse(const RadioResponseInfo& /*info*/) { function in class:RadioResponse_v1_1
/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_response.cpp103 Return<void> RadioResponse_v1_2::rejectCallResponse(const RadioResponseInfo& /*info*/) { function in class:RadioResponse_v1_2
/hardware/ril/libril/
H A Dril_service.cpp3398 int radio::rejectCallResponse(int slotId, int responseType, function in class:radio
3401 RLOGD("rejectCallResponse: serial %d", serial);
3407 Return<void> retStatus = radioService[slotId]->mRadioResponse->rejectCallResponse(
3411 RLOGE("rejectCallResponse: radioService[%d]->mRadioResponse == NULL",

Completed in 199 milliseconds