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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.h51 virtual sp<AMessage> getTrackInfo(size_t trackIndex) const;
H A DNuPlayerCCDecoder.h39 sp<AMessage> getTrackInfo(size_t index) const;
H A DNuPlayerSource.h106 virtual sp<AMessage> getTrackInfo(size_t /* trackIndex */) const { function in struct:android::NuPlayer::Source
H A DHTTPLiveSource.cpp202 sp<AMessage> NuPlayer::HTTPLiveSource::getTrackInfo(size_t trackIndex) const { function in class:android::NuPlayer::HTTPLiveSource
203 return mLiveSession->getTrackInfo(trackIndex);
H A DNuPlayer.h83 status_t getTrackInfo(Parcel* reply) const;
H A DGenericSource.h75 virtual sp<AMessage> getTrackInfo(size_t trackIndex) const;
H A DNuPlayer.cpp632 writeTrackInfo(reply, mSource->getTrackInfo(i));
637 writeTrackInfo(reply, mCCDecoder->getTrackInfo(i));
698 sp<AMessage> info = mSource->getTrackInfo(trackIndex);
2041 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.cpp693 return mPlayer->getTrackInfo(reply);
H A DGenericSource.cpp935 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.h96 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.cpp1495 sp<AMessage> LiveSession::getTrackInfo(size_t trackIndex) const { function in class:android::LiveSession
1506 return mPlaylist->getTrackInfo(trackIndex);
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java527 * <tr><td>getTrackInfo </p></td>
2268 * @see android.media.MediaPlayer#getTrackInfo
2420 public TrackInfo[] getTrackInfo() throws IllegalStateException { method in class:MediaPlayer
2696 * One can find the total number of available tracks using {@link #getTrackInfo()} to see what
2729 * One can find the total number of available tracks using {@link #getTrackInfo()} to see what
2773 * using {@link #getTrackInfo()} to see what additional tracks become available
2795 * using {@link #getTrackInfo()} to see what additional tracks become available
2895 * The return value is an index into the array returned by {@link #getTrackInfo()}, and can
2906 * @see #getTrackInfo()
2973 * each individual track can be found by calling {@link #getTrackInfo()} metho
[all...]

Completed in 1382 milliseconds