Searched refs:mFfEffects (Results 1 – 2 of 2) sorted by relevance
485 mFfEffects.resize(WAVEFORM_MAX_INDEX);498 mFfEffects[effectIndex] = {514 mInputFd, &mFfEffects[effectIndex],519 if (mFfEffects[effectIndex].id != effectIndex) {520 ALOGW("Unexpected effect index: %d -> %d", effectIndex, mFfEffects[effectIndex].id);528 mFfEffects[effectIndex] = {949 mFfEffects[WAVEFORM_COMPOSE].replay.length = 0; in compose()1001 mFfEffects[effectIndex].trigger.button = GPIO_TRIGGER_CONFIG | effectIndex; in on()1007 if (!mHwApiDef->uploadOwtEffect(mInputFd, ch->front(), ch->size(), &mFfEffects[effectIndex], in on()1022 mFfEffects[effectIndex].replay.length = static_cast<uint16_t>(timeoutMs); in on()[all …]
218 std::vector<ff_effect> mFfEffects; variable