Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DEffects.h502 bool isFastCompatible() const;
DEffects.cpp2780 if ((*flags & AUDIO_OUTPUT_FLAG_FAST) != 0 && !isFastCompatible()) { in checkOutputFlagCompatibility()
2790 if ((*flags & AUDIO_INPUT_FLAG_FAST) != 0 && !isFastCompatible()) { in checkInputFlagCompatibility()
2807 bool AudioFlinger::EffectChain::isFastCompatible() const in isFastCompatible() function in android::AudioFlinger::EffectChain