Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DEffects.cpp585 &desc->uuid, sessionId, deviceId, &mEffectInterface);
598 mEffectInterface.get());
602 mEffectInterface.clear();
610 if (mEffectInterface != 0) { in ~EffectModule()
681 if (mState == DESTROYED || mEffectInterface == 0 || mInBuffer == 0 || mOutBuffer == 0) { in process()
774 ret = mEffectInterface->process(); in process()
833 if (mStatus != NO_ERROR || mEffectInterface == 0) { in reset_l()
839 mEffectInterface->command(EFFECT_CMD_RESET, 0, NULL, &replySize, &reply); in reset_l()
850 if (mEffectInterface == 0) { in configure_l()
921 status = mEffectInterface->command(EFFECT_CMD_SET_CONFIG, in configure_l()
[all …]
DEffects.h273 sp<EffectHalInterface> mEffectInterface; // Effect module HAL variable