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
64 public Session createHintSession(@NonNull int[] tids, long initialTargetWorkDurationNanos) { in createHintSession() method in PerformanceHintManager
93 HalResult<sp<Aidl::IPowerHintSession>> EmptyHalWrapper::createHintSession( in createHintSession() function in android::power::EmptyHalWrapper153 HalResult<sp<hardware::power::IPowerHintSession>> HidlHalWrapperV1_0::createHintSession( in createHintSession() function in android::power::HidlHalWrapperV1_0286 HalResult<sp<Aidl::IPowerHintSession>> AidlHalWrapper::createHintSession( in createHintSession() function in android::power::AidlHalWrapper
105 HalResult<sp<IPowerHintSession>> PowerHalController::createHintSession( in createHintSession() function in android::power::PowerHalController
46 static jlong createHintSession(JNIEnv* env, int32_t tgid, int32_t uid, in createHintSession() function
348 public IHintSession createHintSession(IBinder token, int[] tids, long durationNanos) { in createHintSession() method in HintManagerService.BinderService