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

/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_response.cpp605 Return<void> RadioResponse::writeSmsToRuimResponse(const RadioResponseInfo& info, uint32_t index) { function in class:RadioResponse
/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_response.cpp450 Return<void> RadioResponse_v1_1::writeSmsToRuimResponse(const RadioResponseInfo& /*info*/, function in class:RadioResponse_v1_1
/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_response.cpp458 Return<void> RadioResponse_v1_2::writeSmsToRuimResponse(const RadioResponseInfo& /*info*/, function in class:RadioResponse_v1_2
/hardware/ril/libril/
H A Dril_service.cpp5515 int radio::writeSmsToRuimResponse(int slotId, function in class:radio
5519 RLOGD("writeSmsToRuimResponse: serial %d", serial);
5526 = radioService[slotId]->mRadioResponse->writeSmsToRuimResponse(responseInfo, ret);
5529 RLOGE("writeSmsToRuimResponse: radioService[%d]->mRadioResponse == NULL", slotId);

Completed in 71 milliseconds