Searched refs:GetCompressedBuffers (Results 1 – 4 of 4) sorted by relevance
125 bool GetCompressedBuffers(std::vector<std::vector<uint8_t>>* compressed_buf);
294 bool CompressWorker::GetCompressedBuffers(std::vector<std::vector<uint8_t>>* compressed_buf) { in GetCompressedBuffers() function in android::snapshot::CompressWorker
363 if (!worker->GetCompressedBuffers(&compressed_buf_)) { in CompressBlocks()
634 if (!worker->GetCompressedBuffers(&worker_buffers[i])) { in ProcessBlocksWithThreadedCompression()