Searched refs:isRawCompatible (Results 1 – 3 of 3) sorted by relevance
314 virtual bool isRawCompatible() const = 0;
523 bool isRawCompatible() const final;
3013 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