Home
last modified time | relevance | path

Searched refs:playing (Results 1 – 25 of 91) sorted by relevance

1234

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowMediaPlayer.java21 private boolean playing; field in ShadowMediaPlayer
52 playing = true; in __constructor__()
72 return playing; in isPlaying()
92 playing = true; in start()
97 playing = false; in pause()
102 playing = false; in release()
108 playing = false; in reset()
114 playing = false; in stop()
/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
Daudio_player.js19 playing: { property
89 if (this.audioController.playing)
104 this.playing = newValue;
206 this.audioController.playing = !this.audioElement.paused;
233 this.audioController.playing = isNextTrackAvailable;
371 var playing = this.audioController.playing;
372 this.onControllerPlayingChanged(playing, !playing);
Dcontrol_panel.js104 playing: false, property
127 this.playing = !this.playing;
/external/qemu/distrib/sdl-1.2.15/src/audio/dc/
DSDL_dcaudio.c98 if (this->hidden->playing) { in DCAUD_WaitAudio()
153 if (this->hidden->playing) { in DCAUD_PlayAudio()
174 if (!this->hidden->playing) { in DCAUD_PlayAudio()
176 this->hidden->playing = 1; in DCAUD_PlayAudio()
241 this->hidden->playing = 0; in DCAUD_OpenAudio()
DSDL_dcaudio.h36 int playing; member
/external/chromium_org/content/renderer/media/
Dwebrtc_audio_renderer.cc78 if (playing_state_.playing()) in Play()
87 if (!playing_state_.playing()) in Pause()
326 if (playing_state_.playing()) in Play()
359 if (!playing_state_.playing()) in Pause()
490 if ((*it)->playing()) in UpdateSourceVolume()
509 DCHECK(state->playing()); in AddPlayingState()
524 DCHECK(!state->playing()); in RemovePlayingState()
551 if (!state->playing()) { in OnPlayStateChanged()
Dwebrtc_audio_renderer.h47 bool playing() const { in NON_EXPORTED_BASE()
52 void set_playing(bool playing) { in NON_EXPORTED_BASE()
54 playing_ = playing; in NON_EXPORTED_BASE()
/external/chromium_org/content/browser/renderer_host/media/
Daudio_renderer_host.cc65 bool playing() const { return playing_; } in playing() function in content::AudioRendererHost::AudioEntry
66 void set_playing(bool playing) { playing_ = playing; } in set_playing() argument
277 if (!entry->playing()) { in DoNotifyStreamStateChanged()
285 if (entry->playing()) { in DoNotifyStreamStateChanged()
457 if (entry->playing()) in DeleteEntry()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimationPlayer.cpp202 bool shouldCancel = (!playing() && m_compositorState) || changed; in preCommit()
203 bool shouldStart = playing() && (!m_compositorState || changed); in preCommit()
277 if (playing()) { in notifyCompositorStartTime()
425 if (playing()) { in pause()
452 if (!playing()) in play()
488 if (playing()) { in finish()
579 return m_timeline && m_content && m_content->isAnimation() && playing(); in canStartAnimationOnCompositor()
/external/chromium_org/content/renderer/pepper/
Dppb_audio_impl.cc57 if (playing()) in StartPlayback()
66 if (!playing()) in StopPlayback()
/external/qemu/distrib/sdl-1.2.15/src/audio/dma/
DSDL_dmaaudio.c217 int playing; in DMA_GetAudioBuf() local
233 playing = info.ptr / this->spec.size; in DMA_GetAudioBuf()
234 filling = (playing + 1)%num_buffers; in DMA_GetAudioBuf()
/external/chromium_org/media/audio/win/
Daudio_low_latency_output_win.cc357 bool playing = true; in Run() local
372 while (playing && !error) { in Run()
382 playing = false; in Run()
394 if (playing && error) { in Run()
/external/chromium_org/ui/file_manager/video_player/css/
Dmedia_controls.css26 .media-button[state='playing']:not(.disabled):not(:hover):not(:active) >
27 .playing.normal,
28 .media-button[state='playing']:not(.disabled):hover > .playing.hover,
29 .media-button[state='playing']:not(.disabled):active > .playing.active,
209 .media-button.play > .playing.normal {
215 .media-button.play > .playing.hover {
221 .media-button.play > .playing.active {
/external/sepolicy/
Dmediaserver.te70 # Needed on some devices for playing DRM protected content,
74 # Needed on some devices for playing audio on paired BT device,
/external/sonivox/jet_tools/JetCreator/
DJetCreatorhlp.dat94 … and program changes will be read from the beginning of the segment when playing or triggering eve…
102 tracklist = The tracks in the segment currently playing segment display here. Tracks which are mut…
104 graph = The currently playing segment is displayed graphically here. You may trigger clips by clic…
109 … and program changes will be read from the beginning of the segment when playing or triggering eve…
/external/chromium_org/third_party/WebKit/Source/core/html/
DMediaController.cpp302 DEFINE_STATIC_LOCAL(AtomicString, playing, ("playing", AtomicString::ConstructFromLiteral)); in playbackStatePlaying()
303 return playing; in playbackStatePlaying()
457 eventName = EventTypeNames::playing; in updatePlaybackState()
/external/chromium_org/third_party/webrtc/voice_engine/
Dchannel.h89 playing(false), in State()
97 bool playing; member
138 state_.playing = enable; in SetPlaying()
444 return channel_state_.Get().playing; in Playing()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
Dfakeaudiocapturemodule.cc680 bool playing; in ProcessFrameP() local
684 playing = playing_; in ProcessFrameP()
689 if (playing) { in ProcessFrameP()
/external/chromium_org/ppapi/shared_impl/
Dppb_audio_shared.h52 bool playing() const { return playing_; } in playing() function
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/
Daudio.rst13 stream. The Pepper audio API provides a low-level means of playing a stream of
16 audio stream, and tells the browser to start or stop playing the audio
23 starts playing the audio samples as soon as it is loaded into the browser. For a
61 The Pepper audio API is a good option for playing audio data if you want to do
129 playing the audio samples as soon as it is loaded into the browser.
208 that it can rapidly change what's playing in the audio stream, you should
359 another thread so that the audio stream starts playing simultaneously with
/external/openssl/crypto/des/times/
Dusparc.cc11 [ 16-Jan-06 - I've been playing with the
/external/chromium_org/third_party/WebKit/Source/core/dom/
DGlobalEventHandlers.h82 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(playing);
/external/chromium_org/ppapi/proxy/
Dppb_audio_proxy.cc96 if (playing()) in StartPlayback()
108 if (!playing()) in StopPlayback()
/external/tinycompress/
DREADME13 the usage of this API. Currently this contains support for playing the mp3 format
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Dcombobutton.js123 case 'U+001B': // Maybe this is remote desktop playing a prank?

1234