Searched refs:PLAY (Results 1 - 7 of 7) 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");
168 cmd.code = PLAY;
175 mState = PLAY;
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java44 private static final int PLAY = 1; field in class:NotificationPlayer
168 case PLAY:
169 if (mDebug) Log.d(mTag, "PLAY");
267 cmd.code = PLAY;
274 mState = PLAY;
/frameworks/av/include/drm/
H A Ddrm_framework_common.h164 static const int PLAY = 0x01; member in class:android::Action
/frameworks/wilhelm/src/ut/
H A DOpenSLESUT.c76 _(PLAY),
/frameworks/base/core/java/android/webkit/
H A DHTML5VideoViewProxy.java58 private static final int PLAY = 100; field in class:HTML5VideoViewProxy
372 case PLAY: {
686 Message message = obtainMessage(PLAY);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp274 case Action::PLAY:

Completed in 136 milliseconds