Searched defs:getTrackInfo (Results 1 – 8 of 8) sorted by relevance
106 virtual sp<AMessage> getTrackInfo(size_t /* trackIndex */) const { in getTrackInfo() function
202 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
935 sp<AMessage> NuPlayer::GenericSource::getTrackInfo(size_t trackIndex) const { in getTrackInfo() function in android::NuPlayer::GenericSource
2041 status_t NuPlayer::getTrackInfo(Parcel* reply) const { in getTrackInfo() function in android::NuPlayer
196 sp<AMessage> M3UParser::MediaGroup::getTrackInfo(size_t index) const { in getTrackInfo() function in android::M3UParser::MediaGroup364 sp<AMessage> M3UParser::getTrackInfo(size_t index) const { in getTrackInfo() function in android::M3UParser
1495 sp<AMessage> LiveSession::getTrackInfo(size_t trackIndex) const { in getTrackInfo() function in android::LiveSession
2420 public TrackInfo[] getTrackInfo() throws IllegalStateException { in getTrackInfo() method in MediaPlayer