Home
last modified time | relevance | path

Searched defs:seek (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/awt/javax/imageio/stream/
DFileImageInputStream.java107 public void seek(long pos) throws IOException { in seek() method in FileImageInputStream
DFileImageOutputStream.java116 public void seek(long pos) throws IOException { in seek() method in FileImageOutputStream
DFileCacheImageOutputStream.java178 public void seek(long pos) throws IOException { in seek() method in FileCacheImageOutputStream
DImageInputStream.java425 void seek(long pos) throws IOException; in seek() method
DImageInputStreamImpl.java272 public void seek(long pos) throws IOException { in seek() method in ImageInputStreamImpl
/frameworks/base/libs/utils/
DAsset.cpp484 off_t _FileAsset::seek(off_t offset, int whence) in seek() function in _FileAsset
774 off_t _CompressedAsset::seek(off_t offset, int whence) in seek() function in _CompressedAsset
/frameworks/base/core/java/android/webkit/
DHTML5VideoViewProxy.java153 public static void seek(int time, HTML5VideoViewProxy proxy) { in seek() method in HTML5VideoViewProxy.VideoPlayer
448 public void seek(int time) { in seek() method in HTML5VideoViewProxy
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
Dmostream.h149 inline void ostream::seek (uoff_t newPos) in seek() function
Dfstream.cpp136 off_t fstream::seek (off_t n, seekdir whence) in seek() function in ustl::fstream
Dmistream.h174 inline void istream::seek (uoff_t newPos) in seek() function