Searched refs:getTrackInfo (Results 1 - 15 of 15) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.h46 virtual sp<AMessage> getTrackInfo(size_t trackIndex) const;
H A DNuPlayerCCDecoder.h39 sp<AMessage> getTrackInfo(size_t index) const;
H A DNuPlayerSource.h95 virtual sp<AMessage> getTrackInfo(size_t /* trackIndex */) const { function in struct:android::NuPlayer::Source
H A DHTTPLiveSource.cpp146 sp<AMessage> NuPlayer::HTTPLiveSource::getTrackInfo(size_t trackIndex) const { function in class:android::NuPlayer::HTTPLiveSource
147 return mLiveSession->getTrackInfo(trackIndex);
H A DGenericSource.h71 virtual sp<AMessage> getTrackInfo(size_t trackIndex) const;
H A DNuPlayer.h76 status_t getTrackInfo(Parcel* reply) const;
H A DNuPlayer.cpp536 writeTrackInfo(reply, mSource->getTrackInfo(i));
541 writeTrackInfo(reply, mCCDecoder->getTrackInfo(i));
602 sp<AMessage> info = mSource->getTrackInfo(trackIndex);
1830 status_t NuPlayer::getTrackInfo(Parcel* reply) const { function in class:android::NuPlayer
H A DNuPlayerCCDecoder.cpp137 sp<AMessage> NuPlayer::CCDecoder::getTrackInfo(size_t index) const { function in class:android::NuPlayer::CCDecoder
H A DNuPlayerDriver.cpp531 return mPlayer->getTrackInfo(reply);
H A DGenericSource.cpp962 sp<AMessage> NuPlayer::GenericSource::getTrackInfo(size_t trackIndex) const { function in class:android::NuPlayer::GenericSource
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.h51 sp<AMessage> getTrackInfo(size_t index) const;
H A DLiveSession.h93 sp<AMessage> getTrackInfo(size_t trackIndex) const;
H A DM3UParser.cpp64 sp<AMessage> getTrackInfo(size_t index) const;
196 sp<AMessage> M3UParser::MediaGroup::getTrackInfo(size_t index) const { function in class:android::M3UParser::MediaGroup
364 sp<AMessage> M3UParser::getTrackInfo(size_t index) const { function in class:android::M3UParser
369 return group->getTrackInfo(ii);
H A DLiveSession.cpp1480 sp<AMessage> LiveSession::getTrackInfo(size_t trackIndex) const { function in class:android::LiveSession
1491 return mPlaylist->getTrackInfo(trackIndex);
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java510 * <tr><td>getTrackInfo </p></td>
1948 * @see android.media.MediaPlayer#getTrackInfo
2100 public TrackInfo[] getTrackInfo() throws IllegalStateException { method in class:MediaPlayer
2379 * One can find the total number of available tracks using {@link #getTrackInfo()} to see what
2412 * One can find the total number of available tracks using {@link #getTrackInfo()} to see what
2456 * using {@link #getTrackInfo()} to see what additional tracks become available
2478 * using {@link #getTrackInfo()} to see what additional tracks become available
2582 * The return value is an index into the array returned by {@link #getTrackInfo()}, and can
2593 * @see #getTrackInfo()
2660 * each individual track can be found by calling {@link #getTrackInfo()} metho
[all...]

Completed in 1310 milliseconds