Lines Matching defs:seek
309 * 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",
381 * Seek to end to get file length.
406 /* seek the FILE* to the start of chunk */
500 * Seek to a new position.
502 off64_t _FileAsset::seek(off64_t offset, int whence)
796 * Handle a seek request.
802 off64_t _CompressedAsset::seek(off64_t offset, int whence)
870 * Seek to the start of the compressed data.