Searched refs:mGzip (Results 1 – 2 of 2) sorted by relevance
30 mGzip(false) in IncidentReportArgs()41 mGzip(that.mGzip) in IncidentReportArgs()98 err = out->writeInt32(mGzip); in writeToParcel()165 mGzip = gzip; in readFromParcel()215 mGzip = gzip; in setGzip()
65 inline bool gzip() const {return mGzip; } in gzip()76 bool mGzip; variable