HomeSort by relevance Sort by last modified time
    Searched refs:getCacheRemaining (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.h 133 CacheStatus_t getCacheRemaining(bool *eos);
android_AudioSfDecoder.cpp 422 CacheStatus_t status = getCacheRemaining(&eos);
459 && (getCacheRemaining(&eos) == kStatusLow)
675 CacheStatus_t AudioSfDecoder::getCacheRemaining(bool *eos) {
688 //SL_LOGV("AudioSfDecoder::getCacheRemaining: approx %.2f secs remaining (eos=%d)",

Completed in 68 milliseconds