Home
last modified time | relevance | path

Searched refs:isSeekable (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DUtils.h79 bool isSeekable(int descriptor);
DUtils.cpp149 bool android::isSeekable(int descriptor) { in isSeekable() function in android
DBitmapFactory.cpp570 assert(isSeekable(dupDescriptor)); in nativeDecodeFileDescriptor()
605 return isSeekable(descriptor) ? JNI_TRUE : JNI_FALSE; in nativeIsSeekable()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DHTTPLiveSource.cpp242 if (mLiveSession->isSeekable()) { in seekTo()
349 if (mLiveSession->isSeekable()) { in onSessionNotify()
DRTSPSource.cpp526 if (mHandler->isSeekable()) { in onMessageReceived()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.h100 bool isSeekable() const;
DLiveSession.cpp1484 bool LiveSession::isSeekable() const { in isSeekable() function in android::LiveSession
/frameworks/av/media/libstagefright/rtsp/
DMyHandler.h244 bool isSeekable() const { in isSeekable() function