Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_hint_HintManagerService.cpp51 sp<IPowerHintSession> appSession = result.value(); in createHintSession() local
52 if (appSession) appSession->incStrong(env); in createHintSession()
53 return reinterpret_cast<jlong>(appSession.get()); in createHintSession()
60 appSession->pause(); in pauseHintSession()
65 appSession->resume(); in resumeHintSession()
70 appSession->close(); in closeHintSession()
71 appSession->decStrong(env); in closeHintSession()
76 appSession->updateTargetWorkDuration(targetDurationNanos); in updateTargetWorkDuration()
82 appSession->reportActualWorkDuration(actualDurations); in reportActualWorkDuration()
87 appSession->sendHint(hint); in sendHint()
[all …]
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDragDropControllerTests.java564 final SurfaceSession appSession = new SurfaceSession(); in startDrag() local
566 final SurfaceControl surface = new SurfaceControl.Builder(appSession) in startDrag()
579 appSession.kill(); in startDrag()