Searched refs:lastBytePosCached (Results 1 – 1 of 1) sorted by relevance
572 off64_t lastBytePosCached = mCacheOffset + mCache->totalSize(); in approxDataRemaining_l() local573 if (mLastAccessPos < lastBytePosCached) { in approxDataRemaining_l()574 return lastBytePosCached - mLastAccessPos; in approxDataRemaining_l()