Searched refs:createHintSessionWithConfig (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/ |
D | IPower.aidl | 43 …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/ |
D | IPower.aidl | 43 …android.hardware.power.IPowerHintSession createHintSessionWithConfig(in int tgid, in int uid, in i… in createHintSessionWithConfig() method
|
/hardware/interfaces/power/aidl/android/hardware/power/ |
D | IPower.aidl | 124 IPowerHintSession createHintSessionWithConfig(in int tgid, in int uid, in int[] threadIds, in createHintSessionWithConfig() method
|
/hardware/interfaces/power/aidl/default/ |
D | Power.h | 39 ndk::ScopedAStatus createHintSessionWithConfig(
|
D | Power.cpp | 80 ndk::ScopedAStatus Power::createHintSessionWithConfig( in createHintSessionWithConfig() function in aidl::android::hardware::power::impl::example::Power
|
/hardware/google/pixel/power-libperfmgr/aidl/ |
D | Power.h | 47 ndk::ScopedAStatus createHintSessionWithConfig(
|
D | Power.cpp | 314 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/ |
D | VtsHalPowerTargetTest.cpp | 160 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()
|