Searched defs:tech (Results 1 - 3 of 3) 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))
1595 if (RADIO_TECH_3GPP == p_args->tech) {
1599 } else if (RADIO_TECH_3GPP2 == p_args->tech) {
1604 RLOGE("requestImsSendSMS invalid format value =%d", p_args->tech);
2264 int tech = techFromModemType(TECH(sMdmInfo)); local
2265 if (tech < 0 )
2268 RIL_onRequestComplete(t, RIL_E_SUCCESS, &tech, sizeof(tech));
2389 int tech = techFromModemType(TECH(sMdmInfo)); local
2875 int tech; local
3107 int tech, mask; local
[all...]
H A Dril.h243 RIL_RadioTechnologyFamily tech; member in struct:__anon1373
251 /* Valid field if tech is RADIO_TECH_3GPP2. See RIL_REQUEST_CDMA_SEND_SMS */
254 /* Valid field if tech is RADIO_TECH_3GPP. See RIL_REQUEST_SEND_SMS */
/hardware/ril/include/telephony/
H A Dril.h243 RIL_RadioTechnologyFamily tech; member in struct:__anon1226
251 /* Valid field if tech is RADIO_TECH_3GPP2. See RIL_REQUEST_CDMA_SEND_SMS */
254 /* Valid field if tech is RADIO_TECH_3GPP. See RIL_REQUEST_SEND_SMS */

Completed in 22 milliseconds