HomeSort by relevance Sort by last modified time
    Searched full:recording_ (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
opensles_input.cc 54 recording_(false),
106 assert(!recording_);
142 assert(!recording_);
160 // recording_ = StartCbThreads() which wouldn't have been thread safe.
162 recording_ = true;
165 recording_ = false;
174 recording_ = false;
185 assert(!recording_);
398 if (!recording_) {
413 // No need to check sles_recorder_itf_ as recording_ would be false before i
    [all...]
opensles_input.h 73 bool Recording() const { return recording_; }
188 bool recording_; member in class:webrtc::OpenSlesInput
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediarecorder.cc 47 recording_(false),
62 recording_ = enable;
65 if (recording_ && !writer_) {
71 } else if (!recording_ && stream_) {
80 if (recording_ && writer_) {
mediarecorder.h 62 virtual bool IsEnabled() const { return recording_; }
70 bool recording_; member in class:cricket::RtpDumpSink
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
history.js 163 this.recording_ = false;
274 this.recording_ = true;
283 this.recording_ = false;
295 if (!this.recording_) {
314 if (!this.recording_ || !this.currentEvent_) {
325 if (!this.recording_) {
  /external/chromium_org/content/renderer/media/
webrtc_audio_device_impl.cc 30 recording_(false),
70 if (!recording_ || channels.empty())
335 if (recording_)
338 recording_ = true;
348 if (!recording_)
351 recording_ = false;
359 return recording_;
webrtc_audio_device_impl.h 423 // Protects |recording_|, |output_delay_ms_|, |input_delay_ms_|, |renderer_|
424 // |recording_| and |microphone_volume_|.
433 bool recording_; member in class:content::WebRtcAudioDeviceImpl
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule.cc 64 recording_(false),
282 recording_ = true;
293 recording_ = false;
302 return recording_;
672 return recording_ || playing_;
704 recording = recording_;
fakeaudiocapturemodule.h 256 bool recording_; // True when audio is being pushed from the instance. member in class:FakeAudioCaptureModule

Completed in 390 milliseconds