Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/projection/
DIMediaProjectionManager.aidl46 void setContentRecordingSession(in ContentRecordingSession incomingSession, in setContentRecordingSession() method
/frameworks/base/services/core/java/com/android/server/wm/
DContentRecorder.java108 void setContentRecordingSession(@Nullable ContentRecordingSession session) { in setContentRecordingSession() method in ContentRecorder
DWindowManagerInternal.java886 public abstract boolean setContentRecordingSession(ContentRecordingSession incomingSession); in setContentRecordingSession() method in WindowManagerInternal
DDisplayContent.java6532 void setContentRecordingSession(@Nullable ContentRecordingSession session) { in setContentRecordingSession() method
DWindowManagerService.java8378 public boolean setContentRecordingSession( in setContentRecordingSession() method in WindowManagerService.LocalService
/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java388 public void setContentRecordingSession(@Nullable ContentRecordingSession incomingSession, in setContentRecordingSession() method in MediaProjectionManagerService.BinderService