Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/src/com/android/tv/dvr/recorder/
H A DRecordingTask.java125 private RecordingSession mRecordingSession; field in RecordingTask
207 if (mRecordingSession != null) { in onConnectionFailed()
215 if (mRecordingSession == null) { in onTuned()
239 if (mRecordingSession == null) { in onRecordingStopped()
260 if (mRecordingSession == null) { in onError()
335 mRecordingSession = in handleInit()
370 mRecordingSession.startRecording( in handleStartRecording()
390 mRecordingSession.stopRecording(); in handleStopRecording()
398 if (mRecordingSession != null) { in handleUpdateSchedule()
435 if (mRecordingSession != null) { in release()
[all …]