OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCacheFillNotifThreshold
(Results
1 - 4
of
4
) sorted by null
/frameworks/wilhelm/src/android/
android_GenericPlayer.h
191
int16_t
mCacheFillNotifThreshold
; // threshold in cache fill level for cache fill to be reported
android_GenericPlayer.cpp
38
mCacheFillNotifThreshold
(100),
508
mCacheFillNotifThreshold
= (int16_t)thresholdPercent;
android_AudioSfDecoder.cpp
748
if (abs(mCacheFill - mLastNotifiedCacheFill) >
mCacheFillNotifThreshold
) {
android_GenericMediaPlayer.cpp
491
if (mCacheFill - mLastNotifiedCacheFill >=
mCacheFillNotifThreshold
) {
Completed in 76 milliseconds