Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp63 mIsStreaming(false), in GenericSource()
155 } else if (mIsStreaming) { in initFromDataSource()
328 return mIsStreaming; in isStreaming()
402 mIsStreaming = (mIsWidevine || mCachedSource != NULL); in onPrepareAsync()
458 if (mIsStreaming) { in finishPrepareAsync()
560 if (mIsStreaming) { in restartPollBuffering()
DGenericSource.h129 bool mIsStreaming; member