Home
last modified time | relevance | path

Searched refs:createHintSessionWithConfig (Results 1 – 8 of 8) sorted by relevance

/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/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.aidl124 IPowerHintSession createHintSessionWithConfig(in int tgid, in int uid, in int[] threadIds, in createHintSessionWithConfig() method
/hardware/interfaces/power/aidl/default/
DPower.h39 ndk::ScopedAStatus createHintSessionWithConfig(
DPower.cpp80 ndk::ScopedAStatus Power::createHintSessionWithConfig( in createHintSessionWithConfig() function in aidl::android::hardware::power::impl::example::Power
/hardware/google/pixel/power-libperfmgr/aidl/
DPower.h47 ndk::ScopedAStatus createHintSessionWithConfig(
DPower.cpp314 return createHintSessionWithConfig(tgid, uid, threadIds, durationNanos, SessionTag::OTHER, in createHintSession()
329 ndk::ScopedAStatus Power::createHintSessionWithConfig( in createHintSessionWithConfig() function in aidl::google::hardware::power::impl::pixel::Power
/hardware/interfaces/power/aidl/vts/
DVtsHalPowerTargetTest.cpp160 power->createHintSessionWithConfig(getpid(), getuid(), kSelfTids, 16666666L, in SetUp()
267 TEST_P(PowerAidl, createHintSessionWithConfig) { in TEST_P() argument
277 auto status = power->createHintSessionWithConfig(getpid(), getuid(), kSelfTids, 16666666L, in TEST_P()