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

  /frameworks/wilhelm/src/android/
android_GenericPlayer.h 192 int16_t mCacheFillNotifThreshold; // threshold in cache fill level for cache fill to be reported
android_GenericPlayer.cpp 39 mCacheFillNotifThreshold(100),
509 mCacheFillNotifThreshold = (int16_t)thresholdPercent;
android_AudioSfDecoder.cpp 751 if (abs(mCacheFill - mLastNotifiedCacheFill) > mCacheFillNotifThreshold) {
android_GenericMediaPlayer.cpp 494 if (mCacheFill - mLastNotifiedCacheFill >= mCacheFillNotifThreshold) {

Completed in 83 milliseconds