/external/webkit/WebCore/platform/graphics/qt/ |
MediaPlayerPrivatePhonon.h | 88 void play();
|
/external/webkit/WebCore/platform/graphics/wince/ |
MediaPlayerPrivateWince.h | 55 void play();
|
/frameworks/base/core/java/com/android/internal/app/ |
RingtonePickerActivity.java | 80 /** The Uri to play when the 'Default' item is clicked. */ 100 // Play clip 115 * Get whether to show the 'Default' item, and the URI to play when the 312 ringtone.play();
|
/frameworks/base/core/res/res/layout/ |
media_controller.xml | 36 <ImageButton android:id="@+id/pause" style="@android:style/MediaButton.Play" />
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
AnimationDrawable.java | 54 * <p>Here is the code to load and play this animation.</p> 170 * @return True of the animation will play once, false otherwise 177 * Sets whether the animation should play once or repeat. 179 * @param oneShot Pass true if the animation should only play once
|
/frameworks/base/media/java/android/drm/mobile1/ |
DrmRights.java | 24 * The DRM permission of play.
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
MediaPlayerApiTest.java | 427 //Play a mid file which the duration is around 210 seconds 431 assertTrue("Play midi from resources", midiResources); 437 assertTrue("Play mp3 from resources", mp3Resources); 489 //Provide a tool to play all kinds of media files in a directory
|
/packages/apps/Stk/src/com/android/stk/ |
TonePlayer.java | 53 public void play(Tone tone) { method in class:TonePlayer
|
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/ |
MiscService.java | 34 public static final String SOCKET_NAME = "play-misc-service";
|
/cts/tests/tests/media/src/android/media/cts/ |
AudioTrackTest.java | 362 // Test case 2: getPlaybackHeadPosition() increases after play() 403 track.play(); 462 track.play(); 501 method = "play", 528 track.play(); 539 // Test case 4: getPlaybackHeadPosition() is > 0 after play(); pause(); 568 method = "play", 595 track.play(); 638 method = "play", 669 track.play(); [all...] |
RingtoneManagerTest.java | 245 ringtone.play(); 251 newRingtone.play();
|
/cts/tests/tests/speech/src/android/speech/tts/cts/ |
TextToSpeechTest.java | 167 // use media player to play the file. If it succeeds with no exceptions, assume file is 177 Log.e(LOG_TAG, "Exception while attempting to play music file", e);
|
/dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/midi/ |
AndroidSequencer.java | 61 * Holds the Android Sequence we want to play. 235 throw new IllegalStateException("Need a Sequence to play");
|
/dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/sampled/ |
AndroidClip.java | 49 * Holds the AndroidAudioInputStream we want to play. 160 throw new IllegalStateException("Need an AudioInputStream to play");
|
/development/host/windows/usb/api/ |
adb_helper_routines.cpp | 150 // Open a handle to the plug and play dev node.
209 // Retrieve the information from Plug and Play.
|
adb_helper_routines.h | 89 play information, and dev_info_data, representing a specific usb device,
111 play information, and dev_info_data, representing a specific usb device,
|
/external/opencore/engines/player/test/src/ |
test_pv_player_engine_testset10.h | 86 * -# Play 10 sec 91 * -# Play until EOS
|
test_pv_player_engine_testset11.h | 89 * -# Play 10 sec 94 * -# Play until EOS
|
test_pv_player_engine_testset12.h | 101 * -# Play 10 sec 108 * -# Play until EOS
|
test_pv_player_engine_testset9.h | 86 * -# Play 10 sec 91 * -# Play until EOS
|
/external/opencore/protocols/rtsp_parcom/src/ |
rtsp_par_com_constants.h | 36 , "PLAY" //METHOD_PLAY 105 #define RtspRequestMethodStringPlay "PLAY"
|
/external/quake/quake/src/WinQuake/ |
README.Solaris | 13 on your local system before starting play so that you are
71 Quake. QuakeWorld also offers much smoother play over the
|
/external/sonivox/jet_tools/JetCreator/ |
JetAudition.py | 44 CMD_PLAY = 'Play'
285 """ Sets a flag to continue play loop or shut down """
290 """ Gets the play flag """
305 """ Sets a play command """
310 """ Gets a play command """
362 self.jet.Play()
482 self.jet.Play()
496 """ When exiting the audition window, shut down jet play thread """
|
JetDefs.py | 83 MAIN_PLAYSEG = "Play Segments"
84 MAIN_PLAYSEGMSG = "Queue one or more segments by checking them in the list, then play."
143 BUT_PLAY = 'Play'
159 BUT_PLAYSEG = 'Play Segment'
160 BUT_PLAYMIDI = 'Play MIDI File'
465 ('Play', F_PLAY, BUTROW1+BUTOFF*4, COL3+EVT_OFFSET, BUTSIZE, 0, 0, -1, [], "OnPlay", True, ""),
507 ('Play Segment', F_PLAY, BUTROW1+BUTOFF*4, COL3 + COLADD, BIGBUT, 0, 0, -1, [], "OnPlay", True, ""),
508 ('Play MIDI File', F_PLAYMIDI, BUTROW1+BUTOFF*5, COL3 + COLADD, BIGBUT, 0, 0, -1, [], "OnPlayMidi", True, ""),
|
JetPreview.py | 146 self.jet.Play()
197 self.jet.Play()
|