Searched refs:cachedSource (Results 1 – 5 of 5) sorted by relevance
143 void prepare(const sp<NuCachedSource2> &cachedSource,196 void prepare_l(const sp<NuCachedSource2> &cachedSource,
485 sp<NuCachedSource2> cachedSource = mCachedSource; in notifyPreparedAndCleanup() local1590 const sp<NuCachedSource2> &cachedSource, in prepare() argument1595 prepare_l(cachedSource, durationUs, bitrate, isStreaming); in prepare()1654 const sp<NuCachedSource2> &cachedSource, in prepare_l() argument1659 mCachedSource = cachedSource; in prepare_l()1665 mPrepareBuffering = (cachedSource != NULL); in prepare_l()
672 sp<NuCachedSource2> cachedSource = in getCacheRemaining() local678 size_t dataRemaining = cachedSource->approxDataRemaining(&finalStatus); in getCacheRemaining()
638 sp<NuCachedSource2> cachedSource = in getCachedDuration() local643 cachedSource->approxDataRemaining(&finalStatus); in getCachedDuration()
955 sp<MPEG4DataSource> cachedSource = in parseChunk() local958 if (cachedSource->setCachedRange(*offset, chunk_size) == OK) { in parseChunk()959 mDataSource = cachedSource; in parseChunk()