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

1 2

  /frameworks/base/drm/java/android/drm/
DrmStore.java 171 public static final int PLAY = 0x01;
202 case PLAY:
  /frameworks/support/media/version-compat-tests/lib/src/main/java/android/support/mediacompat/testlib/
MediaControllerConstants.java 33 public static final int PLAY = 301;
  /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)})
164 * @deprecated use {@link #play(Context, Uri, boolean, AudioAttributes)} instead
166 public void play(Context context, Uri uri, boolean looping, int stream) { method in class:AsyncPlayer
167 PlayerBase.deprecateStreamTypeForPlayback(stream, "AsyncPlayer", "play()");
172 play(context, uri, looping, method
175 Log.e(mTag, "Call to deprecated AsyncPlayer.play() method caused:", e);
186 * @param uri the non-null URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)}
193 public void play(@NonNull Context context, @NonNull Uri uri, boolean looping, method in class:AsyncPlayer
    [all...]
VolumeShaper.java 65 * Applying {@link VolumeShaper.Operation#PLAY} after {@code PLAY}
69 * Applying {@link VolumeShaper.Operation#PLAY} when the player
92 * If the {@code operation} is {@link VolumeShaper.Operation#PLAY} then the
97 * be delayed until {@code PLAY} is applied.
120 * {@link VolumeShaper.Operation#PLAY}.
    [all...]
  /frameworks/av/include/drm/
drm_framework_common.h 124 * Defines constants related to play back
164 static const int PLAY = 0x01;
  /packages/apps/Messaging/src/com/android/messaging/util/
NotificationPlayer.java 43 private static final int PLAY = 1;
191 case PLAY:
193 LogUtil.d(mTag, "PLAY");
225 // if there are no more sounds to play, end the Looper to listen for media completion
269 * @param uri The URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)})
274 * @param volume The volume at which to play this sound, as a fraction of the system volume for
275 * the relevant stream type. A value of 1 is the maximum and means play at the system
278 public void play(final Uri uri, final boolean looping, final int stream, final float volume) { method in class:NotificationPlayer
281 cmd.code = PLAY;
288 mState = PLAY;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
NotificationPlayer.java 44 private static final int PLAY = 1;
227 case PLAY:
228 if (DEBUG) Log.d(mTag, "PLAY");
287 // if there are no more sounds to play, end the Looper to listen for media completion
350 * @param uri The URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)})
355 * @deprecated use {@link #play(Context, Uri, boolean, AudioAttributes)} instead.
358 public void play(Context context, Uri uri, boolean looping, int stream) { method in class:NotificationPlayer
359 if (DEBUG) { Log.d(mTag, "play uri=" + uri.toString()); }
360 PlayerBase.deprecateStreamTypeForPlayback(stream, "NotificationPlayer", "play");
363 cmd.code = PLAY;
387 public void play(Context context, Uri uri, boolean looping, AudioAttributes attributes) { method in class:NotificationPlayer
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.3.Final/
netty-codec-http-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.6.Final/
netty-codec-http-4.1.6.Final.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 93 milliseconds

1 2