Searched refs: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");
168 cmd.code = PLAY;
175 mState = PLAY;
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java39 private static final int PLAY = 1; field in class:NotificationPlayer
177 case PLAY:
178 if (mDebug) Log.d(mTag, "PLAY");
287 cmd.code = PLAY;
294 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/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp274 case Action::PLAY:

Completed in 241 milliseconds