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

/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp748 if (abs(mCacheFill - mLastNotifiedCacheFill) > mCacheFillNotifThreshold) {
H A Dandroid_GenericMediaPlayer.cpp491 if (mCacheFill - mLastNotifiedCacheFill >= mCacheFillNotifThreshold) {
H A Dandroid_GenericPlayer.cpp38 mCacheFillNotifThreshold(100),
508 mCacheFillNotifThreshold = (int16_t)thresholdPercent;
H A Dandroid_GenericPlayer.h191 int16_t mCacheFillNotifThreshold; // threshold in cache fill level for cache fill to be reported member in class:android::GenericPlayer

Completed in 717 milliseconds