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

/system/connectivity/shill/cellular/
H A Dcellular_capability_universal.h150 struct ModemModes { struct in class:shill::CellularCapabilityUniversal
151 ModemModes() function in struct:shill::CellularCapabilityUniversal::ModemModes
155 ModemModes(uint32_t allowed, MMModemMode preferred) function in struct:shill::CellularCapabilityUniversal::ModemModes
336 void OnSupportedModesChanged(const std::vector<ModemModes>& supported_modes);
337 void OnCurrentModesChanged(const ModemModes& current_modes);
422 std::vector<ModemModes> supported_modes_;
423 ModemModes current_modes_;

Completed in 22 milliseconds