Home
last modified time | relevance | path

Searched defs:getStateResidency (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/google/pixel/powerstats/aidl/android/vendor/powerstats/
H A DIPixelStateResidencyCallback.aidl23 StateResidency[] getStateResidency(); in getStateResidency() method
/aosp12/frameworks/base/services/core/java/com/android/server/powerstats/
H A DPowerStatsHALWrapper.java76 android.hardware.power.stats.StateResidencyResult[] getStateResidency(int[] powerEntityIds); in getStateResidency() method
177 public android.hardware.power.stats.StateResidencyResult[] getStateResidency( in getStateResidency() method in PowerStatsHALWrapper.PowerStatsHAL20WrapperImpl
293 public android.hardware.power.stats.StateResidencyResult[] getStateResidency( in getStateResidency() method in PowerStatsHALWrapper.PowerStatsHAL10WrapperImpl
/aosp12/hardware/interfaces/power/stats/aidl/aidl_api/android.hardware.power.stats/1/android/hardware/power/stats/
H A DIPowerStats.aidl38 android.hardware.power.stats.StateResidencyResult[] getStateResidency(in int[] powerEntityIds); in getStateResidency() method
/aosp12/hardware/interfaces/power/stats/aidl/aidl_api/android.hardware.power.stats/current/android/hardware/power/stats/
H A DIPowerStats.aidl37 android.hardware.power.stats.StateResidencyResult[] getStateResidency(in int[] powerEntityIds); in getStateResidency() method
/aosp12/hardware/interfaces/power/stats/aidl/android/hardware/power/stats/
H A DIPowerStats.aidl62 StateResidencyResult[] getStateResidency(in int[] powerEntityIds); in getStateResidency() method
/aosp12/hardware/interfaces/power/stats/aidl/default/
H A DPowerStats.cpp75 ndk::ScopedAStatus PowerStats::getStateResidency(const std::vector<int32_t>& in_powerEntityIds, in getStateResidency() function in aidl::android::hardware::power::stats::PowerStats
/aosp12/hardware/google/pixel/powerstats/
H A DPowerStatsAidl.cpp64 ndk::ScopedAStatus PowerStats::getStateResidency(const std::vector<int32_t> &in_powerEntityIds, in getStateResidency() function in aidl::android::hardware::power::stats::PowerStats
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/powerstats/
H A DPowerStatsServiceTest.java196 public StateResidencyResult[] getStateResidency(int[] powerEntityIds) { in getStateResidency() method in PowerStatsServiceTest.TestPowerStatsHALWrapper