Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DReporter.h56 bool isStreaming() { return mIsStreaming; } in isStreaming()
78 bool mIsStreaming; variable
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()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp75 mIsStreaming(false), in GenericSource()
340 return mIsStreaming; in isStreaming()
455 mIsStreaming = (mCachedSource != NULL); in onPrepareAsync()
500 if (mIsStreaming) { in finishPrepareAsync()
869 if (!mIsStreaming) { in dequeueAccessUnit()
1461 if (mIsStreaming in readBuffer()
DGenericSource.h151 bool mIsStreaming; member