Searched defs:createHintSession (Results 1 – 6 of 6) sorted by relevance
27 IHintSession createHintSession(in IBinder token, in int[] tids, long durationNanos); in createHintSession() method
58 public Session createHintSession(@NonNull int[] tids, long initialTargetWorkDurationNanos) { in createHintSession() method in PerformanceHintManager
95 HalResult<sp<Aidl::IPowerHintSession>> EmptyHalWrapper::createHintSession( in createHintSession() function in android::power::EmptyHalWrapper155 HalResult<sp<Aidl::IPowerHintSession>> HidlHalWrapperV1_0::createHintSession( in createHintSession() function in android::power::HidlHalWrapperV1_0237 HalResult<sp<Aidl::IPowerHintSession>> AidlHalWrapper::createHintSession( in createHintSession() function in android::power::AidlHalWrapper
101 HalResult<sp<IPowerHintSession>> PowerHalController::createHintSession( in createHintSession() function in android::power::PowerHalController
45 static jlong createHintSession(JNIEnv* env, int32_t tgid, int32_t uid, in createHintSession() function
290 public IHintSession createHintSession(IBinder token, int[] tids, long durationNanos) { in createHintSession() method in HintManagerService.BinderService