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.h133 CacheStatus_t getCacheRemaining(bool *eos);
Dandroid_AudioSfDecoder.cpp418 CacheStatus_t status = getCacheRemaining(&eos); in onCheckCache()
671 CacheStatus_t AudioSfDecoder::getCacheRemaining(bool *eos) { in getCacheRemaining()
675 CacheStatus_t oldStatus = mCacheStatus; in getCacheRemaining()
Dandroid_GenericPlayer.h189 CacheStatus_t mCacheStatus;
Dandroid_GenericMediaPlayer.cpp506 CacheStatus_t newCacheStatus = mCacheStatus; in onBufferingUpdate()