/external/bluetooth/glib/gio/ |
gfileinputstream.c | 101 iface->seek = g_file_input_stream_seekable_seek; 304 if (class->seek) 336 if (!class->seek) 339 _("Seek not supported on stream")); 349 res = class->seek (stream, offset, type, cancellable, error);
|
gfileoutputstream.c | 104 iface->seek = g_file_output_stream_seekable_seek; 349 if (class->seek) 381 if (!class->seek) 384 _("Seek not supported on stream")); 394 res = class->seek (stream, offset, type, cancellable, error);
|
gfileinputstream.h | 66 gboolean (* seek) (GFileInputStream *stream, member in struct:_GFileInputStreamClass
|
gfileoutputstream.h | 66 gboolean (* seek) (GFileOutputStream *stream, member in struct:_GFileOutputStreamClass
|
/external/opencore/oscl/oscl/osclio/src/ |
oscl_file_native.cpp | 215 //Just do seek to end, tell, then seek back. 218 && Seek(0, Oscl_File::SEEKEND) == 0) 221 if (Seek(curPos, Oscl_File::SEEKSET) == 0) 345 int32 OsclNativeFile::Seek(TOsclFileOffset offset, Oscl_File::seek_type origin)
|
/frameworks/base/libs/utils/ |
Asset.cpp | 291 * Do generic seek() housekeeping. Pass in the offset/whence values from 292 * the seek request, along with the current chunk offset and the chunk 295 * Returns the new chunk offset, or -1 if the seek is illegal. 319 LOGW("seek out of range: want %ld, end=%ld\n", 363 * Seek to end to get file length. 388 /* seek the FILE* to the start of chunk */ 482 * Seek to a new position. 484 off_t _FileAsset::seek(off_t offset, int whence) function in class:_FileAsset 768 * Handle a seek request. 774 off_t _CompressedAsset::seek(off_t offset, int whence function in class:_CompressedAsset [all...] |
/external/opencore/nodes/pvprotocolenginenode/include/ |
pvmf_protocol_engine_node_extension.h | 297 * Sends a Seek request to the server (HTTP GET) and returns seq number of 298 * first data packet after seek. The API is asynchronous 300 * @param aNPTInMS Seek NPT in milliseconds . 306 virtual PVMFCommandId Seek(PVMFSessionId aSessionId, 312 * Sends a BitstreamSwitch request to the PE node and PE node will send a seek request 313 * (HTTP GET) and returns seq number of first data packet after seek. The API is asynchronous 315 * @param aNPTInMS Seek NPT in milliseconds .
|
/external/zlib/contrib/delphi/ |
ZLib.pas | 62 stream will raise an exception. Using Seek to move the stream pointer 93 function Seek(Offset: Longint; Origin: Word): Longint; override; 101 is read-only and unidirectional; you can seek forward in the stream, but not 122 function Seek(Offset: Longint; Origin: Word): Longint; override; 464 function TCompressionStream.Seek(Offset: Longint; Origin: Word): Longint; 493 FStrm.Seek(-FZRec.avail_in, 1); 527 function TDecompressionStream.Seek(Offset: Longint; Origin: Word): Longint;
|
/external/opencore/fileformats/avi/parser/src/ |
pv_avifile_header.cpp | 55 aFp->Seek(chksz, Oscl_File::SEEKCUR); 61 aFp->Seek((streamListSz - CHUNK_SIZE), Oscl_File::SEEKCUR); //subtract list name read above 203 aFp->Seek(junkSize, Oscl_File::SEEKCUR);
|
/frameworks/base/awt/javax/imageio/stream/ |
ImageInputStreamImpl.java | 272 public void seek(long pos) throws IOException { method in class:ImageInputStreamImpl 275 throw new IllegalArgumentException("trying to seek before flushed pos"); 297 seek(p);
|
/bootable/diskinstaller/libdiskconfig/ |
diskutils.c | 56 LOGE("Could not seek to offset %lld in %s.", offset, dst);
|
/external/kernel-headers/original/linux/ |
qic117.h | 141 /*13*/ {"seek head to track", 0x37, 0x25, motion, 0, required},\ 142 /*14*/ {"seek load point", 0x17, 0x05, motion, 1, required},\ 251 /* 7*/ { "Illegal Track Address Specified for Seek", 1, },\ 277 /*33*/ { "Illegal Seek Segment Value", 1, },\
|
/external/opencore/baselibs/media_data_structures/src/ |
access_unit_impl.cpp | 125 bool AccessUnitImplementation::seek(int & idx, int & offset, uint8 * & ptr, bool & boundaryReached, function in class:AccessUnitImplementation 140 if (delta_in_bytes > 0) // seek forward 184 else // delta is negative, seek backwards 283 this->seek(tmp_idx, tmp_offset, tmp_ptr, boundaryReached, 1);
|
/external/opencore/fileformats/mp4/composer/src/ |
atomutils.cpp | 271 fp->_filePtr->Seek(n, Oscl_File::SEEKCUR); 276 fp->_filePtr->Seek(n, Oscl_File::SEEKSET); 281 fp->_filePtr->Seek(0, Oscl_File::SEEKEND); 286 fp->_filePtr->Seek((-1 *(int32) n), Oscl_File::SEEKCUR);
|
/external/opencore/pvmi/pvmf/include/ |
pvmf_fileformat_events.h | 42 File seek error
|
/external/webkit/WebCore/platform/graphics/android/ |
MediaPlayerPrivateAndroid.h | 59 virtual void seek(float time);
|
/external/webkit/WebCore/platform/graphics/qt/ |
MediaPlayerPrivatePhonon.h | 96 void seek(float);
|
/external/webkit/WebCore/platform/graphics/wince/ |
MediaPlayerPrivateWince.h | 63 void seek(float time);
|
/external/webkit/WebKit/win/ |
MemoryStream.h | 63 virtual /* [local] */ HRESULT STDMETHODCALLTYPE Seek(
|
/frameworks/base/awt/org/apache/harmony/x/imageio/plugins/jpeg/ |
JPEGImageReaderSpi.java | 57 markable.seek(0);
|
/frameworks/base/include/media/stagefright/ |
MediaSource.h | 61 // a) not request a seek
|
/system/core/libdiskconfig/ |
diskutils.c | 56 LOGE("Could not seek to offset %lld in %s.", offset, dst);
|
/external/tremolo/Tremolo/ |
vorbisfile.c | 78 information exists in an Ogg bitstream to seek to 79 sample-granularity positions in the output. Or, one can seek by 115 /* The read/seek functions track absolute position within the stream */ 346 codec_setup) structs. Call this to seek and fetch the info from 395 /* seek to the location of the initial header */ 511 /* we can seek, so set out learning all about this file */ 545 date (seek and read both use this. seek uses a special hack with 747 /* can we seek? Stevens suggests the seek test was portable * [all...] |
/bionic/libc/stdio/ |
freopen.c | 149 * we need to seek to the end so that ftell() gets the right 150 * answer. If the user then alters the seek pointer, or
|
/bootable/recovery/ |
verifier.c | 55 LOGE("failed to seek in %s (%s)\n", path, strerror(errno)); 91 LOGE("failed to seek in %s (%s)\n", path, strerror(errno));
|