Home
last modified time | relevance | path

Searched defs:halPtr (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/power/hint/
H A DHintManagerService.java178 private static native void nativePauseHintSession(long halPtr); in nativePauseHintSession()
180 private static native void nativeResumeHintSession(long halPtr); in nativeResumeHintSession()
182 private static native void nativeCloseHintSession(long halPtr); in nativeCloseHintSession()
185 long halPtr, long targetDurationNanos); in nativeUpdateTargetWorkDuration()
190 private static native void nativeSendHint(long halPtr, int hint); in nativeSendHint()
192 private static native void nativeSetThreads(long halPtr, int[] tids); in nativeSetThreads()
207 public void halPauseHintSession(long halPtr) { in halPauseHintSession()
212 public void halResumeHintSession(long halPtr) { in halResumeHintSession()
217 public void halCloseHintSession(long halPtr) { in halCloseHintSession()
234 public void halSendHint(long halPtr, int hint) { in halSendHint()
[all …]