Home
last modified time | relevance | path

Searched defs:createHintSessionWithConfig (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/5/android/hardware/power/
DIPower.aidl43 …android.hardware.power.IPowerHintSession createHintSessionWithConfig(in int tgid, in int uid, in i… in createHintSessionWithConfig() method
/hardware/interfaces/power/aidl/android/hardware/power/
DIPower.aidl131 IPowerHintSession createHintSessionWithConfig(in int tgid, in int uid, in int[] threadIds, in createHintSessionWithConfig() method
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/
DIPower.aidl43 …android.hardware.power.IPowerHintSession createHintSessionWithConfig(in int tgid, in int uid, in i… in createHintSessionWithConfig() method
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/6/android/hardware/power/
DIPower.aidl43 …android.hardware.power.IPowerHintSession createHintSessionWithConfig(in int tgid, in int uid, in i… in createHintSessionWithConfig() method
/hardware/interfaces/power/aidl/default/
DPower.cpp95 ndk::ScopedAStatus Power::createHintSessionWithConfig( in createHintSessionWithConfig() function in aidl::android::hardware::power::impl::example::Power
/hardware/google/pixel/power-libperfmgr/aidl/
DPower.cpp292 ndk::ScopedAStatus Power::createHintSessionWithConfig( in createHintSessionWithConfig() function in aidl::google::hardware::power::impl::pixel::Power
/hardware/interfaces/power/aidl/vts/
DVtsHalPowerTargetTest.cpp291 TEST_P(PowerAidl, createHintSessionWithConfig) { in TEST_P() argument