/external/webkit/WebCore/css/ |
mediaControlsQt.css | 62 audio::-webkit-media-controls-play-button, video::-webkit-media-controls-play-button {
|
/frameworks/base/media/java/android/media/ |
Ringtone.java | 210 public void play() { method in class:Ringtone 215 Log.e(TAG, "play() caught ", ex);
|
AudioTrack.java | 42 * <li>too big to fit in memory because of the duration of the sound to play,</li> 49 * can play the sound without the need to transfer the audio data from Java to native layer 55 * can play before running out of data.<br> 150 * Indicates the play state of the AudioTrack instance. 193 * The type of the audio stream to play. See 543 * the expected frequency at which the buffer will be refilled with additional data to play. 761 public void play() method in class:AudioTrack 764 throw(new IllegalStateException("play() called on uninitialized AudioTrack.")); 827 * @param audioData the array that holds the data to play. 828 * @param offsetInBytes the offset expressed in bytes in audioData where the data to play [all...] |
MediaMetadataRetriever.java | 95 * @param fd the FileDescriptor for the file you want to play 111 * @param fd the FileDescriptor for the file you want to play 125 * @param uri the Content URI of the data you want to play
|
/frameworks/base/media/jni/soundpool/ |
SoundPool.h | 124 void play(const sp<Sample>& sample, int channelID, float leftVolume, float rightVolume, 170 int play(int sampleID, float leftVolume, float rightVolume, int priority,
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
ElementTime.java | 88 * The repeatCount attribute causes the element to play repeatedly 99 * The repeatDur causes the element to play repeatedly (loop) for the
|
/packages/apps/Phone/res/values/ |
config.xml | 67 <!-- Determine whether or not we should play the success/failure tone --> 93 <!-- Determine whether we want to play local DTMF tones in a call, or
|
/external/kernel-headers/original/linux/ |
cdrom.h | 28 * mount or play an empty slot, mount an audio disc, or play a data disc. 54 #define CDROMPLAYMSF 0x5303 /* Play Audio MSF (struct cdrom_msf) */ 55 #define CDROMPLAYTRKIND 0x5304 /* Play Audio Track/index 364 #define CDROM_AUDIO_PLAY 0x11 /* audio play operation in progress */ 365 #define CDROM_AUDIO_PAUSED 0x12 /* audio play operation paused */ 366 #define CDROM_AUDIO_COMPLETED 0x13 /* audio play successfully completed */ 367 #define CDROM_AUDIO_ERROR 0x14 /* audio play stopped due to error */ 490 * to play data at track/index */ 974 /* play stuff * [all...] |
/external/opencore/engines/player/test/src/ |
test_pv_player_engine_testset5.cpp | 482 //playback cases play 10 more seconds then stop. 496 // now either play for 5 seconds or wait till the EOS. 613 //just play for 10 seconds then stop [all...] |
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
dsound.h | 182 STDMETHOD( Play)(THIS_ DWORD,DWORD,DWORD ) PURE;
206 #define IDirectSoundBuffer_Play(p,a,b,c) (p)->lpVtbl->Play(p,a,b,c)
346 #define DSBCAPS_GETCURRENTPOSITION2 0x00010000 // More accurate play cursor under emulation
|
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
DSOUND.H | 182 STDMETHOD( Play)(THIS_ DWORD,DWORD,DWORD ) PURE;
206 #define IDirectSoundBuffer_Play(p,a,b,c) (p)->lpVtbl->Play(p,a,b,c)
346 #define DSBCAPS_GETCURRENTPOSITION2 0x00010000 // More accurate play cursor under emulation
|
/external/webkit/WebCore/platform/graphics/ |
MediaPlayer.cpp | 68 virtual void play() { } function in class:WebCore::NullMediaPlayerPrivate 289 void MediaPlayer::play() function in class:WebCore::MediaPlayer 291 m_private->play();
|
/external/webkit/WebKit/android/WebCoreSupport/ |
MediaPlayerPrivateAndroid.cpp | 87 void MediaPlayerPrivate::play() function in class:WebCore::MediaPlayerPrivate 232 // the "play" state, at which point our VideoView will start downloading 303 m_glue->m_play = env->GetMethodID(clazz, "play", "(Ljava/lang/String;)V");
|
/hardware/msm7k/libaudio-qsd8k/ |
AudioPolicyManager.cpp | 177 // play ringtone over speaker (or speaker + headset) if in car dock 217 // Do not play media stream if in call and the requested device would change the hardware 258 // in car dock: when using the 3.5mm jack to play media, set a fixed volume as access to the
|
/packages/apps/AlarmClock/res/values/ |
strings.xml | 145 <!-- Setting title for whether the alarm should play in silent mode. 150 <!-- Setting summary for whether the alarm should play in silent mode. --> 151 <string name="alarm_in_silent_mode_summary">Play alarm even when the phone is in silent mode</string>
|
/cts/tests/tests/media/src/android/media/cts/ |
AudioTrack_ListenerTest.java | 108 mAudioTrack.play();
|
/external/opencore/engines/2way/test/src/ |
init_play_reset_test.cpp | 31 fprintf(fileoutput, "Start init play reset test, proxy %d, file %s\n", iUseProxy, filename);
|
init_play_test.cpp | 30 fprintf(fileoutput, "Start init play test, num runs %d, proxy %d, file %s\n", iMaxRuns, iUseProxy, filename);
|
/external/opencore/nodes/common/include/ |
pvmf_data_source_direction_control.h | 73 * @param aActualNPT The actual normal-play-time timestamp after changing direction will be saved
|
pvmf_download_progress_interface.h | 91 * play position and the current download rate.
|
pvmf_format_progdownload_support_extension.h | 74 * data downloaded to proceed with playback and request notification play resume if autopause is
|
pvmf_local_data_source.h | 97 //passed in will be used for play back or just for metadata retrieval
|
pvmf_streaming_data_source.h | 107 //passed in will be used for play back or just for metadata retrieval
|
/external/opencore/protocols/rtsp_client_engine/src/ |
pvrtspenginenodeextensioninterface_impl.h | 96 * @param aKeepAliveInPlay Turns on/off the sending RTSP keep-alive commands during PLAY
|
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/ |
SDL_mintaudio.h | 122 extern volatile unsigned short SDL_MintAudio_numbuf; /* Buffer to play */
|