Home
last modified time | relevance | path

Searched refs:mCacheFill (Results 1 – 5 of 5) sorted by relevance

/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.cpp346 mCacheFill = 1000; in onPrepare()
694 mCacheFill = 1000; in getCacheRemaining()
708 mCacheFill = (int16_t) ((1000.0 in getCacheRemaining()
711 mCacheFill = 0; in getCacheRemaining()
751 if (abs(mCacheFill - mLastNotifiedCacheFill) > mCacheFillNotifThreshold) { in getCacheRemaining()
Dandroid_GenericMediaPlayer.cpp489 mCacheFill = fillLevel; in onBufferingUpdate()
491 if (mCacheFill - mLastNotifiedCacheFill >= mCacheFillNotifThreshold) { in onBufferingUpdate()
585 mCacheFill = 1000; in afterMediaPlayerPreparedSuccessfully()
Dandroid_GenericPlayer.h190 int16_t mCacheFill; // cache fill level + played back level in permille variable
DAacBqToPcmCbRenderer.cpp195 mCacheFill = 1000; in onPrepare()
Dandroid_GenericPlayer.cpp37 mCacheFill(0), in GenericPlayer()
561 mLastNotifiedCacheFill = mCacheFill; in notifyCacheFill()