Lines Matching refs:effectIndex
112 Return<Status> Vibrator::on(uint32_t timeoutMs, uint32_t effectIndex) { in on() argument
113 mEffectIndex << effectIndex << std::endl; in on()
185 uint32_t effectIndex; in performEffect() local
189 effectIndex = WAVEFORM_TICK_EFFECT_INDEX; in performEffect()
193 effectIndex = WAVEFORM_CLICK_EFFECT_INDEX; in performEffect()
197 effectIndex = WAVEFORM_HEAVY_CLICK_EFFECT_INDEX; in performEffect()
205 effectIndex = WAVEFORM_DOUBLE_CLICK_EFFECT_INDEX; in performEffect()
251 effectIndex = WAVEFORM_RINGTONE_EFFECT_INDEX; in performEffect()
270 effectIndex -= 1; in performEffect()
275 effectIndex += 1; in performEffect()
285 on(timeMs, effectIndex); in performEffect()