Searched refs:isFastCompatible (Results 1 – 2 of 2) sorted by relevance
535 bool isFastCompatible() const;
2850 if ((*flags & AUDIO_OUTPUT_FLAG_FAST) != 0 && !isFastCompatible()) { in checkOutputFlagCompatibility()2860 if ((*flags & AUDIO_INPUT_FLAG_FAST) != 0 && !isFastCompatible()) { in checkInputFlagCompatibility()2877 bool AudioFlinger::EffectChain::isFastCompatible() const in isFastCompatible() function in android::AudioFlinger::EffectChain