Searched refs:mEffectInterface (Results 1 – 2 of 2) sorted by relevance
67 mEffectInterface(NULL), in EffectModule()78 mStatus = EffectCreate(&desc->uuid, sessionId, thread->id(), &mEffectInterface); in EffectModule()89 ALOGV("Constructor success name %s, Interface %p", mDescriptor.name, mEffectInterface); in EffectModule()92 EffectRelease(mEffectInterface); in EffectModule()93 mEffectInterface = NULL; in EffectModule()100 if (mEffectInterface != NULL) { in ~EffectModule()103 EffectRelease(mEffectInterface); in ~EffectModule()265 if (mState == DESTROYED || mEffectInterface == NULL || in process()280 int ret = (*mEffectInterface)->process(mEffectInterface, in process()312 if (mStatus != NO_ERROR || mEffectInterface == NULL) { in reset_l()[all …]
147 effect_handle_t mEffectInterface; // Effect module C API variable