HomeSort by relevance Sort by last modified time
    Searched refs:playing_ (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/media/base/
audio_renderer_mixer_input.cc 15 : playing_(false),
44 DCHECK(!playing_);
50 if (!playing_)
54 playing_ = false;
60 if (playing_)
64 playing_ = true;
70 if (!playing_)
74 playing_ = false;
clock.cc 23 return playing_;
27 DCHECK(!playing_);
29 playing_ = true;
34 DCHECK(playing_);
36 playing_ = false;
59 if (!playing_ || underflow_)
131 playing_ = false;
audio_renderer_mixer.cc 22 // Initialize |playing_| to true since Start() results in an auto-play.
23 playing_(true) {
41 if (!playing_) {
42 playing_ = true;
71 } else if (now - last_play_time_ >= pause_delay_ && playing_) {
73 playing_ = false;
audio_renderer_mixer.h 60 bool playing_; member in class:media::AudioRendererMixer
audio_renderer_mixer_input.h 47 bool playing_; member in class:media::AudioRendererMixerInput
clock.h 103 bool playing_; member in class:media::Clock
  /external/chromium_org/media/audio/
null_audio_sink.cc 17 playing_(false),
34 DCHECK(!playing_);
49 if (playing_)
54 playing_ = true;
60 if (!playing_)
64 playing_ = false;
clockless_audio_sink.cc 64 playing_(false) {}
76 DCHECK(!playing_);
82 if (!playing_)
91 if (playing_)
94 playing_ = true;
clockless_audio_sink.h 45 bool playing_; member in class:media::ClocklessAudioSink
null_audio_sink.h 50 bool playing_; member in class:media::NullAudioSink
  /external/chromium_org/ppapi/shared_impl/
ppb_audio_shared.cc 57 : playing_(false),
83 DCHECK(!playing_);
91 // notify us. This is a common case. In this case, we just set the playing_
94 playing_ = true;
99 DCHECK(playing_);
101 playing_ = false;
139 if (!playing_ || !callback_.IsValid() || !socket_.get() ||
ppb_audio_shared.h 54 bool playing() const { return playing_; }
99 bool playing_; member in class:ppapi::PPB_Audio_Shared
  /external/chromium_org/content/renderer/media/
webrtc_local_audio_renderer.cc 36 if (!playing_ || !volume_ || !loopback_fifo_) {
67 if (!playing_ || !volume_ || !loopback_fifo_)
152 playing_(false),
177 playing_ = false;
186 playing_ = false;
219 playing_ = true;
238 playing_ = false;
283 if (!sink_params_.IsValid() || !playing_ || !volume_ || sink_started_)
webrtc_audio_device_impl.cc 28 playing_(false),
164 playing_ = false;
241 if (playing_) {
247 playing_ = true;
254 if (!playing_) {
266 playing_ = false;
271 return playing_;
webrtc_audio_renderer.cc 98 : delegate_(delegate), started_(false), playing_(false) {
119 if (playing_)
121 playing_ = true;
128 if (!playing_)
130 playing_ = false;
162 bool playing_; member in class:content::__anon8189::SharedAudioRenderer
webrtc_local_audio_renderer.h 96 // |playing_| has been set to true &&
142 bool playing_; member in class:content::WebRtcLocalAudioRenderer
144 // Protects |loopback_fifo_|, |playing_| and |sink_|.
webrtc_audio_device_impl.h 389 bool playing_; member in class:content::WebRtcAudioDeviceImpl
  /external/chromium_org/media/base/android/
media_source_player.cc 78 playing_(false),
173 playing_ = true;
189 playing_ = false;
194 return playing_;
258 playing_ = false;
280 if (playing_)
362 if (playing_)
395 if (playing_)
417 if (playing_)
564 if (playing_)
    [all...]
media_source_player.h 208 bool playing_; member in class:media::MediaSourcePlayer
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule.cc 65 playing_(false),
253 playing_ = true;
264 playing_ = false;
273 return playing_;
672 return recording_ || playing_;
703 playing = playing_;
fakeaudiocapturemodule.h 257 bool playing_; // True when audio is being pulled by the instance. member in class:FakeAudioCaptureModule

Completed in 258 milliseconds