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

/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_response.cpp417 Return<void> RadioResponse::setBandModeResponse(const RadioResponseInfo& info) { function in class:RadioResponse
/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_response.cpp309 Return<void> RadioResponse_v1_1::setBandModeResponse(const RadioResponseInfo& /*info*/) { function in class:RadioResponse_v1_1
/hardware/ril/libril/
H A Dril_service.cpp4803 int radio::setBandModeResponse(int slotId, function in class:radio
4807 RLOGD("setBandModeResponse: serial %d", serial);
4814 = radioService[slotId]->mRadioResponse->setBandModeResponse(responseInfo);
4817 RLOGE("setBandModeResponse: radioService[%d]->mRadioResponse == NULL", slotId);

Completed in 50 milliseconds