/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...] |
/external/chromium/base/ |
event_recorder.h | 23 // A class for recording and playing back keyboard and mouse input events. 27 // recording and playing, you should move the relevant windows 32 // be playing back events while already recording events. 34 // You might be recording globally, while recording or playing back 64 // Is the EventRecorder currently playing.
|
/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
|
/external/bluetooth/bluez/doc/ |
audio-api.txt | 147 void Playing() {deprecated} 167 "connected", "playing" 179 "connected" -> "playing" 182 "playing" -> "connected" 186 "playing" -> "disconnected" 194 boolean Playing [readonly] 245 void Playing() {deprecated} 261 "connected", "playing" 273 "connected" -> "playing" 276 "playing" -> "connected [all...] |
/external/webkit/Source/WebCore/manual-tests/ |
media-default-playback-rate.html | 29 function playing() 31 consoleWrite("<br>'playing' event"); 47 video.addEventListener('playing', playing);
|
audio-volume.html | 22 <p>TEST: Audio volume should be 0.05 when the movie begins playing.</p>
|
/external/webkit/Source/WebCore/manual-tests/media-elements/ |
video-replaces-poster.html | 8 start playing.</p>
|
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
MusicService.java | 88 Playing, // playback active (media player ready!). (but the media player may actually be 96 // if in Retrieving mode, this flag indicates whether we should start playing immediately 101 // start playing when we are ready. If null, we should play a random song from the device 120 // title of the song we are currently playing 123 // whether the song we are playing is streaming from the network 163 // Make sure the media player will acquire a wake-lock while playing. If we don't do 164 // that, the CPU might go to sleep while the song is playing, causing playback to stop. 171 // playing: 236 // If we are still retrieving media, just set the flag to start playing when we're 248 // If we're stopped, just go ahead to the next song and start playing [all...] |
/packages/wallpapers/MusicVisualization/res/values/ |
strings.xml | 27 <string name="vis2_desc">Draws the sound wave of any currently playing music track.</string> 28 <string name="vis3_desc">Shows the frequency spectrum of any currently playing music track.</string>
|
/packages/wallpapers/MusicVisualization/res/values-en-rGB/ |
strings.xml | 24 <string name="vis2_desc" msgid="192540837551311681">"Draws the soundwave of any music track currently playing."</string> 25 <string name="vis3_desc" msgid="3878566533630652215">"Shows the frequency spectrum of any music track currently playing."</string>
|
/system/media/wilhelm/src/android/ |
android_defs.h | 24 // audio player, playing from a URI or FD data source 26 // audio player, playing PCM buffers in a buffer queue data source 28 // audio player, playing transport stream packets in an Android buffer queue data source 32 // audio video player, playing transport stream packets in an Android buffer queue data source 34 // audio video player, playing from a URI or FD data source 51 ANDROID_UNINITIALIZED = -1, // never called SetPlayState(PAUSED or PLAYING) 52 ANDROID_PREPARING, // currently preparing due to first SetPlayState(PAUSED or PLAYING)
|
/system/media/wilhelm/src/ |
attr.h | 30 #define ATTR_INDEX_BQ_ENQUEUE 3 // (buffer queue non-empty and in playing state) became true 31 #define ATTR_INDEX_ABQ_ENQUEUE 4 // Android buffer queue became non-empty and in playing state
|
/frameworks/base/media/libmediaplayerservice/nuplayer/ |
NuPlayerDriver.cpp | 134 case PLAYING: 145 mState = PLAYING; 160 case PLAYING: 176 return mState == PLAYING; 190 case PLAYING:
|
/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);
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
VideoLayerAndroid.h | 43 // PLAYING will be the Video (Surface Texture). 47 typedef enum {INITIALIZED, PREPARING, PREPARED, PLAYING, RELEASED} PlayerState;
|
/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/dc/ |
SDL_dcaudio.h | 36 int playing; member in struct:SDL_PrivateAudioData
|
/frameworks/base/media/java/android/media/ |
Ringtone.java | 35 * Ringtone provides a quick method for playing a ringtone, notification, or 232 * Stops a playing ringtone. 243 * Whether this ringtone is currently playing. 245 * @return True if playing, false otherwise.
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastAlertWakeLock.java | 23 * Hold a wakelock while showing the alert dialog and playing sound.
|
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/ |
IAnimationListener.java | 39 * Called when the animation is done playing.
|