Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/android/
Dandroid_defs.h179 enum CacheStatus_t { enum
Dandroid_AudioSfDecoder.cpp426 CacheStatus_t status = getCacheRemaining(&eos); in onCheckCache()
679 CacheStatus_t AudioSfDecoder::getCacheRemaining(bool *eos) { in getCacheRemaining()
683 CacheStatus_t oldStatus = mCacheStatus; in getCacheRemaining()
Dandroid_AudioSfDecoder.h127 CacheStatus_t getCacheRemaining(bool *eos);
Dandroid_GenericPlayer.h189 CacheStatus_t mCacheStatus;
Dandroid_GenericMediaPlayer.cpp506 CacheStatus_t newCacheStatus = mCacheStatus; in onBufferingUpdate()