Searched defs:getTrackInfo (Results 1 – 8 of 8) sorted by relevance
106 virtual sp<AMessage> getTrackInfo(size_t /* trackIndex */) const { in getTrackInfo() function
183 sp<AMessage> NuPlayer::HTTPLiveSource::getTrackInfo(size_t trackIndex) const { in getTrackInfo() function in android::NuPlayer::HTTPLiveSource
137 sp<AMessage> NuPlayer::CCDecoder::getTrackInfo(size_t index) const { in getTrackInfo() function in android::NuPlayer::CCDecoder
958 sp<AMessage> NuPlayer::GenericSource::getTrackInfo(size_t trackIndex) const { in getTrackInfo() function in android::NuPlayer::GenericSource
2190 status_t NuPlayer::getTrackInfo(Parcel* reply) const { in getTrackInfo() function in android::NuPlayer
199 sp<AMessage> M3UParser::MediaGroup::getTrackInfo(size_t index) const { in getTrackInfo() function in android::M3UParser::MediaGroup371 sp<AMessage> M3UParser::getTrackInfo(size_t index) const { in getTrackInfo() function in android::M3UParser
1501 sp<AMessage> LiveSession::getTrackInfo(size_t trackIndex) const { in getTrackInfo() function in android::LiveSession
2552 public TrackInfo[] getTrackInfo() throws IllegalStateException { in getTrackInfo() method in MediaPlayer