HomeSort by relevance Sort by last modified time
    Searched refs:TECH (Results 1 - 2 of 2) sorted by null

  /hardware/ril/reference-ril/
reference-ril.c 92 // TECH returns the current technology in the format used by the modem.
94 #define TECH(mdminfo) ((mdminfo)->currentTech)
95 // TECH_BIT returns the bitmask equivalent of the current tech
98 #define TECH_SUPPORTED(mdminfo, tech) ((mdminfo)->supportedTechs & (tech))
2173 int tech = techFromModemType(TECH(sMdmInfo)); local
2298 int tech = techFromModemType(TECH(sMdmInfo)); local
2784 int tech; local
3004 int tech, mask; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
hcidefs.h     [all...]

Completed in 753 milliseconds