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

  /external/qemu/distrib/sdl-1.2.12/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/qemu/distrib/sdl-1.2.12/src/audio/amigaos/
SDL_ahiaudio.h 50 Uint32 playing; member in struct:SDL_PrivateAudioData
58 #define playing (this->hidden->playing) macro
SDL_ahiaudio.c 132 if(playing>1)
145 audio_req[current_buffer] -> ahir_Link = (playing>0 ? audio_req[current_buffer^1] : NULL);
150 playing++;
162 playing=0;
331 playing=0;
  /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...]
  /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/openssl/crypto/des/times/
usparc.cc 11 [ 16-Jan-06 - I've been playing with the
  /external/qemu/distrib/sdl-1.2.12/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);
  /prebuilt/linux-x86/toolchain/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
  /external/webkit/Source/WebCore/dom/
EventNames.h 138 macro(playing) \
  /external/webkit/Source/WebCore/page/
DOMWindow.h 311 DEFINE_ATTRIBUTE_EVENT_LISTENER(playing);
  /external/bluetooth/bluez/audio/
headset.c 282 return "playing";
1677 dbus_bool_t playing; local
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 538 milliseconds