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

/hardware/ril/reference-ril/
H A Dreference-ril.c102 // TECH_BIT returns the bitmask equivalent of the current tech
105 #define TECH_SUPPORTED(mdminfo, tech) ((mdminfo)->supportedTechs & (tech))
1622 if (RADIO_TECH_3GPP == p_args->tech) {
1626 } else if (RADIO_TECH_3GPP2 == p_args->tech) {
1631 RLOGE("requestImsSendSMS invalid format value =%d", p_args->tech);
2307 int tech = techFromModemType(TECH(sMdmInfo)); local
2308 if (tech < 0 )
2311 RIL_onRequestComplete(t, RIL_E_SUCCESS, &tech, sizeof(tech));
2440 int tech = techFromModemType(TECH(sMdmInfo)); local
2929 int tech; local
3161 int tech, mask; local
[all...]
H A Dril.h426 RIL_RadioTechnologyFamily tech; member in struct:__anon2580
434 /* Valid field if tech is RADIO_TECH_3GPP2. See RIL_REQUEST_CDMA_SEND_SMS */
437 /* Valid field if tech is RADIO_TECH_3GPP. See RIL_REQUEST_SEND_SMS */
/hardware/ril/include/telephony/
H A Dril.h426 RIL_RadioTechnologyFamily tech; member in struct:__anon2404
434 /* Valid field if tech is RADIO_TECH_3GPP2. See RIL_REQUEST_CDMA_SEND_SMS */
437 /* Valid field if tech is RADIO_TECH_3GPP. See RIL_REQUEST_SEND_SMS */

Completed in 66 milliseconds