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

/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.cpp506 CacheStatus_t newCacheStatus = mCacheStatus; local
508 newCacheStatus = kStatusHigh;
510 newCacheStatus = kStatusEnough;
512 newCacheStatus = kStatusIntermediate;
514 newCacheStatus = kStatusEmpty;
516 newCacheStatus = kStatusLow;
519 if (newCacheStatus != mCacheStatus) {
520 mCacheStatus = newCacheStatus;

Completed in 349 milliseconds