OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLastNotifiedCacheFill
(Results
1 - 4
of
4
) sorted by null
/frameworks/wilhelm/src/android/
android_GenericPlayer.h
190
int16_t
mLastNotifiedCacheFill
; // last cache fill level communicated to the listener
android_GenericPlayer.cpp
37
mLastNotifiedCacheFill
(0),
560
mLastNotifiedCacheFill
= mCacheFill;
561
notify(PLAYEREVENT_PREFETCHFILLLEVELUPDATE, (int32_t)
mLastNotifiedCacheFill
, true/*async*/);
android_AudioSfDecoder.cpp
748
if (abs(mCacheFill -
mLastNotifiedCacheFill
) > mCacheFillNotifThreshold) {
android_GenericMediaPlayer.cpp
491
if (mCacheFill -
mLastNotifiedCacheFill
>= mCacheFillNotifThreshold) {
Completed in 193 milliseconds