Searched refs:mRecordingSession (Results 1 – 1 of 1) sorted by relevance
125 private RecordingSession mRecordingSession; field in RecordingTask199 if (mRecordingSession != null && mState != State.FINISHED) { in onDisconnected()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()344 mRecordingSession.tune(inputId, mChannel.getUri()); in handleInit()370 mRecordingSession.startRecording( in handleStartRecording()390 mRecordingSession.stopRecording(); in handleStopRecording()[all …]