OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Modems
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/cellular/
modem_manager.h
56
// associated
modems
.
62
typedef std::map<std::string, std::shared_ptr<Modem>>
Modems
;
105
Modems
modems_; // Maps a modem |path| to a modem instance.
modem_manager.cc
89
for (
Modems
::const_iterator it = modems_.begin(); it != modems_.end(); ++it) {
Completed in 571 milliseconds