Searched refs:isRawCompatible (Results 1 – 2 of 2) sorted by relevance
499 bool isRawCompatible() const;
2646 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