Home
last modified time | relevance | path

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

/device/generic/goldfish/ril/
Dreference-ril.c90 #define MDM_EVDO 0x08 macro
130 MDM_CDMA | MDM_EVDO, // 4 - CDMA / EvDo Auto
132 MDM_EVDO, // 6 - EvDo only
133 MDM_GSM | MDM_WCDMA | MDM_CDMA | MDM_EVDO, // 7 - GSM/WCDMA, CDMA, EvDo
134 MDM_LTE | MDM_CDMA | MDM_EVDO, // 8 - LTE, CDMA and EvDo
136 MDM_LTE | MDM_CDMA | MDM_EVDO | MDM_GSM | MDM_WCDMA, // 10 - LTE, CDMA, EvDo, GSM/WCDMA
145 MDM_CDMA | MDM_EVDO, // 4 - CDMA / EvDo Auto
147 MDM_EVDO, // 6 - EvDo only
148 MDM_GSM | MDM_WCDMA | MDM_CDMA | MDM_EVDO, // 7 - GSM/WCDMA, CDMA, EvDo
149 MDM_LTE | MDM_CDMA | MDM_EVDO, // 8 - LTE, CDMA and EvDo
[all …]
/device/google/cuttlefish_common/guest/hals/ril/
Dcuttlefish_ril.cpp42 #define MDM_EVDO 0x08 macro
900 MDM_CDMA | MDM_EVDO; in init_modem_supported_network_types()
902 gModemSupportedNetworkTypes[PREF_NET_TYPE_EVDO_ONLY] = MDM_EVDO; in init_modem_supported_network_types()
904 MDM_GSM | MDM_WCDMA | MDM_CDMA | MDM_EVDO; in init_modem_supported_network_types()
906 MDM_LTE | MDM_CDMA | MDM_EVDO; in init_modem_supported_network_types()
910 MDM_LTE | MDM_CDMA | MDM_EVDO | MDM_GSM | MDM_WCDMA; in init_modem_supported_network_types()