Lines Matching refs:_CompressedAsset
193 _CompressedAsset* pAsset; in createFromCompressedFile()
231 pAsset = new _CompressedAsset; in createFromCompressedFile()
270 _CompressedAsset* pAsset;
273 pAsset = new _CompressedAsset;
326 _CompressedAsset* pAsset; in createFromCompressedMap()
329 pAsset = new _CompressedAsset; in createFromCompressedMap()
341 std::unique_ptr<_CompressedAsset> pAsset = util::make_unique<_CompressedAsset>(); in createFromCompressedMap()
731 _CompressedAsset::_CompressedAsset(void) in _CompressedAsset() function in _CompressedAsset
743 _CompressedAsset::~_CompressedAsset(void) in ~_CompressedAsset()
758 status_t _CompressedAsset::openChunk(int fd, off64_t offset, in openChunk()
791 status_t _CompressedAsset::openChunk(FileMap* dataMap, size_t uncompressedLen) in openChunk()
814 ssize_t _CompressedAsset::read(void* buf, size_t count) in read()
856 off64_t _CompressedAsset::seek(off64_t offset, int whence) in seek()
875 void _CompressedAsset::close(void) in close()
900 const void* _CompressedAsset::getBuffer(bool) in getBuffer()