Searched defs:playing (Results 1 - 11 of 11) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/audio/dc/
H A DSDL_dcaudio.h36 int playing; member in struct:SDL_PrivateAudioData
/external/chromium_org/ppapi/shared_impl/
H A Dppb_audio_shared.h52 bool playing() const { return playing_; } function in class:ppapi::PPB_Audio_Shared
60 // Configures the current state to be playing or not. The caller is
105 // True if playing the stream.
/external/qemu/distrib/sdl-1.2.15/src/audio/dma/
H A DSDL_dmaaudio.c217 int playing; local
233 playing = info.ptr / this->spec.size;
234 filling = (playing + 1)%num_buffers;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMediaPlayer.java21 private boolean playing; field in class:ShadowMediaPlayer
52 playing = true;
72 return playing;
92 playing = true;
97 playing = false;
102 playing = false;
108 playing = false;
114 playing = false;
/external/chromium_org/content/renderer/media/
H A Dwebrtc_audio_renderer.h47 bool playing() const { function in class:content::WebRtcAudioRenderer::PlayingState
52 void set_playing(bool playing) { argument
54 playing_ = playing;
88 // is "playing", Pause() won't be called when the state already is "paused"
116 // Called when an audio renderer, either the main or a proxy, starts playing.
118 // playing so that the shared play state of all the streams can be reflected
139 // Maps an audio source to a list of playing states that collectively hold
164 // Tracks a playing state. The state must be playing when this method
169 // Removes a playing stat
[all...]
/external/chromium_org/media/audio/win/
H A Daudio_low_latency_output_win.cc357 bool playing = true; local
372 while (playing && !error) {
382 playing = false;
394 if (playing && error) {
482 // Stream position of the sample that is currently playing
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationPlayer.h90 bool playing() { return !(finished() || m_paused || m_isPausedForTesting || m_idle); } function in class:blink::FINAL
/external/chromium_org/content/browser/renderer_host/media/
H A Daudio_renderer_host.cc65 bool playing() const { return playing_; } function in class:content::AudioRendererHost::AudioEntry
66 void set_playing(bool playing) { playing_ = playing; } argument
277 if (!entry->playing()) {
285 if (entry->playing()) {
457 if (entry->playing())
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.cc187 // No playout device, just playing from file. Return success.
322 // No speaker, just playing from file. Return success.
332 // No microphone, just playing from file. Return success.
680 bool playing; local
684 playing = playing_;
689 if (playing) {
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Daudio_device_alsa_linux.cc678 bool playing = _playing; local
705 if (playing)
1649 " Error stop playing: %s",
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel.h89 playing(false),
97 bool playing; member in struct:webrtc::voe::ChannelState::State
138 state_.playing = enable;
444 return channel_state_.Get().playing;

Completed in 307 milliseconds