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

/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.h133 CacheStatus_t getCacheRemaining(bool *eos);
H A Dandroid_AudioSfDecoder.cpp418 CacheStatus_t status = getCacheRemaining(&eos);
455 && (getCacheRemaining(&eos) == kStatusLow)
671 CacheStatus_t AudioSfDecoder::getCacheRemaining(bool *eos) { function in class:android::AudioSfDecoder
684 //SL_LOGV("AudioSfDecoder::getCacheRemaining: approx %.2f secs remaining (eos=%d)",

Completed in 49 milliseconds