Home
last modified time | relevance | path

Searched refs:createHintSession (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/power/aidl/default/
DPower.cpp67 ScopedAStatus Power::createHintSession(int32_t, int32_t, const std::vector<int32_t>& tids, int64_t, in createHintSession() function in aidl::android::hardware::power::impl::example::Power
83 auto out = createHintSession(tgid, uid, threadIds, durationNanos, _aidl_return); in createHintSessionWithConfig()
DPower.h35 ndk::ScopedAStatus createHintSession(int32_t tgid, int32_t uid,
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/4/android/hardware/power/
DIPower.aidl41 …android.hardware.power.IPowerHintSession createHintSession(in int tgid, in int uid, in int[] threa… in createHintSession() method
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/2/android/hardware/power/
DIPower.aidl41 …android.hardware.power.IPowerHintSession createHintSession(in int tgid, in int uid, in int[] threa… in createHintSession() method
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/3/android/hardware/power/
DIPower.aidl41 …android.hardware.power.IPowerHintSession createHintSession(in int tgid, in int uid, in int[] threa… in createHintSession() method
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/
DIPower.aidl41 …android.hardware.power.IPowerHintSession createHintSession(in int tgid, in int uid, in int[] threa… in createHintSession() method
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/5/android/hardware/power/
DIPower.aidl41 …android.hardware.power.IPowerHintSession createHintSession(in int tgid, in int uid, in int[] threa… in createHintSession() method
/hardware/interfaces/power/aidl/android/hardware/power/
DIPower.aidl98 IPowerHintSession createHintSession( in createHintSession() method
/hardware/google/pixel/power-libperfmgr/aidl/
DPower.h43 ndk::ScopedAStatus createHintSession(int32_t tgid, int32_t uid,
DPower.cpp309 ndk::ScopedAStatus Power::createHintSession(int32_t tgid, int32_t uid, in createHintSession() function in aidl::google::hardware::power::impl::pixel::Power
/hardware/interfaces/power/aidl/vts/
DVtsHalPowerTargetTest.cpp126 status = power->createHintSession(getpid(), getuid(), kSelfTids, 16666666L, &mSession); in SetUp()
307 auto status = power->createHintSession(getpid(), getuid(), kEmptyTids, 16666666L, &session); in TEST_P()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp661 auto ret = mPowerHalAidl->createHintSession(getpid(), static_cast<uid_t>(getuid()), tids, in startHintSession()