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

/frameworks/av/services/audioflinger/
H A DEffects.h359 bool isRawCompatible() const;
H A DEffects.cpp2204 if ((*flags & AUDIO_OUTPUT_FLAG_RAW) != 0 && !isRawCompatible()) {
2214 if ((*flags & AUDIO_INPUT_FLAG_RAW) != 0 && !isRawCompatible()) {
2222 bool AudioFlinger::EffectChain::isRawCompatible() const function in class:android::AudioFlinger::EffectChain

Completed in 31 milliseconds