Searched refs:deflate (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/app/backup/
H A DBlobBackupHelper.java160 private byte[] deflate(byte[] data) { method in class:BlobBackupHelper
250 final byte[] payload = deflate(getBackupPayload(key));
/frameworks/native/include/gui/
H A DIGraphicBufferProducer.h335 inline void deflate(int64_t* outTimestamp, bool* outIsAutoTimestamp, function in struct:android::IGraphicBufferProducer::QueueBufferInput
/frameworks/native/libs/gui/include/gui/
H A DIGraphicBufferProducer.h335 inline void deflate(int64_t* outTimestamp, bool* outIsAutoTimestamp, function in struct:android::IGraphicBufferProducer::QueueBufferInput
/frameworks/native/libs/gui/
H A DBufferHubProducer.cpp263 input.deflate(&timestamp, &is_auto_timestamp, &dataspace, &crop, &scaling_mode, &transform,
H A DBufferQueueProducer.cpp764 input.deflate(&requestedPresentTimestamp, &isAutoTimestamp, &dataSpace,
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp493 input.deflate(&timestamp, &isAutoTimestamp, &dataSpace, &crop,
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiDiagnostics.java568 int count = compressor.deflate(buf);
/frameworks/base/tools/aapt/
H A DZipFile.cpp808 ALOGD("deflate read failed (errno=%d)\n", errno);
829 zerr = deflate(&zstream, flush);
831 ALOGD("zlib deflate call failed (zerr=%d)\n", zerr);
844 ALOGD("write %d failed in deflate\n",
/frameworks/native/cmds/atrace/
H A Datrace.cpp1003 result = Z_STREAM_END; // skip deflate error message
1011 } while ((result = deflate(&zs, flush)) == Z_OK);
/frameworks/native/libs/gui/tests/
H A DBufferQueue_test.cpp84 input.deflate(&timestamp, &isAutoTimestamp, &dataSpace, &crop,
/frameworks/base/config/
H A Dboot-image-profile.txt1057 HPLandroid/app/backup/BlobBackupHelper;->deflate([B)[B
[all...]

Completed in 3791 milliseconds