Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.cpp345 mCacheFill = 1000; in onPrepare()
693 mCacheFill = 1000; in getCacheRemaining()
707 mCacheFill = (int16_t) ((1000.0 in getCacheRemaining()
710 mCacheFill = 0; in getCacheRemaining()
750 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.h189 int16_t mCacheFill; // cache fill level + played back level in permille variable
DAacBqToPcmCbRenderer.cpp192 mCacheFill = 1000; in onPrepare()
Dandroid_GenericPlayer.cpp37 mCacheFill(0), in GenericPlayer()
561 mLastNotifiedCacheFill = mCacheFill; in notifyCacheFill()