HomeSort by relevance Sort by last modified time
    Searched refs:mEffectInterface (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
Effects.cpp 95 &desc->uuid, sessionId, thread->id(), &mEffectInterface);
109 ALOGV("Constructor success name %s, Interface %p", mDescriptor.name, mEffectInterface.get());
113 mEffectInterface.clear();
120 if (mEffectInterface != 0) {
204 mEffectInterface->close();
292 if (mState == DESTROYED || mEffectInterface == 0 || mInBuffer == 0 || mOutBuffer == 0) {
422 ret = mEffectInterface->process();
486 if (mStatus != NO_ERROR || mEffectInterface == 0) {
489 mEffectInterface->command(EFFECT_CMD_RESET, 0, NULL, 0, NULL);
500 if (mEffectInterface == 0)
    [all...]
Effects.h 158 sp<EffectHalInterface> mEffectInterface; // Effect module HAL

Completed in 83 milliseconds