HomeSort by relevance Sort by last modified time
    Searched refs:mLastNotifiedCacheFill (Results 1 - 4 of 4) sorted by null

  /frameworks/wilhelm/src/android/
android_GenericPlayer.h 191 int16_t mLastNotifiedCacheFill; // last cache fill level communicated to the listener
android_GenericPlayer.cpp 38 mLastNotifiedCacheFill(0),
561 mLastNotifiedCacheFill = mCacheFill;
562 notify(PLAYEREVENT_PREFETCHFILLLEVELUPDATE, (int32_t)mLastNotifiedCacheFill, true/*async*/);
android_AudioSfDecoder.cpp 751 if (abs(mCacheFill - mLastNotifiedCacheFill) > mCacheFillNotifThreshold) {
android_GenericMediaPlayer.cpp 494 if (mCacheFill - mLastNotifiedCacheFill >= mCacheFillNotifThreshold) {

Completed in 59 milliseconds