Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/hint/
DHintManagerService.java273 private static native void nativePauseHintSession(long halPtr); in nativePauseHintSession() argument
275 private static native void nativeResumeHintSession(long halPtr); in nativeResumeHintSession() argument
277 private static native void nativeCloseHintSession(long halPtr); in nativeCloseHintSession() argument
280 long halPtr, long targetDurationNanos); in nativeUpdateTargetWorkDuration() argument
283 long halPtr, long[] actualDurationNanos, long[] timeStampNanos); in nativeReportActualWorkDuration() argument
285 private static native void nativeSendHint(long halPtr, int hint); in nativeSendHint() argument
287 private static native void nativeSetThreads(long halPtr, int[] tids); in nativeSetThreads() argument
289 private static native void nativeSetMode(long halPtr, int mode, boolean enabled); in nativeSetMode() argument
292 long halPtr, WorkDuration[] workDurations); in nativeReportActualWorkDuration() argument
316 public void halPauseHintSession(long halPtr) { in halPauseHintSession() argument
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/power/hint/
DHintManagerServiceTest.java244 public void halPauseHintSession(long halPtr) {
248 public void halResumeHintSession(long halPtr) {
252 public void halCloseHintSession(long halPtr) {
256 public void halUpdateTargetWorkDuration(long halPtr, long targetDurationNanos) {
261 long halPtr, long[] actualDurationNanos, long[] timeStampNanos) {
265 public void halSendHint(long halPtr, int hint) {
269 public void halSetThreads(long halPtr, int[] tids) {
273 public void halSetMode(long halPtr, int mode, boolean enabled) {