Searched refs:supportedTechs (Results 1 - 1 of 1) sorted by relevance

/hardware/ril/reference-ril/
H A Dreference-ril.c72 int supportedTechs; // Bitmask of supported Modem Technology bits member in struct:__anon708
98 #define TECH_SUPPORTED(mdminfo, tech) ((mdminfo)->supportedTechs & (tech))
874 if ((net2modem[nm] & mdm->supportedTechs) == net2modem[nm]) {
2790 if (query_supported_techs(mdm, &mdm->supportedTechs)) {
2812 info->supportedTechs, info->currentTech);
2824 info->supportedTechs = MDM_CDMA | MDM_EVDO;
2831 info->supportedTechs = MDM_GSM | MDM_WCDMA | MDM_LTE;

Completed in 35 milliseconds