Home
last modified time | relevance | path

Searched refs:playing (Results 1 – 25 of 83) 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/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
DFadeFilter.java55 private boolean playing = false; field in FadeFilter
88 if (playing) { in preFrame()
93 playing = false; in preFrame()
98 playing = false; in preFrame()
126 playing = true; in fadeIn()
135 playing = true; in fadeOut()
140 playing = false; in pause()
/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/jmonkeyengine/engine/src/test/jme3test/animation/
DTestMotionPath.java58 private boolean playing = false; field in TestMotionPath
163 if (playing) { in initInputs()
164 playing = false; in initInputs()
167 playing = true; in initInputs()
DTestCameraMotionPath.java59 private boolean playing = false; field in TestCameraMotionPath
169 if (playing) { in initInputs()
170 playing = false; in initInputs()
175 playing = true; in initInputs()
/external/chromium_org/content/renderer/pepper/
Dppb_audio_impl.cc100 if (playing()) in StartPlayback()
109 if (!playing()) in StopPlayback()
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
Dmedia_controls.css24 .media-button[state='playing']:not(.disabled):not(:hover):not(:active) >
25 .playing.normal,
26 .media-button[state='playing']:not(.disabled):hover > .playing.hover,
27 .media-button[state='playing']:not(.disabled):active > .playing.active,
212 .media-button.play > .playing.normal {
218 .media-button.play > .playing.hover {
224 .media-button.play > .playing.active {
/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.cc383 bool playing = true; in Run() local
398 while (playing && !error) { in Run()
408 playing = false; in Run()
420 if (playing && error) { in Run()
/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.cpp303 DEFINE_STATIC_LOCAL(AtomicString, playing, ("playing", AtomicString::ConstructFromLiteral)); in playbackStatePlaying()
304 return playing; in playbackStatePlaying()
457 eventName = EventTypeNames::playing; in updatePlaybackState()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
Dfakeaudiocapturemodule.cc699 bool playing; in ProcessFrameP() local
703 playing = playing_; in ProcessFrameP()
708 if (playing) { in ProcessFrameP()
/external/chromium_org/ppapi/shared_impl/
Dppb_audio_shared.h54 bool playing() const { return playing_; } in playing() function
/external/chromium_org/third_party/WebKit/Source/core/dom/
DGlobalEventHandlers.h80 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(playing);
/external/openssl/crypto/des/times/
Dusparc.cc11 [ 16-Jan-06 - I've been playing with the
/external/chromium_org/third_party/openssl/openssl/crypto/des/times/
Dusparc.cc11 [ 16-Jan-06 - I've been playing with the
/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
63 The Pepper audio API is a good option for playing audio data if you want to do
131 playing the audio samples as soon as it is loaded into the browser.
210 that it can rapidly change what's playing in the audio stream, you should
361 another thread so that the audio stream starts playing simultaneously with
/external/chromium_org/ppapi/proxy/
Dppb_audio_proxy.cc96 if (playing()) in StartPlayback()
106 if (!playing()) in StopPlayback()
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dmenu_button.js165 case 'U+001B': // Maybe this is remote desktop playing a prank?
/external/tinycompress/
DREADME13 the usage of this API. Currently this contains support for playing the mp3 format
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
Dcombobutton.js123 case 'U+001B': // Maybe this is remote desktop playing a prank?
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
Dmedia_controls.js389 MediaControls.prototype.onMediaPlay_ = function(playing) { argument
393 this.updatePlayButtonState_(playing);
468 MediaControls.prototype.updatePlayButtonState_ = function(playing) { argument
469 if (playing) {
/external/skia/dm/
DREADME17 recording and playing back an SkPicture gives the same result as direct
/external/llvm/lib/Target/MSP430/
DREADME.txt28 6. Verify and fix (if needed) how's stuff playing with i32 / i64.

1234