Lines Matching refs:_CompressedAsset
203 _CompressedAsset* pAsset; in createFromCompressedFile()
241 pAsset = new _CompressedAsset; in createFromCompressedFile()
282 _CompressedAsset* pAsset;
285 pAsset = new _CompressedAsset;
324 auto pAsset = util::make_unique<_CompressedAsset>(); in createFromCompressedMap()
739 _CompressedAsset::_CompressedAsset(void) in _CompressedAsset() function in _CompressedAsset
751 _CompressedAsset::~_CompressedAsset(void) in ~_CompressedAsset()
766 status_t _CompressedAsset::openChunk(int fd, off64_t offset, in openChunk()
799 status_t _CompressedAsset::openChunk(incfs::IncFsFileMap&& dataMap, size_t uncompressedLen) in openChunk()
822 ssize_t _CompressedAsset::read(void* buf, size_t count) in read()
864 off64_t _CompressedAsset::seek(off64_t offset, int whence) in seek()
883 void _CompressedAsset::close(void) in close()
903 const void* _CompressedAsset::getBuffer(bool) in getBuffer()
955 incfs::map_ptr<void> _CompressedAsset::getIncFsBuffer(bool aligned) { in getIncFsBuffer()