Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayer2/nuplayer2/
DGenericSource2.cpp75 mIsStreaming(false), in GenericSource2()
324 return mIsStreaming; in isStreaming()
403 mIsStreaming = (mCachedSource != NULL); in onPrepareAsync()
441 if (mIsStreaming) { in finishPrepareAsync()
822 if (!mIsStreaming) { in dequeueAccessUnit()
1374 if (mIsStreaming in readBuffer()
DGenericSource2.h151 bool mIsStreaming; member
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp74 mIsStreaming(false), in GenericSource()
330 return mIsStreaming; in isStreaming()
439 mIsStreaming = (mCachedSource != NULL); in onPrepareAsync()
484 if (mIsStreaming) { in finishPrepareAsync()
849 if (!mIsStreaming) { in dequeueAccessUnit()
1441 if (mIsStreaming in readBuffer()
DGenericSource.h150 bool mIsStreaming; member