HomeSort by relevance Sort by last modified time
    Searched defs:PLAY (Results 1 - 14 of 14) sorted by null

  /external/webkit/Source/WebKit/android/
RenderSkinMediaButton.h 49 enum { PAUSE, PLAY, MUTE, REWIND, FORWARD, FULLSCREEN, SPINNER_OUTER, SPINNER_INNER , VIDEO, BACKGROUND_SLIDER, SLIDER_TRACK, SLIDER_THUMB };
  /external/bluetooth/bluez/test/
hstest.c 140 "\thstest play <file> <bdaddr> [channel]\n"
144 #define PLAY 1
180 if (strncmp(argv[1], "play", 4) == 0) {
181 mode = PLAY;
206 case PLAY:
279 case PLAY:
  /frameworks/base/drm/java/android/drm/
DrmStore.java 171 public static final int PLAY = 0x01;
202 case PLAY:
  /frameworks/base/media/java/android/media/
AsyncPlayer.java 34 private static final int PLAY = 1;
95 case PLAY:
96 if (mDebug) Log.d(mTag, "PLAY");
159 * @param uri The URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)})
165 public void play(Context context, Uri uri, boolean looping, int stream) { method in class:AsyncPlayer
168 cmd.code = PLAY;
175 mState = PLAY;
207 * We want to hold a wake lock while we do the prepare and play. The stop probably is
210 * sound to play, but if the CPU turns off before mThread gets to work, it won't. The
215 * This must be called before the first time play is called
    [all...]
  /frameworks/av/include/drm/
drm_framework_common.h 124 * Defines constants related to play back
164 static const int PLAY = 0x01;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
NotificationPlayer.java 44 private static final int PLAY = 1;
168 case PLAY:
169 if (mDebug) Log.d(mTag, "PLAY");
213 // if there are no more sounds to play, end the Looper to listen for media completion
258 * @param uri The URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)})
264 public void play(Context context, Uri uri, boolean looping, int stream) { method in class:NotificationPlayer
267 cmd.code = PLAY;
274 mState = PLAY;
306 * We want to hold a wake lock while we do the prepare and play. The stop probably is
309 * sound to play, but if the CPU turns off before mThread gets to work, it won't. Th
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
NotificationPlayer.java 45 private static final int PLAY = 1;
174 case PLAY:
175 if (mDebug) Log.d(mTag, "PLAY");
220 // if there are no more sounds to play, end the Looper to listen for media completion
265 * @param uri The URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)})
270 * @param volume The volume at which to play this sound, as a fraction of the system volume for
271 * the relevant stream type. A value of 1 is the maximum and means play at the system
274 public void play(Context context, Uri uri, boolean looping, int stream, float volume) { method in class:NotificationPlayer
277 cmd.code = PLAY;
285 mState = PLAY;
    [all...]
  /frameworks/base/core/java/android/webkit/
HTML5VideoViewProxy.java 55 private static final int PLAY = 100;
194 // When native tell Java to play, we need to check whether or not it is
196 public static void play(String url, int time, HTML5VideoViewProxy proxy, method in class:HTML5VideoViewProxy.VideoPlayer
205 // javascript will switch the src and call play.
207 // and play the video after prepared.
363 case PLAY: {
368 VideoPlayer.play(url, mSeekPosition, this, client, videoLayerID);
649 * Play a video stream.
652 public void play(String url, int position, int videoLayerID) { method in class:HTML5VideoViewProxy
660 Message message = obtainMessage(PLAY);
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 3076 milliseconds