Home
last modified time | relevance | path

Searched refs:voiceRegResponse (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/radio/1.2/
DIRadioResponse.hal104 * @param voiceRegResponse Current Voice registration response as defined by VoiceRegStateResult
113 VoiceRegStateResult voiceRegResponse);
/hardware/interfaces/radio/1.5/
DIRadioResponse.hal209 * @param voiceRegResponse Current Voice registration response as defined by RegStateResult
218 RegStateResult voiceRegResponse);
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_hidl_hal_utils_v1_3.h121 const ::android::hardware::radio::V1_0::VoiceRegStateResult& voiceRegResponse);
443 const ::android::hardware::radio::V1_2::VoiceRegStateResult& voiceRegResponse);
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_utils_v1_2.h158 const ::android::hardware::radio::V1_0::VoiceRegStateResult& voiceRegResponse);
476 const ::android::hardware::radio::V1_2::VoiceRegStateResult& voiceRegResponse);
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_utils_v1_4.h140 const ::android::hardware::radio::V1_0::VoiceRegStateResult& voiceRegResponse);
469 const ::android::hardware::radio::V1_2::VoiceRegStateResult& voiceRegResponse);
/hardware/ril/libril/
Dril_service.cpp3865 VoiceRegStateResult voiceRegResponse = {}; in getVoiceRegistrationStateResponse() local
3876 voiceRegResponse.regState = (RegState) ATOI_NULL_HANDLED_DEF(resp[0], 4); in getVoiceRegistrationStateResponse()
3877 voiceRegResponse.rat = ATOI_NULL_HANDLED(resp[3]); in getVoiceRegistrationStateResponse()
3878 voiceRegResponse.cssSupported = ATOI_NULL_HANDLED_DEF(resp[7], 0); in getVoiceRegistrationStateResponse()
3879 voiceRegResponse.roamingIndicator = ATOI_NULL_HANDLED(resp[10]); in getVoiceRegistrationStateResponse()
3880 voiceRegResponse.systemIsInPrl = ATOI_NULL_HANDLED_DEF(resp[11], 0); in getVoiceRegistrationStateResponse()
3881 voiceRegResponse.defaultRoamingIndicator = ATOI_NULL_HANDLED_DEF(resp[12], 0); in getVoiceRegistrationStateResponse()
3882 voiceRegResponse.reasonForDenial = ATOI_NULL_HANDLED_DEF(resp[13], 0); in getVoiceRegistrationStateResponse()
3883 fillCellIdentityFromVoiceRegStateResponseString(voiceRegResponse.cellIdentity, in getVoiceRegistrationStateResponse()
3894 voiceRegResponse.regState = (RegState) voiceRegState->regState; in getVoiceRegistrationStateResponse()
[all …]
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_hidl_hal_utils_v1_5.h155 const ::android::hardware::radio::V1_0::VoiceRegStateResult& voiceRegResponse);
485 const ::android::hardware::radio::V1_2::VoiceRegStateResult& voiceRegResponse);
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_utils_v1_0.h120 const VoiceRegStateResult& voiceRegResponse);
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_hidl_hal_utils_v1_1.h119 const VoiceRegStateResult& voiceRegResponse);
/hardware/interfaces/radio/1.0/
DIRadioResponse.hal429 * @param voiceRegResponse Current Voice registration response as defined by VoiceRegStateResult
442 VoiceRegStateResult voiceRegResponse);