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

/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_response.cpp680 Return<void> RadioResponse_v1_1::stopNetworkScanResponse(const RadioResponseInfo& info) { function in class:RadioResponse_v1_1
/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_response.cpp684 Return<void> RadioResponse_v1_2::stopNetworkScanResponse(const RadioResponseInfo& info) { function in class:RadioResponse_v1_2
/hardware/ril/libril/
H A Dril_service.cpp6637 int radio::stopNetworkScanResponse(int slotId, int responseType, int serial, RIL_Errno e, function in class:radio
6640 RLOGD("stopNetworkScanResponse: serial %d", serial);
6647 = radioService[slotId]->mRadioResponseV1_1->stopNetworkScanResponse(responseInfo);
6650 RLOGE("stopNetworkScanResponse: radioService[%d]->mRadioResponseV1_1 == NULL", slotId);

Completed in 24 milliseconds