Searched defs:seek (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DHTML5Audio.java204 private void seek(int msec) { method in class:HTML5Audio
H A DHTML5VideoViewProxy.java93 // The seek position.
223 public static void seek(int time, HTML5VideoViewProxy proxy) { method in class:HTML5VideoViewProxy.VideoPlayer
305 VideoPlayer.seek(mSeekPosition, this);
554 public void seek(int time) { method in class:HTML5VideoViewProxy
/frameworks/base/libs/utils/
H A DAsset.cpp292 * Do generic seek() housekeeping. Pass in the offset/whence values from
293 * the seek request, along with the current chunk offset and the chunk
296 * Returns the new chunk offset, or -1 if the seek is illegal.
320 LOGW("seek out of range: want %ld, end=%ld\n",
389 /* seek the FILE* to the start of chunk */
485 off_t _FileAsset::seek(off_t offset, int whence) function in class:_FileAsset
779 * Handle a seek request.
785 off_t _CompressedAsset::seek(off_t offset, int whence) function in class:_CompressedAsset
/frameworks/base/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp93 void seek(int64_t seekTimeUs);
244 void BlockIterator::seek(int64_t seekTimeUs) { function in class:android::BlockIterator
489 mBlockIter.seek(seekTimeUs);
/frameworks/base/media/libstagefright/rtsp/
H A DMyHandler.h160 void seek(int64_t timeUs, const sp<AMessage> &doneMsg) { function in struct:android::MyHandler
161 sp<AMessage> msg = new AMessage('seek', id());
801 case 'seek':
812 LOGW("This is a live stream, ignoring seek request.");
901 LOGI("seek completed.");
906 LOGE("seek failed, aborting.");

Completed in 107 milliseconds