Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/tv/
DITvInputManager.aidl60 void createSession(in ITvInputClient client, in String inputId, boolean isRecordingSession, in createSession() argument
DTvInputManager.java1488 private void createSessionInternal(String inputId, boolean isRecordingSession, in createSessionInternal() argument
1498 mService.createSession(mClient, inputId, isRecordingSession, seq, mUserId); in createSessionInternal()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java385 if (sessionState.session != null && !sessionState.isRecordingSession) { in switchUser()
643 if (sessionState.isRecordingSession) { in createSessionInternalLocked()
1144 boolean isRecordingSession, int seq, int userId) { in createSession() argument
1151 if (userId != mCurrentUserId && !isRecordingSession) { in createSession()
1180 info.getComponent(), isRecordingSession, client, seq, callingUid, in createSession()
1359 if (sessionState.isRecordingSession) { in tune()
2205 private final boolean isRecordingSession; field in TvInputManagerService.SessionState
2217 boolean isRecordingSession, ITvInputClient client, int seq, int callingUid, in SessionState() argument
2222 this.isRecordingSession = isRecordingSession; in SessionState()