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 38 mLastNotifiedCacheFill(0),
561 mLastNotifiedCacheFill = mCacheFill;
562 notify(PLAYEREVENT_PREFETCHFILLLEVELUPDATE, (int32_t)mLastNotifiedCacheFill, true/*async*/);
android_AudioSfDecoder.cpp 750 if (abs(mCacheFill - mLastNotifiedCacheFill) > mCacheFillNotifThreshold) {
android_GenericMediaPlayer.cpp 491 if (mCacheFill - mLastNotifiedCacheFill >= mCacheFillNotifThreshold) {

Completed in 55 milliseconds