Searched refs:newCacheStatus (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.cpp503 CacheStatus_t newCacheStatus = mCacheStatus; local
505 newCacheStatus = kStatusHigh;
507 newCacheStatus = kStatusEnough;
509 newCacheStatus = kStatusIntermediate;
511 newCacheStatus = kStatusEmpty;
513 newCacheStatus = kStatusLow;
516 if (newCacheStatus != mCacheStatus) {
517 mCacheStatus = newCacheStatus;

Completed in 55 milliseconds