Searched defs:tech (Results 1 - 1 of 1) sorted by relevance

/hardware/ril/reference-ril/
H A Dreference-ril.c95 // TECH_BIT returns the bitmask equivalent of the current tech
98 #define TECH_SUPPORTED(mdminfo, tech) ((mdminfo)->supportedTechs & (tech))
2173 int tech = techFromModemType(TECH(sMdmInfo)); local
2174 if (tech < 0 )
2177 RIL_onRequestComplete(t, RIL_E_SUCCESS, &tech, sizeof(tech));
2193 } // Fall-through if tech is not cdma
2199 } // Fall-through if tech is not cdma
2205 } // Fall-through if tech i
2298 int tech = techFromModemType(TECH(sMdmInfo)); local
2784 int tech; local
3004 int tech, mask; local
[all...]

Completed in 61 milliseconds