Lines Matching refs:mCachedSource
165 mCachedSource.clear(); in initFromDataSource()
393 mCachedSource = static_cast<NuCachedSource2 *>(mDataSource.get()); in onPrepareAsync()
402 mIsStreaming = (mIsWidevine || mCachedSource != NULL); in onPrepareAsync()
471 mCachedSource.clear(); in notifyPreparedAndCleanup()
634 } else if (mCachedSource != NULL) { in sendCacheStats()
635 err = mCachedSource->getEstimatedBandwidthKbps(&kbps); in sendCacheStats()
647 if (mCachedSource != NULL) { in ensureCacheIsFetching()
648 mCachedSource->resumeFetchingIfNecessary(); in ensureCacheIsFetching()
657 ALOGW_IF(mWVMExtractor != NULL && mCachedSource != NULL, in onPollBuffering()
663 } else if (mCachedSource != NULL) { in onPollBuffering()
665 mCachedSource->approxDataRemaining(&finalStatus); in onPollBuffering()
670 if (mDurationUs > 0 && mCachedSource->getSize(&size) == OK) { in onPollBuffering()