/hardware/google/pixel/powerstats/aidl/android/vendor/powerstats/ |
D | IPixelStateResidencyCallback.aidl | 23 StateResidency[] getStateResidency(); in getStateResidency() method
|
/hardware/google/graphics/common/libhwc2.1/libvrr/Power/ |
D | DisplayStateResidencyWatcher.cpp | 61 ::ndk::ScopedAStatus DisplayStateResidencyWatcher::getStateResidency( in getStateResidency() function in android::hardware::graphics::composer::DisplayStateResidencyWatcher 63 mDisplayPresentStatisticsProvider->getStateResidency(stats); in getStateResidency()
|
D | DisplayStateResidencyWatcher.h | 48 virtual ndk::ScopedAStatus getStateResidency(std::vector<StateResidency>* stats) override;
|
D | DisplayStateResidencyProvider.h | 42 void getStateResidency(std::vector<StateResidency>* stats);
|
D | DisplayStateResidencyProvider.cpp | 51 void DisplayStateResidencyProvider::getStateResidency(std::vector<StateResidency>* stats) { in getStateResidency() function in android::hardware::graphics::composer::DisplayStateResidencyProvider
|
/hardware/interfaces/power/stats/aidl/aidl_api/android.hardware.power.stats/2/android/hardware/power/stats/ |
D | IPowerStats.aidl | 38 android.hardware.power.stats.StateResidencyResult[] getStateResidency(in int[] powerEntityIds); in getStateResidency() method
|
/hardware/interfaces/power/stats/aidl/aidl_api/android.hardware.power.stats/1/android/hardware/power/stats/ |
D | IPowerStats.aidl | 38 android.hardware.power.stats.StateResidencyResult[] getStateResidency(in int[] powerEntityIds); in getStateResidency() method
|
/hardware/interfaces/power/stats/aidl/aidl_api/android.hardware.power.stats/current/android/hardware/power/stats/ |
D | IPowerStats.aidl | 37 android.hardware.power.stats.StateResidencyResult[] getStateResidency(in int[] powerEntityIds); in getStateResidency() method
|
/hardware/interfaces/power/stats/aidl/android/hardware/power/stats/ |
D | IPowerStats.aidl | 62 StateResidencyResult[] getStateResidency(in int[] powerEntityIds); in getStateResidency() method
|
/hardware/interfaces/power/stats/aidl/default/ |
D | PowerStats.cpp | 75 ndk::ScopedAStatus PowerStats::getStateResidency(const std::vector<int32_t>& in_powerEntityIds, in getStateResidency() function in aidl::android::hardware::power::stats::PowerStats 85 return getStateResidency(v, _aidl_return); in getStateResidency()
|
D | PowerStats.h | 64 ndk::ScopedAStatus getStateResidency(const std::vector<int32_t>& in_powerEntityIds,
|
/hardware/interfaces/power/stats/aidl/vts/ |
D | VtsHalPowerStatsTargetTest.cpp | 218 ASSERT_OK(powerstats->getStateResidency({}, &results)); in TEST_P() 227 ASSERT_OK(powerstats->getStateResidency({}, &results)); in TEST_P() 239 ASSERT_OK(powerstats->getStateResidency({}, &results)); in TEST_P() 271 ASSERT_OK(powerstats->getStateResidency(selectedIds, &selectedResults)); in TEST_P()
|
/hardware/nxp/nfc/snxxx/halimpl/power-tracker/src/ |
D | phNxpNciHal_PowerStats.cc | 52 virtual ScopedAStatus getStateResidency( in getStateResidency() function in NfcStateResidencyCallback
|
/hardware/google/pixel/powerstats/ |
D | PowerStatsAidl.cpp | 68 ndk::ScopedAStatus PowerStats::getStateResidency(const std::vector<int32_t> &in_powerEntityIds, in getStateResidency() function in aidl::android::hardware::power::stats::PowerStats 78 return getStateResidency(v, _aidl_return); in getStateResidency() 296 getStateResidency({}, &results); in dumpStateResidency()
|
/hardware/google/pixel/powerstats/include/ |
D | PowerStatsAidl.h | 66 ndk::ScopedAStatus getStateResidency(const std::vector<int32_t> &in_powerEntityIds,
|
/hardware/google/pixel/powerstats/dataproviders/ |
D | PixelStateResidencyDataProvider.cpp | 59 ::ndk::ScopedAStatus status = entry.mCallback->getStateResidency(residency); in getStateResidenciesTimed()
|
D | PowerStatsEnergyConsumer.cpp | 208 if (mPowerStats->getStateResidency({mPowerEntityId}, &results).isOk()) { in getEnergyConsumed()
|