Home
last modified time | relevance | path

Searched defs:Decompress (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/logging/logd/
H A DCompressionEngine.cpp61 bool ZlibCompressionEngine::Decompress(SerializedData& in, SerializedData& out) { in Decompress() function in ZlibCompressionEngine
97 bool ZstdCompressionEngine::Decompress(SerializedData& in, SerializedData& out) { in Decompress() function in ZstdCompressionEngine
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dcow_decompress.cpp33 bool NoDecompressor::Decompress(size_t) { in Decompress() function in android::snapshot::NoDecompressor
91 bool StreamDecompressor::Decompress(size_t output_bytes) { in Decompress() function in android::snapshot::StreamDecompressor
/aosp12/art/runtime/mirror/
H A Dobject_reference.h101 static MirrorType* Decompress(uint32_t ref) { in Decompress() function
/aosp12/art/runtime/
H A Dimage.cc173 bool ImageHeader::Block::Decompress(uint8_t* out_ptr, in Decompress() function in art::ImageHeader::Block
/aosp12/system/unwinding/libunwindstack/tests/
H A DMemoryXzTest.cpp53 TEST_F(MemoryXzTest, Decompress) { in TEST_F() argument
/aosp12/system/apex/apexd/
H A Dapex_file.cpp404 Result<void> ApexFile::Decompress(const std::string& dest_path) const { in Decompress() function in android::apex::ApexFile
/aosp12/hardware/google/graphics/common/libhwjpeg/
H A Dlibhwjpeg-exynos.cpp428 bool CLibhwjpegDecompressor::Decompress() in Decompress() function in CLibhwjpegDecompressor
H A Dhwjpeg-v4l2.cpp955 bool CHWJpegV4L2Decompressor::Decompress(const char *buffer, size_t len) in Decompress() function in CHWJpegV4L2Decompressor
/aosp12/system/unwinding/libunwindstack/
H A DMemory.cpp743 bool MemoryXz::Decompress(XzBlock* block) { in Decompress() function in unwindstack::MemoryXz