Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp914 static RIL_PreferredNetworkType gModemCurrentType = gModemDefaultType; variable
1018 if (gModemCurrentType == desired_type) { in request_set_preferred_network_type()
1027 ALOGV("Requesting modem technology change %d -> %d", gModemCurrentType, in request_set_preferred_network_type()
1037 gModemCurrentType = desired_type; in request_set_preferred_network_type()
1087 asprintf(&responseStr[3], "%d", getBestVoiceTechnology(gModemCurrentType)); in request_registration_state()
1101 asprintf(&responseStr[3], "%d", getBestDataTechnology(gModemCurrentType)); in request_registration_state()
1124 switch (gModemCurrentType) { in isCDMA()
1144 ALOGE("INVALID MODEM TYPE: %d", gModemCurrentType); in isCDMA()
1151 switch (gModemCurrentType) { in isGSM()
1171 ALOGE("INVALID MODEM TYPE: %d", gModemCurrentType); in isGSM()
[all …]