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 190 int16_t mLastNotifiedCacheFill; // last cache fill level communicated to the listener
android_GenericPlayer.cpp 37 mLastNotifiedCacheFill(0),
560 mLastNotifiedCacheFill = mCacheFill;
561 notify(PLAYEREVENT_PREFETCHFILLLEVELUPDATE, (int32_t)mLastNotifiedCacheFill, true/*async*/);
android_AudioSfDecoder.cpp 748 if (abs(mCacheFill - mLastNotifiedCacheFill) > mCacheFillNotifThreshold) {
android_GenericMediaPlayer.cpp 491 if (mCacheFill - mLastNotifiedCacheFill >= mCacheFillNotifThreshold) {

Completed in 44 milliseconds