Searched refs:playing_ (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/media/base/
H A Daudio_renderer_mixer_input.cc15 : playing_(false),
27 DCHECK(!playing_);
44 DCHECK(!playing_);
55 if (playing_) {
57 playing_ = false;
74 if (playing_)
78 playing_ = true;
85 if (!playing_)
89 playing_ = false;
H A Daudio_renderer_mixer.cc22 // Initialize |playing_| to true since Start() results in an auto-play.
23 playing_(true) {
39 if (!playing_) {
40 playing_ = true;
84 } else if (now - last_play_time_ >= pause_delay_ && playing_) {
86 playing_ = false;
H A Daudio_renderer_mixer.h65 bool playing_; member in class:media::AudioRendererMixer
H A Daudio_renderer_mixer_input.h47 bool playing_; member in class:media::AudioRendererMixerInput
/external/chromium_org/media/audio/
H A Dnull_audio_sink.cc17 playing_(false),
34 DCHECK(!playing_);
49 if (playing_)
54 playing_ = true;
60 if (!playing_)
64 playing_ = false;
H A Dclockless_audio_sink.cc64 playing_(false) {}
77 DCHECK(!playing_);
88 if (playing_)
91 playing_ = true;
98 if (!playing_)
101 playing_ = false;
H A Dclockless_audio_sink.h45 bool playing_; member in class:media::ClocklessAudioSink
H A Dnull_audio_sink.h50 bool playing_; member in class:media::NullAudioSink
/external/chromium_org/ppapi/shared_impl/
H A Dppb_audio_shared.cc52 : playing_(false),
75 DCHECK(!playing_);
80 // notify us. This is a common case. In this case, we just set the playing_
83 playing_ = true;
88 DCHECK(playing_);
90 playing_ = false;
127 if (!playing_ || !callback_.IsValid() || !socket_.get() ||
H A Dppb_audio_shared.h52 bool playing() const { return playing_; }
106 bool playing_; member in class:ppapi::PPB_Audio_Shared
/external/chromium_org/content/renderer/media/
H A Dwebrtc_audio_renderer.h45 PlayingState() : playing_(false), volume_(1.0f) {}
49 return playing_;
54 playing_ = playing;
68 bool playing_; member in class:content::WebRtcAudioRenderer::PlayingState
H A Dwebrtc_local_audio_renderer.cc38 if (!playing_ || !volume_ || !loopback_fifo_) {
71 if (!playing_ || !volume_ || !loopback_fifo_)
114 playing_(false),
140 playing_ = false;
149 playing_ = false;
182 playing_ = true;
201 playing_ = false;
247 if (!sink_params_.IsValid() || !playing_ || !volume_ || sink_started_)
H A Dwebrtc_audio_device_impl.cc29 playing_(false),
214 playing_ = false;
300 if (playing_) {
306 playing_ = true;
312 if (!playing_) {
317 playing_ = false;
322 return playing_;
H A Dwebrtc_local_audio_renderer.h97 // |playing_| has been set to true &&
146 bool playing_; member in class:content::WebRtcLocalAudioRenderer
148 // Protects |loopback_fifo_|, |playing_| and |sink_|.
H A Dwebrtc_audio_device_impl.h432 bool playing_; member in class:content::WebRtcAudioDeviceImpl
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Dopensles_output.cc52 playing_(false),
120 assert(!playing_);
157 assert(!playing_);
174 // playing_ = StartCbThreads() which wouldn't have been thread safe.
176 playing_ = true;
179 playing_ = false;
187 playing_ = false;
192 assert(!playing_);
447 if (!playing_) {
461 // No need to check sles_player_itf_ as playing_ woul
[all...]
H A Dopensles_output.h74 bool Playing() const { return playing_; }
205 bool playing_; member in class:webrtc::OpenSlesOutput
/external/chromium_org/media/base/android/
H A Dmedia_source_player.cc38 playing_(false),
122 playing_ = true;
144 playing_ = false;
149 return playing_;
194 playing_ = false;
427 if (playing_)
498 if (!playing_) {
595 playing_ = false;
689 if (!playing_)
762 if (playing_)
[all...]
H A Dmedia_source_player.h201 bool playing_; member in class:media::MediaSourcePlayer
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.cc65 playing_(false),
246 playing_ = true;
257 playing_ = false;
266 return playing_;
653 return recording_ || playing_;
684 playing = playing_;
H A Dfakeaudiocapturemodule.h256 bool playing_; // True when audio is being pulled by the instance. member in class:FakeAudioCaptureModule
/external/chromium_org/content/browser/renderer_host/media/
H A Daudio_renderer_host.cc65 bool playing() const { return playing_; }
66 void set_playing(bool playing) { playing_ = playing; }
93 bool playing_; member in class:content::AudioRendererHost::AudioEntry
116 playing_(false) {

Completed in 5855 milliseconds