Home
last modified time | relevance | path

Searched refs:CacheStatus_t (Results 1 – 5 of 5) sorted by relevance

/frameworks/wilhelm/src/android/
Dandroid_defs.h177 enum CacheStatus_t { enum
Dandroid_AudioSfDecoder.h135 CacheStatus_t getCacheRemaining(bool *eos);
Dandroid_AudioSfDecoder.cpp419 CacheStatus_t status = getCacheRemaining(&eos); in onCheckCache()
672 CacheStatus_t AudioSfDecoder::getCacheRemaining(bool *eos) { in getCacheRemaining()
676 CacheStatus_t oldStatus = mCacheStatus; in getCacheRemaining()
Dandroid_GenericPlayer.h188 CacheStatus_t mCacheStatus;
Dandroid_GenericMediaPlayer.cpp503 CacheStatus_t newCacheStatus = mCacheStatus; in onBufferingUpdate()