Home
last modified time | relevance | path

Searched refs:mContentRecorder (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DContentRecorderTests.java156 mContentRecorder.updateRecording(); in testIsCurrentlyRecording()
163 mContentRecorder.updateRecording(); in testUpdateRecording_display()
172 mContentRecorder.updateRecording(); in testUpdateRecording_display_invalidDisplayIdToMirror()
181 mContentRecorder.updateRecording(); in testUpdateRecording_display_noDisplayContentToMirror()
191 mContentRecorder.updateRecording(); in testUpdateRecording_task_featureDisabled()
199 mContentRecorder.updateRecording(); in testUpdateRecording_task_featureEnabled()
209 mContentRecorder.updateRecording(); in testUpdateRecording_task_nullToken()
220 mContentRecorder.updateRecording(); in testUpdateRecording_task_noWindowContainer()
230 mContentRecorder.pauseRecording(); in testUpdateRecording_wasPaused()
551 mContentRecorder.stopRecording(); in testStopRecording_stopsRecording()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java351 private ContentRecorder mContentRecorder; field in DisplayContent
2737 if (mContentRecorder != null) { in onConfigurationChanged()
6376 if (mContentRecorder != null) { in remove()
6377 mContentRecorder.stopRecording(); in remove()
6658 if (mContentRecorder == null) { in getContentRecorder()
6661 return mContentRecorder; in getContentRecorder()
6668 if (mContentRecorder != null) { in pauseRecording()
6669 mContentRecorder.pauseRecording(); in pauseRecording()
6748 if (mContentRecorder == null || !mContentRecorder.isContentRecordingSessionSet()) { in updateRecording()
6754 mContentRecorder.updateRecording(); in updateRecording()
[all …]