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

/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_response.cpp373 Return<void> RadioResponse::getClipResponse(const RadioResponseInfo& info, ClipStatus /*status*/) { function in class:RadioResponse
/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_response.cpp273 Return<void> RadioResponse_v1_1::getClipResponse(const RadioResponseInfo& /*info*/, function in class:RadioResponse_v1_1
/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_response.cpp279 Return<void> RadioResponse_v1_2::getClipResponse(const RadioResponseInfo& /*info*/, function in class:RadioResponse_v1_2
/hardware/ril/libril/
H A Dril_service.cpp4704 int radio::getClipResponse(int slotId, function in class:radio
4708 RLOGD("getClipResponse: serial %d", serial);
4714 Return<void> retStatus = radioService[slotId]->mRadioResponse->getClipResponse(responseInfo,
4718 RLOGE("getClipResponse: radioService[%d]->mRadioResponse == NULL", slotId);

Completed in 94 milliseconds