Home
last modified time | relevance | path

Searched refs:PLAY (Results 1 – 14 of 14) sorted by relevance

/frameworks/libs/systemui/searchuilib/src/com/android/app/search/
DResultType.java40 public static final int PLAY = 1 << 8; field in ResultType
55 public static final int PUBLIC_DATA_TYPE = APPLICATION | SETTING | PLAY | WEB_SUGGEST;
59 PEOPLE | SETTING | IMAGE | PLAY | SUGGEST | ASSISTANT | CHROMETAB | NAVVYSITE | TIPS
/frameworks/base/drm/java/android/drm/
DDrmStore.java173 public static final int PLAY = 0x01; field in DrmStore.Action
204 case PLAY: in isValid()
/frameworks/base/media/java/android/media/
DAsyncPlayer.java34 private static final int PLAY = 1; field in AsyncPlayer
95 case PLAY: in run()
200 cmd.code = PLAY; in play()
207 mState = PLAY; in play()
DRingtone.java552 mVolumeShaper.apply(VolumeShaper.Operation.PLAY); in startLocalPlayer()
DVolumeShaper.java1163 public static final Operation PLAY = field in VolumeShaper.Operation
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DNotificationPlayer.java44 private static final int PLAY = 1; field in NotificationPlayer
234 case PLAY: in run()
394 cmd.code = PLAY; in play()
401 mState = PLAY; in play()
422 cmd.code = PLAY; in play()
429 mState = PLAY; in play()
/frameworks/av/include/drm/
Ddrm_framework_common.h164 static const int PLAY = 0x01; variable
/frameworks/wilhelm/src/ut/
DOpenSLESUT.c79 _(PLAY),
/frameworks/base/services/core/java/com/android/server/audio/
DFadeOutManager.java61 new VolumeShaper.Operation.Builder(VolumeShaper.Operation.PLAY)
DPlaybackActivityMonitor.java100 new VolumeShaper.Operation.Builder(VolumeShaper.Operation.PLAY)
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp277 case Action::PLAY: in onCheckRightsStatus()
/frameworks/base/core/api/
Dcurrent.txt13741 field @Deprecated public static final int PLAY = 1; // 0x1
23824 field public static final android.media.VolumeShaper.Operation PLAY;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10158 field public static final int PLAY = 1; // 0x1
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt23715 Landroid/media/AsyncPlayer;->PLAY:I