Searched refs:seek_type (Results 1 – 15 of 15) sorted by relevance
/external/opencore/oscl/oscl/osclio/src/ |
D | oscl_file_io.h | 88 } seek_type; typedef 311 seek_type origin); 456 int32 CallNativeSeek(TOsclFileOffset offset, Oscl_File::seek_type origin);
|
D | oscl_file_cache.h | 70 int32 Seek(TOsclFileOffset offset, Oscl_File::seek_type origin);
|
D | oscl_file_native.h | 84 int32 Seek(TOsclFileOffset offset, Oscl_File::seek_type origin);
|
D | oscl_file_native.cpp | 345 int32 OsclNativeFile::Seek(TOsclFileOffset offset, Oscl_File::seek_type origin) in Seek()
|
D | oscl_file_io.cpp | 559 OSCL_EXPORT_REF int32 Oscl_File::Seek(TOsclFileOffset offset, seek_type origin) in Seek() 920 int32 Oscl_File::CallNativeSeek(TOsclFileOffset offset, Oscl_File::seek_type origin) in CallNativeSeek()
|
D | oscl_file_cache.cpp | 329 int32 OsclFileCache::Seek(TOsclFileOffset offset, Oscl_File::seek_type origin) in Seek()
|
D | oscl_file_async_read.h | 314 int32 Seek(TOsclFileOffset offset, Oscl_File::seek_type origin);
|
D | oscl_file_async_read.cpp | 1048 int32 OsclAsyncFile::Seek(TOsclFileOffset offset, Oscl_File::seek_type origin) in Seek()
|
/external/opencore/fileformats/common/parser/include/ |
D | pvfile.h | 212 OSCL_IMPORT_REF int32 Seek(int32 offset, Oscl_File::seek_type origin); 242 OSCL_IMPORT_REF int32 Skip(int32 offset, Oscl_File::seek_type origin);
|
/external/opencore/fileformats/common/parser/src/ |
D | pvfile.cpp | 36 OSCL_EXPORT_REF int32 PVFile::Seek(int32 offset, Oscl_File::seek_type origin) in Seek() 380 PVFile::Skip(int32 offset, Oscl_File::seek_type origin) in Skip()
|
D | pvmi_datastreamsyncinterface_ref_impl.cpp | 269 Oscl_File::seek_type seekType = Oscl_File::SEEKCUR; in Seek()
|
/external/opencore/fileformats/mp3/parser/src/ |
D | mp3utils.cpp | 85 MP3ErrorType MP3Utils::SeektoOffset(PVFile *aFP, int32 aOffset, Oscl_File::seek_type aSeekType) in SeektoOffset()
|
/external/opencore/fileformats/mp3/parser/include/ |
D | mp3utils.h | 119 static MP3ErrorType SeektoOffset(PVFile *fp, int32 offset, Oscl_File::seek_type aSeekType);
|
/external/opencore/nodes/pvdownloadmanagernode/src/ |
D | pvmf_filebufferdatastream_factory.cpp | 545 Oscl_File::seek_type seekType = Oscl_File::SEEKSET; in Seek() 1065 Oscl_File::seek_type seekType = Oscl_File::SEEKSET; in Seek()
|
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/src/ |
D | pvmf_cpmplugin_passthru_oma1.cpp | 1267 Oscl_File::seek_type seekType; in Seek()
|