Home | History | Annotate | Download | only in utils

Lines Matching refs:_CompressedAsset

180     _CompressedAsset* pAsset;
218 pAsset = new _CompressedAsset;
257 _CompressedAsset* pAsset;
260 pAsset = new _CompressedAsset;
295 _CompressedAsset* pAsset;
298 pAsset = new _CompressedAsset;
671 * _CompressedAsset
678 _CompressedAsset::_CompressedAsset(void)
687 _CompressedAsset::~_CompressedAsset(void)
698 status_t _CompressedAsset::openChunk(int fd, off64_t offset,
731 status_t _CompressedAsset::openChunk(FileMap* dataMap, int compressionMethod,
760 ssize_t _CompressedAsset::read(void* buf, size_t count)
802 off64_t _CompressedAsset::seek(off64_t offset, int whence)
821 void _CompressedAsset::close(void)
846 const void* _CompressedAsset::getBuffer(bool wordAligned)