Searched refs:mCachedSource (Results 1 – 2 of 2) sorted by relevance
448 mCachedSource = static_cast<NuCachedSource2 *>(mDataSource.get()); in onPrepareAsync()455 mIsStreaming = (mCachedSource != NULL); in onPrepareAsync()501 mCachedSource->resumeFetchingIfNecessary(); in finishPrepareAsync()525 mCachedSource.clear(); in notifyPreparedAndCleanup()591 if (mCachedSource != NULL) { in sendCacheStats()592 err = mCachedSource->getEstimatedBandwidthKbps(&kbps); in sendCacheStats()885 mCachedSource->resumeFetchingIfNecessary(); in dequeueAccessUnit()1545 if (mCachedSource != NULL) { in onPollBuffering()1546 cachedDataRemaining = mCachedSource->approxDataRemaining(&finalStatus); in onPollBuffering()1551 if (mDurationUs > 0 && mCachedSource->getSize(&size) == OK) { in onPollBuffering()
164 sp<NuCachedSource2> mCachedSource; member