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

/frameworks/av/services/audioflinger/
H A DEffects.h362 bool isFastCompatible() const;
H A DEffects.cpp2207 if ((*flags & AUDIO_OUTPUT_FLAG_FAST) != 0 && !isFastCompatible()) {
2217 if ((*flags & AUDIO_INPUT_FLAG_FAST) != 0 && !isFastCompatible()) {
2234 bool AudioFlinger::EffectChain::isFastCompatible() const function in class:android::AudioFlinger::EffectChain

Completed in 88 milliseconds