/frameworks/base/docs/html/training/cloudsave/ |
conflict-res.jd | 48 of serializing the player's data to and from byte arrays and storing those arrays 100 always replace old data. For example, if the data represents the player's choice 109 example, if the data represents the player's best time in a racing game, then it's 114 represents the set of levels that player has unlocked, then the resolved data is 123 <p>A more complicated case happens when your game allows the player to collect 127 the player's piggy bank.</p> 141 <p>Consider the scenario illustrated in Table 1. Suppose the player initially 166 <td>Player collects 10 coins on device A</td> 173 <td>Player collects 15 coins on device B</td> 203 <p>This strategy would fail—the player's bank has gone from 2 [all...] |
/frameworks/wilhelm/src/android/ |
android_GenericPlayer.h | 100 // Constants used to identify the messages in this player's AHandler message loop 105 kWhatPlay = 'play', // start player 106 kWhatPause = 'paus', // pause or stop player 109 kWhatLoop = 'loop', // set the player's looping status 153 // for internal async notification to update state that the player is no longer seeking 197 // players that "render" data to present it to the user (a music player, a video player),
|
android_GenericMediaPlayer.cpp | 28 // default delay in Us used when reposting an event when the player is not ready to accept 140 // only send video size updates if the player was flagged as having video, to avoid 260 sp<IMediaPlayer> player; local 261 getPreparedPlayer(player); 262 if (player != NULL) { 263 player->stop(); 266 //player->setDataSource(NULL); 267 player->setVideoSurfaceTexture(NULL); 268 player->disconnect(); 290 sp<IMediaPlayer> player; local 315 sp<IMediaPlayer> player; local [all...] |
android_StreamPlayer.cpp | 39 StreamPlayer * /* const sp<StreamPlayer> & */ player) : 43 mPlayer(player) 186 const sp<StreamPlayer> player(mPlayer.promote()); 187 if (player != NULL) { 189 player->seek(ANDROID_UNKNOWN_TIME); 265 const sp<StreamPlayer> player(mPlayer.promote()); 266 if (player != NULL) { 267 player->queueRefilled(); 367 * Asynchronously notify the player that the queue is ready to be pulled from. 370 // async notification that the ABQ was refilled: the player should pull from the ABQ, an [all...] |
/frameworks/wilhelm/tests/examples/ |
slesTestDecodeAac.cpp | 24 Player created 25 Player realized 461 /* Objects this application uses: one audio player */ 462 SLObjectItf player; local 464 /* Interfaces for the audio player */ 492 /* Configuration of the player */ 532 /* Create the audio player */ 533 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &decSource, &decDest, 541 printf("Player created\n"); 543 /* Realize the player in synchronous mode. * [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/ |
audio_player.css | 11 .audio-player { 44 .audio-player:not(.collapsed):not(.single-track) > .title-button { 62 .audio-player:not(.frameless) .title-button.close { 66 .audio-player.frameless .title-button.collapse { 81 .audio-player > .track-list, 82 .audio-player > .track-stack { 91 .audio-player > .track-list { 103 .audio-player > .track-stack { 107 .audio-player.collapsed > .track-list, 108 .audio-player.single_track > .track-list [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
NotificationPlayer.java | 81 MediaPlayer player = new MediaPlayer(); local 82 player.setAudioStreamType(mCmd.stream); 83 player.setDataSource(mCmd.context, mCmd.uri); 84 player.setLooping(mCmd.looping); 85 player.prepare(); 111 player.setOnCompletionListener(NotificationPlayer.this); 112 player.start(); 116 mPlayer = player; 202 Log.w(mTag, "STOP command without a player");
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastAlertAudio.java | 317 // future optimization: reuse media player object 355 private static void startAlarm(MediaPlayer player) 357 player.setAudioStreamType(AudioManager.STREAM_NOTIFICATION); 358 player.setLooping(true); 359 player.prepare(); 360 player.start(); 364 MediaPlayer player, int res) throws java.io.IOException { 367 player.setDataSource(afd.getFileDescriptor(), afd.getStartOffset(), 411 loge("exception trying to stop media player");
|
/external/chromium_org/content/browser/android/ |
child_process_launcher_android.cc | 32 // identified by render process handle, render view ID and player ID. 52 media::MediaPlayerAndroid* player = local 54 if (player && 55 player != host->media_player_manager()->GetFullscreenPlayer()) { 57 player->SetVideoSurface(scoped_surface.Pass());
|
/external/chromium_org/third_party/WebKit/Source/web/ |
FullscreenController.cpp | 164 if (mediaElement->player() && mediaElement->player()->canShowFullscreenOverlay()) { 165 mediaElement->player()->showFullscreenOverlay(); 188 if (mediaElement->player()) 189 mediaElement->player()->hideFullscreenOverlay();
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libesd.so | |
libesd.so.0 | |
libesd.so.0.2 | |
libesd.so.0.2.38 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libesd.so | |
libesd.so.0 | |
libesd.so.0.2 | |
libesd.so.0.2.38 | |
/cts/tests/tests/media/src/android/media/cts/ |
VideoSurfaceView.java | 90 public void setMediaPlayer(MediaPlayer player) { 91 mMediaPlayer = player; 125 Log.e(TAG, "media player prepare failed");
|
/cts/tests/tests/mediastress/jni/ |
native-media-jni.cpp | 46 // streaming media player interfaces 56 // video sink for the player 112 we don't want to starve the player */ 122 // AndroidBufferQueueItf callback for an audio player 243 // destroy streaming media player object, and invalidate all associated interfaces 313 // create streaming media player 357 // create media player 368 // realize the player 405 // prepare the player 421 // set the playing state for the streaming media player [all...] |
/external/chromium_org/chrome/browser/plugins/ |
plugin_metadata.cc | 16 const char PluginMetadata::kQuickTimeGroupName[] = "QuickTime Player"; 17 const char PluginMetadata::kShockwaveGroupName[] = "Adobe Shockwave Player"; 21 "Windows Media Player";
|
/external/replicaisland/src/com/replica/replicaisland/ |
EnemyAnimationComponent.java | 138 GameObject player = manager.getPlayer(); local 139 if (player != null) { 140 if (player.getPosition().x < parentObject.getPosition().x) {
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderVideo.cpp | 102 MediaPlayer* player = mediaElement()->player(); local 103 if (player && video->readyState() >= HTMLVideoElement::HAVE_METADATA) { 104 LayoutSize size = player->naturalSize(); 153 MediaPlayer* mediaPlayer = mediaElement()->player(); 210 MediaPlayer* mediaPlayer = mediaElement()->player();
|
/frameworks/wilhelm/tests/sandbox/ |
srcsink.c | 62 // create audio player using a NULL output mix 71 // create audio player using an engine as the output mix 83 // create audio player using the unrealized output mix 94 // create audio player using the realized output mix 103 // destroy player 106 // now try to create audio player using various unusual parameters
|
/external/chromium_org/media/base/android/ |
demuxer_android.h | 37 // should be hidden as much as possible from the renderer player and web apps. 63 // should be ignored by browser player.
|