Searched refs:gzip (Results 1 – 7 of 7) sorted by relevance
159 int32_t gzip; in readFromParcel() local160 err = in->readInt32(&gzip); in readFromParcel()164 if (gzip != 0) { in readFromParcel()165 mGzip = gzip; in readFromParcel()213 IncidentReportArgs::setGzip(bool gzip) in setGzip() argument215 mGzip = gzip; in setGzip()
56 void setGzip(bool gzip);65 inline bool gzip() const {return mGzip; } in gzip() function
26 // Output of SECTION_GZIP section type, which reads a file, gzip it and attached
44 // incidentd read file and gzip the data in bytes field
72 optional bool gzip = 9; field
298 report->set_gzip(args.gzip()); in addReport()428 if (args.gzip()) { in startFilteringData()853 out->setGzip(report.gzip()); in get_args_from_report()
164 if (!args.gzip()) { in ok()198 if (!mIsStreaming || !args.gzip()) { in initGzipIfNecessary()