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

/hardware/ril/reference-ril/
H A Dreference-ril.c92 // TECH returns the current technology in the format used by the modem.
94 #define TECH(mdminfo) ((mdminfo)->currentTech) macro
1278 *type = techFromModemType(TECH(sMdmInfo));
2173 int tech = techFromModemType(TECH(sMdmInfo));
2246 RLOGD("Request not supported. Tech: %d",TECH(sMdmInfo));
2292 int oldtech = TECH(mdm);
2296 TECH(mdm) = newtech;
2298 int tech = techFromModemType(TECH(sMdmInfo));

Completed in 27 milliseconds