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

/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.h135 CacheStatus_t getCacheRemaining(bool *eos);
H A Dandroid_AudioSfDecoder.cpp419 CacheStatus_t status = getCacheRemaining(&eos);
456 && (getCacheRemaining(&eos) == kStatusLow)
672 CacheStatus_t AudioSfDecoder::getCacheRemaining(bool *eos) { function in class:android::AudioSfDecoder
685 //SL_LOGV("AudioSfDecoder::getCacheRemaining: approx %.2f secs remaining (eos=%d)",

Completed in 44 milliseconds