Searched refs:mLastNotifiedCacheFill (Results 1 – 4 of 4) sorted by relevance
38 mLastNotifiedCacheFill(0), in GenericPlayer()561 mLastNotifiedCacheFill = mCacheFill; in notifyCacheFill()562 notify(PLAYEREVENT_PREFETCHFILLLEVELUPDATE, (int32_t)mLastNotifiedCacheFill, true/*async*/); in notifyCacheFill()
191 int16_t mLastNotifiedCacheFill; // last cache fill level communicated to the listener variable
494 if (mCacheFill - mLastNotifiedCacheFill >= mCacheFillNotifThreshold) { in onBufferingUpdate()
747 if (abs(mCacheFill - mLastNotifiedCacheFill) > mCacheFillNotifThreshold) { in getCacheRemaining()