Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DUtils.h73 bool isSeekable(int descriptor);
DUtils.cpp117 bool android::isSeekable(int descriptor) { in isSeekable() function in android
DBitmapFactory.cpp647 assert(isSeekable(dupDescriptor)); in nativeDecodeFileDescriptor()
680 return isSeekable(descriptor) ? JNI_TRUE : JNI_FALSE; in nativeIsSeekable()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DHTTPLiveSource.cpp261 if (mLiveSession->isSeekable()) { in seekTo()
368 if (mLiveSession->isSeekable()) { in onSessionNotify()
DRTSPSource.cpp561 if (mHandler->isSeekable()) { in onMessageReceived()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.h100 bool isSeekable() const;
DLiveSession.cpp1478 bool LiveSession::isSeekable() const { in isSeekable() function in android::LiveSession
/frameworks/av/media/libstagefright/rtsp/
DMyHandler.h235 bool isSeekable() const { in isSeekable() function