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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/libcore/io/
H A DBridgeBufferIterator.java37 public void seek(int offset) { method in class:BridgeBufferIterator
/frameworks/compile/libbcc/lib/Support/
H A DFileBase.cpp264 off_t FileBase::seek(off_t pOffset) { function in class:FileBase
/frameworks/rs/cpu_ref/linkloader/utils/
H A Dserialize.h86 void seek(off_t off, bool from_begin = false) { function in class:ArchiveReader
105 seek(size);
111 seek(size);
118 seek(TypeTraits<T>::size);
141 seek(align - delta);
/frameworks/base/libs/androidfw/
H A DAsset.cpp309 * Do generic seek() housekeeping. Pass in the offset/whence values from
310 * the seek request, along with the current chunk offset and the chunk
313 * Returns the new chunk offset, or -1 if the seek is illegal.
337 ALOGW("seek out of range: want %ld, end=%ld\n",
406 /* seek the FILE* to the start of chunk */
502 off64_t _FileAsset::seek(off64_t offset, int whence) function in class:_FileAsset
796 * Handle a seek request.
802 off64_t _CompressedAsset::seek(off64_t offset, int whence) function in class:_CompressedAsset
/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp164 seek(0);
168 void GenericPlayer::seek(int64_t timeMsec) { function in class:android::GenericPlayer
169 SL_LOGV("GenericPlayer::seek %lld", timeMsec);
171 SL_LOGE("GenericPlayer::seek error, can't seek to negative time %" PRId64 "ms", timeMsec);
616 // if we observe the player position going backwards, even without without a seek, then recover
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRemotePlaybackClient.java102 * {@link MediaControlIntent#ACTION_SEEK seek},
311 * Sends a request to seek to a new position in a media item.
335 public void seek(String itemId, long positionMillis, Bundle extras, method in class:RemotePlaybackClient
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp97 void seek(
359 void BlockIterator::seek( function in class:android::BlockIterator
370 // Special case the 0 seek to avoid loading Cues when the application
479 ALOGV("Requested seek point: %" PRId64 " actual: %" PRId64,
570 // The audio we want is located by using the Cues to seek the video
574 mBlockIter.seek(seekTimeUs, mIsAudio, &actualFrameTimeUs);
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h216 void seek(int64_t timeUs) { function in struct:android::MyHandler
217 sp<AMessage> msg = new AMessage('seek', id());
1162 case 'seek':
1165 ALOGW("This is a live stream, ignoring seek request.");
1290 ALOGI("seek completed.");
1295 ALOGE("seek failed, aborting.");
1328 // posted at seek as well.

Completed in 942 milliseconds