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
1286 *type = techFromModemType(TECH(sMdmInfo));
2264 int tech = techFromModemType(TECH(sMdmInfo));
2337 RLOGD("Request not supported. Tech: %d",TECH(sMdmInfo));
2383 int oldtech = TECH(mdm);
2387 TECH(mdm) = newtech;
2389 int tech = techFromModemType(TECH(sMdmInfo));

Completed in 29 milliseconds