Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DContentRecorder.java67 private ContentRecordingSession mContentRecordingSession = null; field in ContentRecorder
114 mContentRecordingSession = session; in setContentRecordingSession()
118 return mContentRecordingSession != null; in isContentRecordingSessionSet()
125 return mContentRecordingSession != null && mRecordedSurface != null; in isCurrentlyRecording()
164 if (mContentRecordingSession.getContentToRecord() == RECORD_CONTENT_TASK) { in onConfigurationChanged()
276 mContentRecordingSession = null; in clearContentRecordingSession()
301 || mContentRecordingSession == null) { in startRecordingIfNeeded()
305 if (mContentRecordingSession.isWaitingForConsent()) { in startRecordingIfNeeded()
394 final IBinder tokenToRecord = mContentRecordingSession.getTokenToRecord(); in retrieveRecordedWindowContainer()
400 mContentRecordingSession.getDisplayToRecord()); in retrieveRecordedWindowContainer()
[all …]