Searched refs:isRecordingSession (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvInputManagerService.java | 386 if (sessionState.session != null && !sessionState.isRecordingSession) { in switchUser() 645 if (sessionState.isRecordingSession) { in createSessionInternalLocked() 1157 boolean isRecordingSession, int seq, int userId) { in createSession() argument 1164 if (userId != mCurrentUserId && !isRecordingSession) { in createSession() 1193 info.getComponent(), isRecordingSession, client, seq, callingUid, in createSession() 1380 if (sessionState.isRecordingSession) { in tune() 2230 private final boolean isRecordingSession; field in TvInputManagerService.SessionState 2242 boolean isRecordingSession, ITvInputClient client, int seq, int callingUid, in SessionState() argument 2247 this.isRecordingSession = isRecordingSession; in SessionState()
|
/frameworks/base/media/java/android/media/tv/ |
D | ITvInputManager.aidl | 60 void createSession(in ITvInputClient client, in String inputId, boolean isRecordingSession, in createSession() argument
|
D | TvInputManager.java | 1502 private void createSessionInternal(String inputId, boolean isRecordingSession, in createSessionInternal() argument 1512 mService.createSession(mClient, inputId, isRecordingSession, seq, mUserId); in createSessionInternal()
|