Home
last modified time | relevance | path

Searched refs:gzip (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/incident/src/
DIncidentReportArgs.cpp159 int32_t gzip; in readFromParcel() local
160 err = in->readInt32(&gzip); in readFromParcel()
164 if (gzip != 0) { in readFromParcel()
165 mGzip = gzip; in readFromParcel()
213 IncidentReportArgs::setGzip(bool gzip) in setGzip() argument
215 mGzip = gzip; in setGzip()
/frameworks/base/libs/incident/include_priv/android/os/
DIncidentReportArgs.h56 void setGzip(bool gzip);
65 inline bool gzip() const {return mGzip; } in gzip() function
/frameworks/base/core/proto/android/os/
Ddata.proto26 // Output of SECTION_GZIP section type, which reads a file, gzip it and attached
/frameworks/base/core/proto/android/
Dsection.proto44 // incidentd read file and gzip the data in bytes field
/frameworks/base/cmds/incidentd/src/
Dreport_file.proto72 optional bool gzip = 9; field
DWorkDirectory.cpp298 report->set_gzip(args.gzip()); in addReport()
428 if (args.gzip()) { in startFilteringData()
853 out->setGzip(report.gzip()); in get_args_from_report()
DReporter.cpp164 if (!args.gzip()) { in ok()
198 if (!mIsStreaming || !args.gzip()) { in initGzipIfNecessary()