Home
last modified time | relevance | path

Searched refs:seek_type (Results 1 – 15 of 15) sorted by relevance

/external/opencore/oscl/oscl/osclio/src/
Doscl_file_io.h88 } seek_type; typedef
311 seek_type origin);
456 int32 CallNativeSeek(TOsclFileOffset offset, Oscl_File::seek_type origin);
Doscl_file_cache.h70 int32 Seek(TOsclFileOffset offset, Oscl_File::seek_type origin);
Doscl_file_native.h84 int32 Seek(TOsclFileOffset offset, Oscl_File::seek_type origin);
Doscl_file_native.cpp345 int32 OsclNativeFile::Seek(TOsclFileOffset offset, Oscl_File::seek_type origin) in Seek()
Doscl_file_io.cpp559 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()
Doscl_file_cache.cpp329 int32 OsclFileCache::Seek(TOsclFileOffset offset, Oscl_File::seek_type origin) in Seek()
Doscl_file_async_read.h314 int32 Seek(TOsclFileOffset offset, Oscl_File::seek_type origin);
Doscl_file_async_read.cpp1048 int32 OsclAsyncFile::Seek(TOsclFileOffset offset, Oscl_File::seek_type origin) in Seek()
/external/opencore/fileformats/common/parser/include/
Dpvfile.h212 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/
Dpvfile.cpp36 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()
Dpvmi_datastreamsyncinterface_ref_impl.cpp269 Oscl_File::seek_type seekType = Oscl_File::SEEKCUR; in Seek()
/external/opencore/fileformats/mp3/parser/src/
Dmp3utils.cpp85 MP3ErrorType MP3Utils::SeektoOffset(PVFile *aFP, int32 aOffset, Oscl_File::seek_type aSeekType) in SeektoOffset()
/external/opencore/fileformats/mp3/parser/include/
Dmp3utils.h119 static MP3ErrorType SeektoOffset(PVFile *fp, int32 offset, Oscl_File::seek_type aSeekType);
/external/opencore/nodes/pvdownloadmanagernode/src/
Dpvmf_filebufferdatastream_factory.cpp545 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/
Dpvmf_cpmplugin_passthru_oma1.cpp1267 Oscl_File::seek_type seekType; in Seek()