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

/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_response.cpp503 Return<void> RadioResponse::setTTYModeResponse(const RadioResponseInfo& info) { function in class:RadioResponse
/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_response.cpp374 Return<void> RadioResponse_v1_1::setTTYModeResponse(const RadioResponseInfo& /*info*/) { function in class:RadioResponse_v1_1
/hardware/ril/libril/
H A Dril_service.cpp5134 int radio::setTTYModeResponse(int slotId, function in class:radio
5138 RLOGD("setTTYModeResponse: serial %d", serial);
5145 = radioService[slotId]->mRadioResponse->setTTYModeResponse(responseInfo);
5148 RLOGE("setTTYModeResponse: radioService[%d]->mRadioResponse == NULL", slotId);

Completed in 50 milliseconds