Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp6486 Cdma2000RegistrationInfo cdmaInfo; in getVoiceRegistrationStateResponse() local
6487 cdmaInfo.cssSupported = ATOI_NULL_HANDLED_DEF(resp[7], 0); in getVoiceRegistrationStateResponse()
6488 cdmaInfo.roamingIndicator = ATOI_NULL_HANDLED(resp[10]); in getVoiceRegistrationStateResponse()
6489 cdmaInfo.systemIsInPrl = (V1_5::PrlIndicator)ATOI_NULL_HANDLED_DEF(resp[11], 0); in getVoiceRegistrationStateResponse()
6490 cdmaInfo.defaultRoamingIndicator= ATOI_NULL_HANDLED_DEF(resp[12], 0); in getVoiceRegistrationStateResponse()
6491 regResponse.accessTechnologySpecificInfo.cdmaInfo(cdmaInfo); in getVoiceRegistrationStateResponse()
6545 Cdma2000RegistrationInfo cdmaInfo; in getVoiceRegistrationStateResponse() local
6546 cdmaInfo.cssSupported = ATOI_NULL_HANDLED_DEF(resp[7], 0); in getVoiceRegistrationStateResponse()
6547 cdmaInfo.roamingIndicator = ATOI_NULL_HANDLED(resp[10]); in getVoiceRegistrationStateResponse()
6548 cdmaInfo.systemIsInPrl = (V1_5::PrlIndicator)ATOI_NULL_HANDLED_DEF(resp[11], 0); in getVoiceRegistrationStateResponse()
[all …]