/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowMediaPlayer.java | 21 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/ |
D | audio_player.js | 19 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);
|
D | control_panel.js | 104 playing: false, property 127 this.playing = !this.playing;
|
/external/qemu/distrib/sdl-1.2.15/src/audio/dc/ |
D | SDL_dcaudio.c | 98 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()
|
D | SDL_dcaudio.h | 36 int playing; member
|
/external/chromium_org/content/renderer/media/ |
D | webrtc_audio_renderer.cc | 78 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()
|
D | webrtc_audio_renderer.h | 47 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/ |
D | audio_renderer_host.cc | 65 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/ |
D | AnimationPlayer.cpp | 202 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/ |
D | ppb_audio_impl.cc | 57 if (playing()) in StartPlayback() 66 if (!playing()) in StopPlayback()
|
/external/qemu/distrib/sdl-1.2.15/src/audio/dma/ |
D | SDL_dmaaudio.c | 217 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/ |
D | audio_low_latency_output_win.cc | 357 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/ |
D | media_controls.css | 26 .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/ |
D | mediaserver.te | 70 # 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/ |
D | JetCreatorhlp.dat | 94 … 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/ |
D | MediaController.cpp | 302 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/ |
D | channel.h | 89 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/ |
D | fakeaudiocapturemodule.cc | 680 bool playing; in ProcessFrameP() local 684 playing = playing_; in ProcessFrameP() 689 if (playing) { in ProcessFrameP()
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_audio_shared.h | 52 bool playing() const { return playing_; } in playing() function
|
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/ |
D | audio.rst | 13 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/ |
D | usparc.cc | 11 [ 16-Jan-06 - I've been playing with the
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | GlobalEventHandlers.h | 82 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(playing);
|
/external/chromium_org/ppapi/proxy/ |
D | ppb_audio_proxy.cc | 96 if (playing()) in StartPlayback() 108 if (!playing()) in StopPlayback()
|
/external/tinycompress/ |
D | README | 13 the usage of this API. Currently this contains support for playing the mp3 format
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
D | combobutton.js | 123 case 'U+001B': // Maybe this is remote desktop playing a prank?
|