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