Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DContentRecordingController.java77 void setContentRecordingSessionLocked(@Nullable ContentRecordingSession incomingSession, in setContentRecordingSessionLocked()
DWindowManagerService.java8627 public boolean setContentRecordingSession( in setContentRecordingSession()
/frameworks/base/core/tests/coretests/src/android/view/
DContentRecordingSessionTest.java157 ContentRecordingSession incomingSession = ContentRecordingSession.createDisplaySession( in testIsProjectionOnSameDisplay() local
/frameworks/base/media/java/android/media/projection/
DIMediaProjectionManager.aidl145 boolean setContentRecordingSession(in ContentRecordingSession incomingSession, in setContentRecordingSession()
/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java372 boolean setContentRecordingSession(@Nullable ContentRecordingSession incomingSession) { in setContentRecordingSession()
400 dispatchSessionSet(mProjectionGrant.getProjectionInfo(), incomingSession); in setContentRecordingSession() local
827 public boolean setContentRecordingSession(@Nullable ContentRecordingSession incomingSession, in setContentRecordingSession()
/frameworks/base/core/java/android/view/
DContentRecordingSession.java162 ContentRecordingSession incomingSession) { in isProjectionOnSameDisplay()