Home
last modified time | relevance | path

Searched refs:contentToRecord (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DContentRecorder.java351 final int contentToRecord = mContentRecordingSession.getContentToRecord(); in startRecordingIfNeeded() local
354 if (contentToRecord == RECORD_CONTENT_TASK) { in startRecordingIfNeeded()
401 if (contentToRecord == RECORD_CONTENT_TASK) { in startRecordingIfNeeded()
413 contentToRecord, mContentRecordingSession.getTargetUid(), in startRecordingIfNeeded()
433 @RecordContent final int contentToRecord = mContentRecordingSession.getContentToRecord(); in retrieveRecordedWindowContainer() local
435 switch (contentToRecord) { in retrieveRecordedWindowContainer()
675 void notifyWindowingModeChanged(int contentToRecord, int targetUid, int windowingMode); in notifyWindowingModeChanged() argument
742 public void notifyWindowingModeChanged(int contentToRecord, int targetUid, in notifyWindowingModeChanged() argument
750 contentToRecord, targetUid, windowingMode); in notifyWindowingModeChanged()
/frameworks/base/core/java/android/view/
DContentRecordingSession.java225 @RecordContent int contentToRecord, in ContentRecordingSession() argument
232 this.mContentToRecord = contentToRecord; in ContentRecordingSession()
489 int contentToRecord = in.readInt(); in ContentRecordingSession() local
496 this.mContentToRecord = contentToRecord; in ContentRecordingSession()
/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionMetricsLogger.java198 int contentToRecord, int hostUid, int targetUid, int windowingMode) { in logChangedWindowingMode() argument
202 contentToRecordToTargetType(contentToRecord), in logChangedWindowingMode()
DMediaProjectionManagerService.java490 void notifyWindowingModeChanged(int contentToRecord, int targetUid, int windowingMode) { in notifyWindowingModeChanged() argument
496 contentToRecord, mProjectionGrant.uid, targetUid, windowingMode); in notifyWindowingModeChanged()
934 int contentToRecord, int targetProcessUid, int windowingMode) { in notifyWindowingModeChanged() argument
939 contentToRecord, targetProcessUid, windowingMode); in notifyWindowingModeChanged()
/frameworks/base/media/java/android/media/projection/
DIMediaProjectionManager.aidl229 void notifyWindowingModeChanged(int contentToRecord, int targetProcessUid, int windowingMode); in notifyWindowingModeChanged() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/data/repository/
DMediaProjectionManagerRepository.kt113 if (session.contentToRecord == RECORD_CONTENT_DISPLAY || session.tokenToRecord == null) { in stateForSession()