Home
last modified time | relevance | path

Searched refs:mPowerEntityInfos (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/power/stats/1.0/default/
DPowerStats.cpp293 uint32_t id = mPowerEntityInfos.size(); in addPowerEntity()
294 mPowerEntityInfos.push_back({id, name, type}); in addPowerEntity()
308 if (mPowerEntityInfos.empty()) { in getPowerEntityInfo()
313 _hidl_cb(mPowerEntityInfos, Status::SUCCESS); in getPowerEntityInfo()
DPowerStats.h99 std::vector<PowerEntityInfo> mPowerEntityInfos; member
/hardware/google/pixel/powerstats/
DPowerStats.cpp75 uint32_t id = mPowerEntityInfos.size(); in addPowerEntity()
76 mPowerEntityInfos.push_back({id, name, type}); in addPowerEntity()
90 if (mPowerEntityInfos.empty()) { in getPowerEntityInfo()
95 _hidl_cb(mPowerEntityInfos, Status::SUCCESS); in getPowerEntityInfo()
/hardware/google/pixel/powerstats/include/pixelpowerstats/
DPowerStats.h106 std::vector<PowerEntityInfo> mPowerEntityInfos; variable