Home
last modified time | relevance | path

Searched refs:tech (Results 1 – 4 of 4) sorted by relevance

/hardware/ril/reference-ril/
Dreference-ril.c105 #define TECH_SUPPORTED(mdminfo, tech) ((mdminfo)->supportedTechs & (tech)) argument
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
2441 if (tech > 0 ) {
2443 &tech, sizeof(tech));
[all …]
Dril.h527 RIL_RadioTechnologyFamily tech; member
/hardware/ril/include/telephony/
Dril.h527 RIL_RadioTechnologyFamily tech; member
/hardware/ril/libril/
Dril.cpp1273 rism.tech = RADIO_TECH_3GPP2; in dispatchImsCdmaSms()
1310 rism.tech = RADIO_TECH_3GPP; in dispatchImsGsmSms()
1316 (int)rism.tech, (int)rism.retry, rism.messageRef); in dispatchImsGsmSms()