HomeSort by relevance Sort by last modified time
    Searched refs:playing (Results 1 - 25 of 27) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.15/src/audio/dc/
SDL_dcaudio.h 36 int playing; member in struct:SDL_PrivateAudioData
SDL_dcaudio.c 98 if (this->hidden->playing) {
153 if (this->hidden->playing) {
174 if (!this->hidden->playing) {
176 this->hidden->playing = 1;
241 this->hidden->playing = 0;
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
FadeFilter.java 55 private boolean playing = false; field in class:FadeFilter
88 if (playing) {
93 playing = false;
98 playing = false;
126 playing = true;
135 playing = true;
140 playing = false;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaPlayer.java 21 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/quake/quake/src/QW/client/
cd_linux.c 39 static qboolean playing = false; variable
133 if (playing)
156 playing = true;
168 if (!playing)
175 playing = false;
183 if (!playing)
189 wasPlaying = playing;
190 playing = false;
207 playing = true;
229 if (playing)
    [all...]
cd_win.c 30 static qboolean playing = false; variable
152 if (playing)
171 playing = true;
185 if (!playing)
192 playing = false;
204 if (!playing)
211 wasPlaying = playing;
212 playing = false;
239 playing = true;
263 if (playing)
    [all...]
cd_audio.c 207 static qboolean playing = false; variable
517 if (playing)
559 playing = false;
565 playing = true;
587 wasPlaying = playing;
588 playing = false;
616 playing = true;
640 if (playing)
649 if (playing)
705 if (playing)
    [all...]
  /external/quake/quake/src/WinQuake/
cd_linux.cpp 39 static qboolean playing = false; variable
133 if (playing)
156 playing = true;
168 if (!playing)
175 playing = false;
183 if (!playing)
189 wasPlaying = playing;
190 playing = false;
207 playing = true;
229 if (playing)
    [all...]
cd_win.cpp 30 static qboolean playing = false; variable
152 if (playing)
171 playing = true;
185 if (!playing)
192 playing = false;
204 if (!playing)
211 wasPlaying = playing;
212 playing = false;
239 playing = true;
263 if (playing)
    [all...]
cd_audio.cpp 229 static qboolean playing = false; variable
507 if (playing)
562 playing = false;
566 playing = true;
586 wasPlaying = playing;
587 playing = false;
619 playing = true;
643 if (playing)
652 if (playing)
714 if (playing)
    [all...]
  /frameworks/support/v4/jellybean-mr2/android/support/v4/media/
TransportMediatorJellybeanMR2.java 158 public void refreshState(boolean playing, long position, int transportControls) {
160 mRemoteControl.setPlaybackState(playing ? RemoteControlClient.PLAYSTATE_PLAYING
161 : RemoteControlClient.PLAYSTATE_STOPPED, position, playing ? 1 : 0);
  /external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm 64 - (BOOL)playing;
65 - (void)setPlaying:(BOOL)playing;
268 if (!_mouseIsInHUD && [self playing]) // Don't fade out when paused.
547 [_playButton setIntValue:[self playing]];
552 BOOL playing = [self playing];
555 if (!playing)
566 [self setPlaying:![self playing]];
569 - (BOOL)playing
578 - (void)setPlaying:(BOOL)playing
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/animation/
TestCameraMotionPath.java 59 private boolean playing = false; field in class:TestCameraMotionPath
169 if (playing) {
170 playing = false;
175 playing = true;
TestMotionPath.java 58 private boolean playing = false; field in class:TestMotionPath
163 if (playing) {
164 playing = false;
167 playing = true;
  /external/openssl/crypto/des/times/
usparc.cc 11 [ 16-Jan-06 - I've been playing with the
  /external/qemu/distrib/sdl-1.2.15/src/audio/dma/
SDL_dmaaudio.c 217 int playing; local
233 playing = info.ptr / this->spec.size;
234 filling = (playing + 1)%num_buffers;
  /packages/apps/Music/src/com/android/music/
MediaAppWidgetProvider.java 31 * Simple widget to show currently playing album art along
73 linkButtons(context, views, false /* not playing */);
152 final boolean playing = service.isPlaying();
153 if (playing) {
160 linkButtons(service, views, playing);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
def.h 316 int playing; /**< Non-zero when the stream is currently playing. Only for playback streams. */ member in struct:pa_timing_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
def.h 316 int playing; /**< Non-zero when the stream is currently playing. Only for playback streams. */ member in struct:pa_timing_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
def.h 316 int playing; /**< Non-zero when the stream is currently playing. Only for playback streams. */ member in struct:pa_timing_info
  /external/webkit/Source/WebCore/dom/
EventNames.h 138 macro(playing) \
  /external/webkit/Source/WebCore/page/
DOMWindow.h 311 DEFINE_ATTRIBUTE_EVENT_LISTENER(playing);
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxApp.java 693 txtStatusMsg.setText(R.string.playing);
716 txtStatusMsg.setText(R.string.playing);
793 txtStatusMsg.setText(R.string.playing);
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 213 when playing audio, and respond appropriately to changes in audio focus."
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]

Completed in 439 milliseconds

1 2