Home
last modified time | relevance | path

Searched refs:Modems (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/cellular/
Dmodem_manager.h62 typedef std::map<std::string, std::shared_ptr<Modem>> Modems; typedef
105 Modems modems_; // Maps a modem |path| to a modem instance.
Dmodem_manager.cc89 for (Modems::const_iterator it = modems_.begin(); it != modems_.end(); ++it) { in OnDeviceInfoAvailable()