Searched defs:isSeekable (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerSource.h50 virtual bool isSeekable() { function in struct:android::NuPlayer::Source
H A DHTTPLiveSource.cpp184 bool NuPlayer::HTTPLiveSource::isSeekable() { function in class:android::NuPlayer::HTTPLiveSource
185 return mLiveSession->isSeekable();
H A DGenericSource.cpp261 bool NuPlayer::GenericSource::isSeekable() { function in class:android::NuPlayer::GenericSource
H A DRTSPSource.cpp213 bool NuPlayer::RTSPSource::isSeekable() { function in class:android::NuPlayer::RTSPSource
/frameworks/av/media/libmediaplayerservice/nuplayer/mp4/
H A DMP4Source.cpp96 bool isSeekable() { function in struct:android::StreamSource
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp933 bool LiveSession::isSeekable() { function in class:android::LiveSession
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp140 virtual bool isSeekable() { function in struct:android::FileSource
210 virtual bool isSeekable() { function in struct:android::DataSourceSource
297 bool FragmentedMP4Parser::isSeekable() const { function in class:android::FragmentedMP4Parser
301 bool seekable = mSource->isSeekable();
856 if (cmp < 0 && !mSource->isSeekable()) {

Completed in 127 milliseconds