Home
last modified time | relevance | path

Searched refs:getCacheRemaining (Results 1 – 2 of 2) sorted by relevance

/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.h132 CacheStatus_t getCacheRemaining(bool *eos);
Dandroid_AudioSfDecoder.cpp422 CacheStatus_t status = getCacheRemaining(&eos); in onCheckCache()
459 && (getCacheRemaining(&eos) == kStatusLow) in onDecode()
675 CacheStatus_t AudioSfDecoder::getCacheRemaining(bool *eos) { in getCacheRemaining() function in android::AudioSfDecoder