Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/android/
Dandroid_GenericPlayer.cpp38 mLastNotifiedCacheFill(0), in GenericPlayer()
561 mLastNotifiedCacheFill = mCacheFill; in notifyCacheFill()
562 notify(PLAYEREVENT_PREFETCHFILLLEVELUPDATE, (int32_t)mLastNotifiedCacheFill, true/*async*/); in notifyCacheFill()
Dandroid_GenericPlayer.h191 int16_t mLastNotifiedCacheFill; // last cache fill level communicated to the listener variable
Dandroid_GenericMediaPlayer.cpp494 if (mCacheFill - mLastNotifiedCacheFill >= mCacheFillNotifThreshold) { in onBufferingUpdate()
Dandroid_AudioSfDecoder.cpp747 if (abs(mCacheFill - mLastNotifiedCacheFill) > mCacheFillNotifThreshold) { in getCacheRemaining()