Searched refs:mEffectInterface (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | Effects.cpp | 535 &desc->uuid, sessionId, deviceId, &mEffectInterface); 546 ALOGV("Constructor success name %s, Interface %p", mDescriptor.name, mEffectInterface.get()); 550 mEffectInterface.clear(); 557 if (mEffectInterface != 0) { in ~EffectModule() 575 mEffectInterface->close(); in removeHandle_l() 633 if (mState == DESTROYED || mEffectInterface == 0 || mInBuffer == 0 || mOutBuffer == 0) { in process() 763 ret = mEffectInterface->process(); in process() 831 if (mStatus != NO_ERROR || mEffectInterface == 0) { in reset_l() 834 mEffectInterface->command(EFFECT_CMD_RESET, 0, NULL, 0, NULL); in reset_l() 844 if (mEffectInterface == 0) { in configure() [all …]
|
D | Effects.h | 276 sp<EffectHalInterface> mEffectInterface; // Effect module HAL variable
|