Searched defs:halPtr (Results 1 – 1 of 1) sorted by relevance
132 private static native void nativePauseHintSession(long halPtr); in nativePauseHintSession()134 private static native void nativeResumeHintSession(long halPtr); in nativeResumeHintSession()136 private static native void nativeCloseHintSession(long halPtr); in nativeCloseHintSession()139 long halPtr, long targetDurationNanos); in nativeUpdateTargetWorkDuration()142 long halPtr, long[] actualDurationNanos, long[] timeStampNanos); in nativeReportActualWorkDuration()157 public void halPauseHintSession(long halPtr) { in halPauseHintSession()162 public void halResumeHintSession(long halPtr) { in halResumeHintSession()167 public void halCloseHintSession(long halPtr) { in halCloseHintSession()172 public void halUpdateTargetWorkDuration(long halPtr, long targetDurationNanos) { in halUpdateTargetWorkDuration()178 long halPtr, long[] actualDurationNanos, long[] timeStampNanos) { in halReportActualWorkDuration()