/hardware/interfaces/power/stats/aidl/vts/ |
D | VtsHalPowerStatsTargetTest.cpp | 150 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/ |
D | IPowerStats.aidl | 37 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/ |
D | IPowerStats.aidl | 37 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/ |
D | IPowerStats.aidl | 36 android.hardware.power.stats.PowerEntity[] getPowerEntityInfo(); in getPowerEntityInfo() method
|
/hardware/interfaces/power/stats/aidl/android/hardware/power/stats/ |
D | IPowerStats.aidl | 37 PowerEntity[] getPowerEntityInfo(); in getPowerEntityInfo() method
|
/hardware/interfaces/power/stats/1.0/ |
D | IPowerStats.hal | 112 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/ |
D | PowerStats.h | 63 ndk::ScopedAStatus getPowerEntityInfo(std::vector<PowerEntity>* _aidl_return) override;
|
D | PowerStats.cpp | 70 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/ |
D | PowerEntityResidencyDataProvider.cpp | 45 ret = powerStatsService->getPowerEntityInfo([&entityNames](auto infos, auto /* status */) { in getImpl()
|
/hardware/interfaces/power/stats/1.0/default/ |
D | PowerStats.h | 83 Return<void> getPowerEntityInfo(getPowerEntityInfo_cb _hidl_cb) override;
|
D | PowerStats.cpp | 307 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/ |
D | PowerStats.h | 94 Return<void> getPowerEntityInfo(getPowerEntityInfo_cb _hidl_cb) override;
|
/hardware/google/pixel/powerstats/include/ |
D | PowerStatsAidl.h | 65 ndk::ScopedAStatus getPowerEntityInfo(std::vector<PowerEntity> *_aidl_return) override;
|
/hardware/google/pixel/powerstats/ |
D | PowerStatsAidl.cpp | 63 ndk::ScopedAStatus PowerStats::getPowerEntityInfo(std::vector<PowerEntity> *_aidl_return) { in getPowerEntityInfo() function in aidl::android::hardware::power::stats::PowerStats 202 getPowerEntityInfo(&infos); in getEntityStateNames()
|
D | PowerStats.cpp | 88 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/ |
D | PowerStatsEnergyConsumer.cpp | 98 mPowerStats->getPowerEntityInfo(&powerEntities); in addPowerEntity()
|
/hardware/interfaces/power/stats/1.0/vts/functional/ |
D | VtsHalPowerStatsV1_0TargetTest.cpp | 76 Return<void> ret = service_->getPowerEntityInfo([&status, &infos](auto rInfos, auto rStatus) { in getInfos()
|