Searched defs:stateNames (Results 1 – 5 of 5) sorted by relevance
/hardware/google/pixel/pwrstats_util/dataproviders/ |
D | PowerEntityResidencyDataProvider.cpp | 41 std::unordered_map<uint32_t, std::unordered_map<uint32_t, std::string>> stateNames; in getImpl() local
|
/hardware/google/pixel/powerstats/ |
D | PowerStatsAidl.cpp | 200 std::unordered_map<int32_t, std::unordered_map<int32_t, std::string>> *stateNames) { in getEntityStateNames() 290 std::unordered_map<int32_t, std::unordered_map<int32_t, std::string>> stateNames; in dumpStateResidency() local
|
D | PowerStats.cpp | 209 const std::unordered_map<uint32_t, std::unordered_map<uint32_t, std::string>> stateNames, in DumpResidencyDataToFd() 238 const std::unordered_map<uint32_t, std::unordered_map<uint32_t, std::string>> stateNames, in DumpResidencyDataDiffToFd() 343 std::unordered_map<uint32_t, std::unordered_map<uint32_t, std::string>> stateNames; in debugStateResidency() local
|
D | AidlStateResidencyDataProvider.cpp | 36 std::vector<std::string> stateNames) { in addEntity()
|
/hardware/interfaces/power/stats/1.0/default/ |
D | PowerStats.cpp | 421 std::unordered_map<uint32_t, std::unordered_map<uint32_t, std::string>> stateNames; in DumpResidencyDataToFd() local
|