Home
last modified time | relevance | path

Searched defs: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
59 sp<IPowerHintSession> appSession = reinterpret_cast<IPowerHintSession*>(session_ptr); in pauseHintSession() local
64 sp<IPowerHintSession> appSession = reinterpret_cast<IPowerHintSession*>(session_ptr); in resumeHintSession() local
69 sp<IPowerHintSession> appSession = reinterpret_cast<IPowerHintSession*>(session_ptr); in closeHintSession() local
75 sp<IPowerHintSession> appSession = reinterpret_cast<IPowerHintSession*>(session_ptr); in updateTargetWorkDuration() local
81 sp<IPowerHintSession> appSession = reinterpret_cast<IPowerHintSession*>(session_ptr); in reportActualWorkDuration() local
86 sp<IPowerHintSession> appSession = reinterpret_cast<IPowerHintSession*>(session_ptr); in sendHint() local
91 sp<IPowerHintSession> appSession = reinterpret_cast<IPowerHintSession*>(session_ptr); in setThreads() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDragDropControllerTests.java564 final SurfaceSession appSession = new SurfaceSession(); in startDrag() local