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

  /external/chromium_org/media/base/
media_log_event.h 48 // A media player has been told to play or pause.
50 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 32 private static final int PLAY = 1;
93 case PLAY:
94 if (mDebug) Log.d(mTag, "PLAY");
157 * @param uri The URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)})
163 public void play(Context context, Uri uri, boolean looping, int stream) { method in class:AsyncPlayer
166 cmd.code = PLAY;
173 mState = PLAY;
205 * We want to hold a wake lock while we do the prepare and play. The stop probably is
208 * sound to play, but if the CPU turns off before mThread gets to work, it won't. The
213 * 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 40 private static final int PLAY = 1;
180 case PLAY:
181 if (mDebug) Log.d(mTag, "PLAY");
235 // if there are no more sounds to play, end the Looper to listen for media completion
281 * @param uri The URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)})
286 * @deprecated use {@link #play(Context, Uri, boolean, AudioAttributes)} instead.
289 public void play(Context context, Uri uri, boolean looping, int stream) { method in class:NotificationPlayer
292 cmd.code = PLAY;
299 mState = PLAY;
310 * @param uri The URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)}
316 public void play(Context context, Uri uri, boolean looping, AudioAttributes attributes) { method in class:NotificationPlayer
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
NotificationPlayer.java 44 private static final int PLAY = 1;
173 case PLAY:
174 if (mDebug) Log.d(mTag, "PLAY");
219 // if there are no more sounds to play, end the Looper to listen for media completion
264 * @param uri The URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)})
269 * @param volume The volume at which to play this sound, as a fraction of the system volume for
270 * the relevant stream type. A value of 1 is the maximum and means play at the system
273 public void play(Context context, Uri uri, boolean looping, int stream, float volume) { method in class:NotificationPlayer
276 cmd.code = PLAY;
284 mState = PLAY;
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /external/robolectric/lib/main/
android.jar 
  /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/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 512 milliseconds