Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DHintManager.h82 HintManager(sp<NodeLooperThread> nm, const std::unordered_map<std::string, Hint> &actions) in HintManager() argument
83 : nm_(std::move(nm)), actions_(actions) {} in HintManager()
/hardware/ril/reference-ril/
Dreference-ril.c1032 static int networkModePossible(ModemInfo *mdm, int nm) argument
1034 if ((net2modem[nm] & mdm->supportedTechs) == net2modem[nm]) {