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

/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.cpp792 bool LiveSession::isSeekable() const { function in class:android::LiveSession
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp145 virtual bool isSeekable() { function in struct:android::FileSource
215 virtual bool isSeekable() { function in struct:android::DataSourceSource
302 bool FragmentedMP4Parser::isSeekable() const { function in class:android::FragmentedMP4Parser
306 bool seekable = mSource->isSeekable();
861 if (cmp < 0 && !mSource->isSeekable()) {
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h213 bool isSeekable() const { function in struct:android::MyHandler

Completed in 71 milliseconds