Home
last modified time | relevance | path

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

/frameworks/av/media/libdatasource/
DNuCachedSource2.cpp595 off64_t lastBytePosCached = mCacheOffset + mCache->totalSize(); in approxDataRemaining_l() local
596 if (offset < lastBytePosCached) { in approxDataRemaining_l()
597 return lastBytePosCached - offset; in approxDataRemaining_l()