Searched defs:PLAY (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/drm/java/android/drm/
H A DDrmStore.java171 public static final int PLAY = 0x01; field in class:DrmStore.Action
202 case PLAY:
/frameworks/base/media/java/android/media/
H A DAsyncPlayer.java34 private static final int PLAY = 1; field in class:AsyncPlayer
95 case PLAY:
96 if (mDebug) Log.d(mTag, "PLAY");
200 cmd.code = PLAY;
207 mState = PLAY;
H A DVolumeShaper.java64 * Applying {@link VolumeShaper.Operation#PLAY} after {@code PLAY}
68 * Applying {@link VolumeShaper.Operation#PLAY} when the player
91 * If the {@code operation} is {@link VolumeShaper.Operation#PLAY} then the
96 * be delayed until {@code PLAY} is applied.
119 * {@link VolumeShaper.Operation#PLAY}.
1054 public static final Operation PLAY = field in class:VolumeShaper.Operation
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java44 private static final int PLAY = 1; field in class:NotificationPlayer
208 case PLAY:
209 if (DEBUG) Log.d(mTag, "PLAY");
344 cmd.code = PLAY;
351 mState = PLAY;
372 cmd.code = PLAY;
379 mState = PLAY;
/frameworks/av/include/drm/
H A Ddrm_framework_common.h164 static const int PLAY = 0x01; member in class:android::Action
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRow.java195 public static int PLAY = 0; field in class:PlaybackControlsRow.PlayPauseAction

Completed in 429 milliseconds