/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/ |
audio_player.js | 102 * Load a new playlist. 103 * @param {Playlist} playlist Playlist object passed via mediaPlayerPrivate. 105 AudioPlayer.prototype.load = function(playlist) { 111 window.appState = playlist; 114 util.URLsToEntries(playlist.items, function(entries) { 144 this.select_(playlist.position, !!playlist.time); 150 this.loadMetadata_(playlist.position) [all...] |
/external/libmtp/src/ |
libmtp.h | 587 /** Default playlist folder */ 652 * MTP Playlist structure 655 uint32_t playlist_id; /**< Unique playlist ID */ 657 uint32_t storage_id; /**< ID of storage holding this playlist */ 658 char *name; /**< Name of playlist */ 659 uint32_t *tracks; /**< The tracks in this playlist */ 660 uint32_t no_tracks; /**< The number of tracks in this playlist */ 661 LIBMTP_playlist_t *next; /**< Next playlist or NULL if last playlist */ 668 uint32_t album_id; /**< Unique playlist ID * [all...] |
libmtp.h.in | 585 /** Default playlist folder */ 650 * MTP Playlist structure 653 uint32_t playlist_id; /**< Unique playlist ID */ 655 uint32_t storage_id; /**< ID of storage holding this playlist */ 656 char *name; /**< Name of playlist */ 657 uint32_t *tracks; /**< The tracks in this playlist */ 658 uint32_t no_tracks; /**< The number of tracks in this playlist */ 659 LIBMTP_playlist_t *next; /**< Next playlist or NULL if last playlist */ 666 uint32_t album_id; /**< Unique playlist ID * [all...] |
Makefile.am | 2 libmtp_la_SOURCES=libmtp.c unicode.c unicode.h util.c util.h playlist-spl.c \ 5 music-players.h device-flags.h playlist-spl.h
|
libmtp.c | 43 #include "playlist-spl.h" 365 register_filetype("Abstract Playlist file", LIBMTP_FILETYPE_PLAYLIST, PTP_OFC_MTP_AbstractAudioVideoPlaylist); [all...] |
/packages/apps/Music/src/com/android/music/ |
TrackBrowserActivity.java | 126 mPlaylist = icicle.getString("playlist"); 134 mPlaylist = intent.getStringExtra("playlist"); 351 // in the middle of specifying a playlist to add the item to. 355 outcicle.putString("playlist", mPlaylist); 532 // update a saved playlist 549 Log.d(LOGTAG, "No view when removing playlist item " + which); 705 long playlist = item.getIntent().getLongExtra("playlist", 0); local 706 MusicUtils.addToPlaylist(this, list, playlist); 820 // remove track from playlist [all...] |
RenamePlaylist.java | 56 mPlaylist = (EditText)findViewById(R.id.playlist); 97 // check if playlist with current name exists already, and warn the user if so.
|
PlaylistBrowserActivity.java | 106 long id = Long.parseLong(b.getString("playlist")); 120 Log.w(TAG, "Playlist id missing or broken"); 380 shortcut.setDataAndType(Uri.EMPTY, "vnd.android.cursor.dir/playlist"); 381 shortcut.putExtra("playlist", String.valueOf(id)); 396 intent.putExtra("playlist", "recentlyadded"); 401 intent.putExtra("playlist", "podcasts"); 406 intent.putExtra("playlist", Long.valueOf(id).toString());
|
MusicUtils.java | 404 * Fills out the given submenu with items for "new playlist" and 407 * the selected playlist, NEW_PLAYLIST if a new playlist 408 * should be created, and QUEUE if the "current playlist" was 434 intent.putExtra("playlist", cur.getLong(0)); 474 // step 1: remove selected tracks from the current playlist, as well 479 // remove from current playlist 539 * @param ids The source array containing all the ids to be added to the playlist 572 // need to determine the number of items currently in the playlist, 808 // figure out if we need to restart with a new playlist, 810 long [] playlist = sService.getQueue(); local [all...] |
MediaPlaybackService.java | 421 // The current playlist is saved as a list of "reverse hexadecimal" 423 // hexadecimal numbers, which in turn allows us to save the playlist 487 // Only restore the saved playlist if the card is still 488 // the same one as when the playlist was saved 511 // bogus playlist data 522 // The saved playlist is bogus, discard it 690 // Take a snapshot of the current playlist 699 // If there is a playlist but playback is paused, then wait a while 708 // No active playlist, OK to stop the service right now [all...] |
/external/chromium/chrome/browser/resources/ |
mediaplayer.html | 827 function playlistChanged(info, playlist) { 829 currentPlaylist = playlist; 831 if (playlist.length >= 1) { 837 var item = playlist[currentItem]; 843 currentPlaylist = playlist; 848 for (var x = 0; x < playlist.length; x++) { 849 if (playlist[x].path == info.path) { 853 playMediaFile(playlist[x].path); 857 if (playlist.length > 0) { 860 playMediaFile(playlist[0].path) [all...] |
/external/chromium/chrome/browser/ui/webui/ |
mediaplayer_browsertest.cc | 53 url.ref() == "playlist") {
|
/packages/apps/Music/res/layout-keyshidden/ |
create_playlist.xml | 43 <EditText android:id="@+id/playlist"
|
/frameworks/av/media/libstagefright/httplive/ |
PlaylistFetcher.cpp | 319 ALOGV("Need to refresh playlist in %lld", maxDelayUs); 621 // when we cannot make out from the manifest what streams are included in a playlist 670 // refresh the playlist will become 0 678 sp<M3UParser> playlist = mSession->fetchPlaylist( local 681 if (playlist == NULL) { 683 // We succeeded in fetching the playlist, but it was 690 ALOGE("failed to load playlist at url '%s'", mURI.c_str()); 696 mPlaylist = playlist; 765 // playlist's target duration or 3 seconds, whichever is less 796 ALOGE("Cannot find sequence number %d in playlist " [all...] |
LiveSession.h | 156 // mNewStreamMask: streams in the variant playlist we're switching to; 160 // mSwapMask: streams that have started to playback content in the new variant playlist;
|
LiveSession.cpp | 495 ALOGE("unable to fetch master playlist '%s'.", url.c_str()); 502 // initial bandwidth by listing it first in the variant playlist. 769 // playlist unchanged 772 ALOGV("Playlist unchanged, refresh state is now %d", 783 sp<M3UParser> playlist = local 786 if (playlist->initCheck() != OK) { 787 ALOGE("failed to parse .m3u8 playlist"); 792 return playlist; [all...] |
/development/samples/Support7Demos/res/layout/ |
sample_media_router.xml | 28 <!-- Tabs for media library, playlist and statistics --> 58 <ListView android:id="@+id/playlist"
|
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/ |
ActivityAnimations.java | 42 * or on the DevBytes playlist in the androiddevelopers channel on YouTube at 43 * https://www.youtube.com/playlist?list=PLWz5rJ2EKKc_XOgcRukSoKKjewFJZrKV0.
|
/external/libmtp/ |
TODO | 70 objects during startup, track listing, file listing, playlist listing, 78 4. SPEED: Whenever we add an object (file, track, playlist...) we
|
/packages/providers/MediaProvider/tools/genfiles/ |
genfiles.sh | 118 # playlist, ignore 132 # generate playlist files
|
/packages/apps/Music/res/values-pl/ |
strings.xml | 67 <string name="no_playlists_title" msgid="4456351945617594418">"Brak playlist"</string> 130 <string name="save_as_playlist" msgid="5180413608901885255">"Zapisz jako playlist?"</string> 131 <string name="clear_playlist" msgid="4565515100924905315">"Wyczy?? playlist?"</string>
|
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Audio_PlaylistsTest.java | 54 fail("Should throw SQLException as the internal datatbase has no playlist");
|
/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/ |
ToonGame.java | 50 * or on the DevBytes playlist in the androiddevelopers channel on YouTube at 51 * https://www.youtube.com/playlist?list=PLWz5rJ2EKKc_XOgcRukSoKKjewFJZrKV0.
|
/packages/apps/SoundRecorder/src/com/android/soundrecorder/ |
SoundRecorder.java | 534 * Add the given audioId to the playlist with the given playlistId; and maintain the 535 * play_order in the playlist. 576 * Create a playlist with the given default playlist name, if no such playlist exists. 608 // won't be displayed automatically, except for in the playlist.
|
/frameworks/base/core/java/android/provider/ |
MediaStore.java | 497 * The media type (audio, video, image or playlist) 505 * is not an audio, image, video or playlist file. 525 * Constant for the {@link #MEDIA_TYPE} column indicating that file is a playlist file. [all...] |