Home
last modified time | relevance | path

Searched refs:isRawCompatible (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
DIAfEffect.h314 virtual bool isRawCompatible() const = 0;
DEffects.h523 bool isRawCompatible() const final;
DEffects.cpp3013 if ((*flags & AUDIO_OUTPUT_FLAG_RAW) != 0 && !isRawCompatible()) { in checkOutputFlagCompatibility()
3026 if ((*flags & AUDIO_INPUT_FLAG_RAW) != 0 && !isRawCompatible()) { in checkInputFlagCompatibility()
3034 bool EffectChain::isRawCompatible() const in isRawCompatible() function in android::EffectChain