Searched refs:recording_ (Results 1 - 10 of 10) sorted by last modified time

/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Dopensles_input.cc54 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_ woul
[all...]
H A Dopensles_input.h73 bool Recording() const { return recording_; }
188 bool recording_; member in class:webrtc::OpenSlesInput
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediarecorder.cc47 recording_(false),
62 recording_ = enable;
65 if (recording_ && !writer_) {
71 } else if (!recording_ && stream_) {
80 if (recording_ && writer_) {
H A Dmediarecorder.h62 virtual bool IsEnabled() const { return recording_; }
70 bool recording_; member in class:cricket::RtpDumpSink
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.cc64 recording_(false),
275 recording_ = true;
286 recording_ = false;
295 return recording_;
653 return recording_ || playing_;
685 recording = recording_;
H A Dfakeaudiocapturemodule.h255 bool recording_; // True when audio is being pushed from the instance. member in class:FakeAudioCaptureModule
/external/chromium_org/content/renderer/media/
H A Dwebrtc_audio_device_impl.cc30 recording_(false),
70 if (!recording_ || channels.empty())
335 if (recording_)
338 recording_ = true;
348 if (!recording_)
351 recording_ = false;
359 return recording_;
H A Dwebrtc_audio_device_impl.h423 // 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/chrome/third_party/chromevox/
H A DchromeVoxChromePageScript.js1424 cvox.HistoryEvent.prototype.outputJs=function(){var a="this.waitForCalm(this.userCommand, '"+this.userCommand_+"')";return a=0<this.spoken_.length?a+("\n .waitForCalm(this.assertSpoken, '"+cvox.DomUtil.collapseWhitespace(this.spoken_.join(" "))+"');\n"):a+";\n"};cvox.History=function(){this.recording_=!1;this.events_=[];this.styleDiv_=this.listDiv_=this.mainDiv_=this.currentEvent_=null;this.nodeBreadcrumb_=cvox.NodeBreadcrumb.getInstance()};goog.addSingletonGetter(cvox.History);
1429 a("Remove fluff",goog.bind(function(){c.innerHTML=this.dumpJsOutput_(["stopSpeech","toggleKeyPrefix"])},this));document.body.appendChild(b)};cvox.History.prototype.startRecording=function(){this.recording_=!0;this.addListDiv_()};cvox.History.prototype.stopRecording=function(){this.recording_=!1;this.removeListDiv_();this.events_=[];this.currentEvent_=null};
1430 cvox.History.prototype.enterUserCommand=function(a){this.recording_&&(this.currentEvent_&&window.console.error("User command "+a+" overlaps current event",this.currentEvent_),this.currentEvent_=(new cvox.HistoryEvent).withUserCommand(a),this.events_.push(this.currentEvent_))};cvox.History.prototype.exitUserCommand=function(){this.recording_&&this.currentEvent_&&(this.currentEvent_.done(),this.listDiv_.appendChild(this.currentEvent_.outputHTML()),this.currentEvent_=null)};
1431 cvox.History.prototype.speak=function(a){if(!this.recording_)return this;if(!this.currentEvent_)return window.console.error("Speak called outside of a user command."),this;this.currentEvent_.speak(a);return this};cvox.History.prototype.isSpeaking=function(){return!1};cvox.History.prototype.stop=function(){};cvox.History.prototype.increaseOrDecreaseProperty=function(){};cvox.History.prototype.getDefaultProperty=function(){};
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dhistory.js163 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_) {

Completed in 332 milliseconds