Searched refs:mRecording (Results 1 – 5 of 5) sorted by relevance
30 private volatile boolean mRecording; field in AudioRecorderService33 mRecording = true; in startRecording()38 mRecording = false; in stopRecording()42 return mRecording; in isRecording()66 while (mRecording) { in run()
32 protected boolean mRecording = false; field in Recorder67 return mRecording; in isRecording()
98 mRecording = retVal == 0; in startStream()104 mRecording = false; in stopStream()
210 mRecording = true; in startStream()223 mRecording = false; in stopStream()266 while (mRecording) { in run()
503 boolean mRecording; field in RoutingTest.AudioRecordPuller510 mRecording = false; in AudioRecordPuller()513 public void start() { mRecording = true; } in start()514 public void stop() { mRecording = false; } in stop()518 while (mAudioRecord != null && mRecording) { in run()