Home
last modified time | relevance | path

Searched refs:mGzip (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/incident/src/
DIncidentReportArgs.cpp30 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()
/frameworks/base/libs/incident/include_priv/android/os/
DIncidentReportArgs.h65 inline bool gzip() const {return mGzip; } in gzip()
76 bool mGzip; variable