Lines Matching refs:mActiveId
716 if (mActiveId >= 0) { in off()
717 ALOGD("Off: Stop the active effect: %d", mActiveId); in off()
719 if (!mHwApiDef->setFFPlay(mInputFd, mActiveId, false)) { in off()
720 ALOGE("Off: Failed to stop effect %d (%d): %s", mActiveId, errno, strerror(errno)); in off()
723 if (mIsDual && (!mHwApiDual->setFFPlay(mInputFdDual, mActiveId, false))) { in off()
724 ALOGE("Off: Failed to stop flip's effect %d (%d): %s", mActiveId, errno, in off()
747 mActiveId = -1; in off()
967 ALOGE("Previous vibration pending: prev: %d, curr: %d", mActiveId, effectIndex); in on()
1048 mActiveId = effectIndex; in on()
1054 mActiveId = -1; in on()
1060 mActiveId = -1; in on()
1696 if (mActiveId >= WAVEFORM_MAX_PHYSICAL_INDEX) { in waitForComplete()
1697 if (!mHwApiDef->eraseOwtEffect(mInputFd, mActiveId, &mFfEffects)) { in waitForComplete()
1698 ALOGE("Failed to clean up the composed effect %d", mActiveId); in waitForComplete()
1701 (!mHwApiDual->eraseOwtEffect(mInputFdDual, mActiveId, &mFfEffectsDual))) { in waitForComplete()
1702 ALOGE("Failed to clean up flip's composed effect %d", mActiveId); in waitForComplete()
1707 mActiveId = -1; in waitForComplete()