Searched refs:getCacheRemaining (Results 1 – 2 of 2) sorted by relevance
132 CacheStatus_t getCacheRemaining(bool *eos);
422 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