Searched defs:stateNames (Results 1 – 7 of 7) sorted by relevance
/aosp12/hardware/google/pixel/pwrstats_util/dataproviders/ |
H A D | PowerEntityResidencyDataProvider.cpp | 41 std::unordered_map<uint32_t, std::unordered_map<uint32_t, std::string>> stateNames; in getImpl() local
|
/aosp12/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/ |
H A D | StateWaiter.java | 65 public StateWaiter(String[] stateNames) { in StateWaiter()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | MultiStateCallback.java | 48 public MultiStateCallback(String[] stateNames) { in MultiStateCallback()
|
/aosp12/hardware/google/pixel/powerstats/ |
H A D | PowerStatsAidl.cpp | 183 std::unordered_map<int32_t, std::unordered_map<int32_t, std::string>> *stateNames) { in getEntityStateNames() 273 std::unordered_map<int32_t, std::unordered_map<int32_t, std::string>> stateNames; in dumpStateResidency() local
|
H A 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
|
H A D | AidlStateResidencyDataProvider.cpp | 36 std::vector<std::string> stateNames) { in addEntity()
|
/aosp12/hardware/interfaces/power/stats/1.0/default/ |
H A D | PowerStats.cpp | 421 std::unordered_map<uint32_t, std::unordered_map<uint32_t, std::string>> stateNames; in DumpResidencyDataToFd() local
|