Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DEffects.cpp300 const bool auxType = in process() local
343 if (auxType) { in process()
378 if (!auxType && mInChannelCountRequested != inChannelCount) { in process()
398 if (!auxType) { in process()
445 if (!auxType /* aux effects do not require data bypass */ in process()
462 if (auxType) { in process()
1014 const bool auxType = (mDescriptor.flags & EFFECT_FLAG_TYPE_MASK) == EFFECT_FLAG_TYPE_AUXILIARY; in setInBuffer() local
1018 if (!auxType && formatMismatch && mInBuffer.get() != nullptr) { in setInBuffer()