Home
last modified time | relevance | path

Searched refs:getPowerEntityInfo (Results 1 – 17 of 17) sorted by relevance

/hardware/interfaces/power/stats/aidl/vts/
DVtsHalPowerStatsTargetTest.cpp150 ASSERT_OK(powerstats->getPowerEntityInfo(&infos)); in TEST_P()
160 ASSERT_OK(powerstats->getPowerEntityInfo(&entities)); in TEST_P()
168 ASSERT_OK(powerstats->getPowerEntityInfo(&entities)); in TEST_P()
176 ASSERT_OK(powerstats->getPowerEntityInfo(&entities)); in TEST_P()
186 ASSERT_OK(powerstats->getPowerEntityInfo(&entities)); in TEST_P()
198 ASSERT_OK(powerstats->getPowerEntityInfo(&entities)); in TEST_P()
208 ASSERT_OK(powerstats->getPowerEntityInfo(&entities)); in TEST_P()
224 ASSERT_OK(powerstats->getPowerEntityInfo(&entities)); in TEST_P()
236 ASSERT_OK(powerstats->getPowerEntityInfo(&entities)); in TEST_P()
255 ASSERT_OK(powerstats->getPowerEntityInfo(&entities)); in TEST_P()
/hardware/interfaces/power/stats/aidl/aidl_api/android.hardware.power.stats/2/android/hardware/power/stats/
DIPowerStats.aidl37 android.hardware.power.stats.PowerEntity[] getPowerEntityInfo(); in getPowerEntityInfo() method
/hardware/interfaces/power/stats/aidl/aidl_api/android.hardware.power.stats/1/android/hardware/power/stats/
DIPowerStats.aidl37 android.hardware.power.stats.PowerEntity[] getPowerEntityInfo(); in getPowerEntityInfo() method
/hardware/interfaces/power/stats/aidl/aidl_api/android.hardware.power.stats/current/android/hardware/power/stats/
DIPowerStats.aidl36 android.hardware.power.stats.PowerEntity[] getPowerEntityInfo(); in getPowerEntityInfo() method
/hardware/interfaces/power/stats/aidl/android/hardware/power/stats/
DIPowerStats.aidl37 PowerEntity[] getPowerEntityInfo(); in getPowerEntityInfo() method
/hardware/interfaces/power/stats/1.0/
DIPowerStats.hal112 getPowerEntityInfo()
122 * be queried from getPowerEntityInfo(). To get state space
148 * be queried from getPowerEntityInfo(). To get state residency
/hardware/interfaces/power/stats/aidl/default/
DPowerStats.h63 ndk::ScopedAStatus getPowerEntityInfo(std::vector<PowerEntity>* _aidl_return) override;
DPowerStats.cpp70 ndk::ScopedAStatus PowerStats::getPowerEntityInfo(std::vector<PowerEntity>* _aidl_return) { in getPowerEntityInfo() function in aidl::android::hardware::power::stats::PowerStats
/hardware/google/pixel/pwrstats_util/dataproviders/
DPowerEntityResidencyDataProvider.cpp45 ret = powerStatsService->getPowerEntityInfo([&entityNames](auto infos, auto /* status */) { in getImpl()
/hardware/interfaces/power/stats/1.0/default/
DPowerStats.h83 Return<void> getPowerEntityInfo(getPowerEntityInfo_cb _hidl_cb) override;
DPowerStats.cpp307 Return<void> PowerStats::getPowerEntityInfo(getPowerEntityInfo_cb _hidl_cb) { in getPowerEntityInfo() function in android::hardware::power::stats::V1_0::implementation::PowerStats
466 getPowerEntityInfo([&status, &infos](auto rInfos, auto rStatus) { in debug()
/hardware/google/pixel/powerstats/include/pixelpowerstats/
DPowerStats.h94 Return<void> getPowerEntityInfo(getPowerEntityInfo_cb _hidl_cb) override;
/hardware/google/pixel/powerstats/include/
DPowerStatsAidl.h65 ndk::ScopedAStatus getPowerEntityInfo(std::vector<PowerEntity> *_aidl_return) override;
/hardware/google/pixel/powerstats/
DPowerStatsAidl.cpp63 ndk::ScopedAStatus PowerStats::getPowerEntityInfo(std::vector<PowerEntity> *_aidl_return) { in getPowerEntityInfo() function in aidl::android::hardware::power::stats::PowerStats
202 getPowerEntityInfo(&infos); in getEntityStateNames()
DPowerStats.cpp88 Return<void> PowerStats::getPowerEntityInfo(getPowerEntityInfo_cb _hidl_cb) { in getPowerEntityInfo() function in android::hardware::power::stats::V1_0::implementation::PowerStats
528 getPowerEntityInfo([&status, &stateInfos](auto rInfos, auto rStatus) { in debug()
/hardware/google/pixel/powerstats/dataproviders/
DPowerStatsEnergyConsumer.cpp98 mPowerStats->getPowerEntityInfo(&powerEntities); in addPowerEntity()
/hardware/interfaces/power/stats/1.0/vts/functional/
DVtsHalPowerStatsV1_0TargetTest.cpp76 Return<void> ret = service_->getPowerEntityInfo([&status, &infos](auto rInfos, auto rStatus) { in getInfos()