Home
last modified time | relevance | path

Searched refs:playlist (Results 1 – 15 of 15) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
DHTTPDownloader.cpp261 sp<M3UParser> playlist = in fetchPlaylist() local
264 if (playlist->initCheck() != OK) { in fetchPlaylist()
270 return playlist; in fetchPlaylist()
DPlaylistFetcher.cpp588 sp<M3UParser> playlist = mHTTPDownloader->fetchPlaylist( in onMessageReceived() local
593 notify->setObject("playlist", playlist); in onMessageReceived()
853 sp<M3UParser> playlist = mHTTPDownloader->fetchPlaylist( in refreshPlaylist() local
856 if (playlist == NULL) { in refreshPlaylist()
870 mPlaylist = playlist; in refreshPlaylist()
/frameworks/base/docs/html/distribute/users/
Dyoutube.jd39 <li>When you add cards, featured video or playlist highlights in your video
/frameworks/base/docs/html/google/
Dindex.jd80 …<li class="dac-section-link"><a href="https://www.youtube.com/playlist?list=PLWz5rJ2EKKc9Qk1_iCZNb…
/frameworks/base/docs/html/develop/
Dindex.jd90 …<li class="dac-section-link"><a href="https://www.youtube.com/playlist?list=PLOU2XLYxmsIKEOXh5TwZE…
/frameworks/base/docs/html/wear/
Dindex.jd282 …<a target="_blank" href="https://www.youtube.com/playlist?list=PLWz5rJ2EKKc-kIrPiq098QH9dOle-fLef">
293 …<a target="_blank" href="https://www.youtube.com/playlist?list=PLWz5rJ2EKKc-kIrPiq098QH9dOle-fLef"…
/frameworks/base/docs/html/guide/components/
Dintents-common.jd1586 or playlist). Most search modes take additional extras. For example, if the user
1594 as the last playlist the user listened to.</p>
1671 <p>Play a particular playlist or a playlist that matches some criteria specified
1678 <li><code>"android.intent.extra.playlist"</code> - The playlist.</li>
1679 <li>{@link android.provider.MediaStore#EXTRA_MEDIA_TITLE} - The song name that the playlist is
1682 of: the album, the artist, the genre, the playlist, or the title. This extra is always
1739 String playlist = intent.getStringExtra("android.intent.extra.playlist");
1774 playPlaylist(album, artist, genre, playlist, title);
/frameworks/base/docs/html/channels/
Dio2013.jd320 /* Request the playlist feeds from YouTube */
/frameworks/base/docs/html/training/auto/audio/
Dindex.jd514 as a song from a random queue or the most recent playlist.
551 …/provider/MediaStore.html#EXTRA_MEDIA_PLAYLIST"><code>android.intent.extra.playlist</code></a></li>
567 // Build appropriate playlist queue
/frameworks/base/docs/html/training/scheduling/
Dalarms.jd40 href="https://www.youtube.com/playlist?list=PLWz5rJ2EKKc-VJS9WQlj9xM_ygPopZ-Qd">
/frameworks/base/docs/html/guide/topics/media/
Dmediarouteprovider.jd284 from a playlist which is maintained by the receiver device.</li>
/frameworks/base/docs/html/about/versions/
Dandroid-3.0-highlights.jd239 <p>Applications can now pass an M3U playlist URL to the media framework to begin an HTTP Live strea…
Dandroid-3.0.jd603 <p>Applications can now pass an M3U playlist URL to the media framework to begin an HTTP Live
/frameworks/base/api/
Dcurrent.txt26091 … field public static final java.lang.String EXTRA_MEDIA_PLAYLIST = "android.intent.extra.playlist";
26222 field public static final java.lang.String CONTENT_TYPE = "vnd.android.cursor.dir/playlist";
26224 …field public static final java.lang.String ENTRY_CONTENT_TYPE = "vnd.android.cursor.item/playlist";
Dsystem-current.txt28047 … field public static final java.lang.String EXTRA_MEDIA_PLAYLIST = "android.intent.extra.playlist";
28178 field public static final java.lang.String CONTENT_TYPE = "vnd.android.cursor.dir/playlist";
28180 …field public static final java.lang.String ENTRY_CONTENT_TYPE = "vnd.android.cursor.item/playlist";