Searched refs:contentToRecord (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ContentRecorder.java | 351 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/ |
D | ContentRecordingSession.java | 225 @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/ |
D | MediaProjectionMetricsLogger.java | 198 int contentToRecord, int hostUid, int targetUid, int windowingMode) { in logChangedWindowingMode() argument 202 contentToRecordToTargetType(contentToRecord), in logChangedWindowingMode()
|
D | MediaProjectionManagerService.java | 490 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/ |
D | IMediaProjectionManager.aidl | 229 void notifyWindowingModeChanged(int contentToRecord, int targetProcessUid, int windowingMode); in notifyWindowingModeChanged() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/data/repository/ |
D | MediaProjectionManagerRepository.kt | 113 if (session.contentToRecord == RECORD_CONTENT_DISPLAY || session.tokenToRecord == null) { in stateForSession()
|