Searched defs:newCacheStatus (Results 1 - 1 of 1) sorted by last modified time

/system/media/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.cpp423 CacheStatus_t newCacheStatus = mCacheStatus; local
425 newCacheStatus = kStatusHigh;
427 newCacheStatus = kStatusEnough;
429 newCacheStatus = kStatusIntermediate;
431 newCacheStatus = kStatusEmpty;
433 newCacheStatus = kStatusLow;
436 if (newCacheStatus != mCacheStatus) {
437 mCacheStatus = newCacheStatus;

Completed in 56 milliseconds