Searched refs:descOut (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.cpp | 4115 effect_descriptor_t descOut; in createEffect() local 4205 lStatus = getEffectDescriptor(&descIn.uuid, &descIn.type, preferredType, &descOut); in createEffect() 4213 (descOut.flags & EFFECT_FLAG_TYPE_MASK) == EFFECT_FLAG_TYPE_AUXILIARY) { in createEffect() 4219 if ((memcmp(&descOut.type, SL_IID_VISUALIZATION, sizeof(effect_uuid_t)) == 0) && in createEffect() 4226 const bool hapticPlaybackRequired = IAfEffectModule::isHapticGenerator(&descOut.type); in createEffect() 4237 if (IAfEffectModule::isSpatializer(&descOut.type) && in createEffect() 4249 io = AudioSystem::getOutputForEffect(&descOut); in createEffect() 4259 &descOut, device, client, effectClient, mPatchPanel->patches_l(), in createEffect() 4296 && ((descOut.flags & EFFECT_FLAG_TYPE_MASK) == EFFECT_FLAG_TYPE_PRE_PROC) in createEffect() 4300 __func__, descOut.name, sessionId); in createEffect() [all …]
|