Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DReporter.h53 bool isStreaming() { return mIsStreaming; } in isStreaming()
73 bool mIsStreaming; variable
DReporter.cpp144 mIsStreaming(fd >= 0), in ReportRequest()
149 if (mIsStreaming && mFd >= 0) { in ~ReportRequest()
164 if (mIsStreaming && mFd >= 0) { in closeFd()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DGenericSource2.cpp64 mIsStreaming(false), in GenericSource2()
304 return mIsStreaming; in isStreaming()
358 mIsStreaming = !strncasecmp("http://", uri, 7) || !strncasecmp("https://", uri, 8); in onPrepareAsync()
408 if (mIsStreaming) { in finishPrepareAsync()
761 if (!mIsStreaming) { in dequeueAccessUnit()
1316 if (mIsStreaming in readBuffer()
1388 if (mIsStreaming) { in schedulePollBuffering()
DGenericSource2.h148 bool mIsStreaming; member
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp74 mIsStreaming(false), in GenericSource()
343 return mIsStreaming; in isStreaming()
465 mIsStreaming = (mCachedSource != NULL); in onPrepareAsync()
510 if (mIsStreaming) { in finishPrepareAsync()
879 if (!mIsStreaming) { in dequeueAccessUnit()
1471 if (mIsStreaming in readBuffer()
DGenericSource.h150 bool mIsStreaming; member