Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/incidentd/src/
H A DReporter.h56 bool isStreaming() { return mIsStreaming; } in isStreaming()
78 bool mIsStreaming; variable
H A DReporter.cpp148 mIsStreaming(fd >= 0), in ReportRequest()
154 if (mIsStreaming && mFd >= 0) { in ~ReportRequest()
176 if (!mIsStreaming) { in closeFd()
198 if (!mIsStreaming || !args.gzip()) { in initGzipIfNecessary()