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

/frameworks/av/services/audioflinger/
H A DEffects.cpp2237 if ((*flags & AUDIO_OUTPUT_FLAG_FAST) != 0 && !isFastCompatible()) {
2247 if ((*flags & AUDIO_INPUT_FLAG_FAST) != 0 && !isFastCompatible()) {
2264 bool AudioFlinger::EffectChain::isFastCompatible() const function in class:android::AudioFlinger::EffectChain

Completed in 55 milliseconds