Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DEffects.h499 bool isRawCompatible() const;
DEffects.cpp2646 if ((*flags & AUDIO_OUTPUT_FLAG_RAW) != 0 && !isRawCompatible()) { in checkOutputFlagCompatibility()
2656 if ((*flags & AUDIO_INPUT_FLAG_RAW) != 0 && !isRawCompatible()) { in checkInputFlagCompatibility()
2664 bool AudioFlinger::EffectChain::isRawCompatible() const in isRawCompatible() function in android::AudioFlinger::EffectChain