/external/webkit/Source/WebKit/android/ |
RenderSkinMediaButton.h | 49 enum { PAUSE, PLAY, MUTE, REWIND, FORWARD, FULLSCREEN, SPINNER_OUTER, SPINNER_INNER , VIDEO, BACKGROUND_SLIDER, SLIDER_TRACK, SLIDER_THUMB };
|
RenderSkinMediaButton.cpp | 55 { "ic_media_play.png", 0, 0 }, // PLAY 125 case PLAY:
|
/frameworks/base/drm/java/android/drm/ |
DrmStore.java | 139 public static final int PLAY = 0x01; 170 case PLAY:
|
/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)}) 165 public void play(Context context, Uri uri, boolean looping, int stream) { method in class:AsyncPlayer 168 cmd.code = PLAY; 175 mState = PLAY; 207 * We want to hold a wake lock while we do the prepare and play. The stop probably is 210 * sound to play, but if the CPU turns off before mThread gets to work, it won't. The 215 * This must be called before the first time play is called [all...] |
/external/bluetooth/bluez/test/ |
hstest.c | 140 "\thstest play <file> <bdaddr> [channel]\n" 144 #define PLAY 1 180 if (strncmp(argv[1], "play", 4) == 0) { 181 mode = PLAY; 206 case PLAY: 279 case PLAY:
|
/frameworks/base/services/java/com/android/server/ |
NotificationPlayer.java | 44 private static final int PLAY = 1; 168 case PLAY: 169 if (mDebug) Log.d(mTag, "PLAY"); 213 // if there are no more sounds to play, end the Looper to listen for media completion 258 * @param uri The URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)}) 264 public void play(Context context, Uri uri, boolean looping, int stream) { method in class:NotificationPlayer 267 cmd.code = PLAY; 274 mState = PLAY; 306 * We want to hold a wake lock while we do the prepare and play. The stop probably is 309 * sound to play, but if the CPU turns off before mThread gets to work, it won't. Th [all...] |
/frameworks/base/include/drm/ |
drm_framework_common.h | 123 * Defines constants related to play back 163 static const int PLAY = 0x01;
|
/system/media/wilhelm/src/ut/ |
OpenSLESUT.c | 76 _(PLAY),
|
/frameworks/base/core/java/android/webkit/ |
HTML5VideoViewProxy.java | 55 private static final int PLAY = 100; 168 // When native tell Java to play, we need to check whether or not it is 170 public static void play(String url, int time, HTML5VideoViewProxy proxy, method in class:HTML5VideoViewProxy.VideoPlayer 317 case PLAY: { 322 VideoPlayer.play(url, mSeekPosition, this, client, videoLayerID); 600 * Play a video stream. 603 public void play(String url, int position, int videoLayerID) { method in class:HTML5VideoViewProxy 611 Message message = obtainMessage(PLAY);
|
/cts/tests/tests/drm/src/android/drm/cts/ |
DRMTest.java | 139 DrmStore.Action.PLAY);
|
/external/qemu/distrib/sdl-1.2.12/src/audio/paudio/ |
SDL_paudio.c | 292 * paud.operation; * PLAY, RECORD 308 * paud.rc; * NO_PLAY - DSP code can't do play requests 318 paud_init.operation = PLAY; 425 SDL_SetError("Couldn't set audio format: DSP can't do play requests"); 490 fprintf(stderr, "Can't start audio play\n" ); 492 SDL_SetError("Can't start audio play");
|
/external/webkit/Source/WebCore/platform/android/ |
RenderThemeAndroid.cpp | 307 RenderSkinMediaButton::Draw(getCanvasFromInfo(paintInfo), rect, RenderSkinMediaButton::PLAY, translucent);
|
/external/qemu/android/ |
hw-events.h | 243 KEY_CODE(PLAY ,207) \
|
/frameworks/base/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/ |
FwdLockEngine.cpp | 237 case Action::PLAY:
|
/prebuilt/sdk/14/ |
android.jar | |