Searched refs:effectIndex (Results 1 – 4 of 4) sorted by relevance
112 Return<Status> Vibrator::on(uint32_t timeoutMs, uint32_t effectIndex) { in on() argument113 mEffectIndex << effectIndex << std::endl; in on()185 uint32_t effectIndex; in performEffect() local189 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()[all …]
50 Return<Status> on(uint32_t timeoutMs, uint32_t effectIndex);
115 Return<Status> Vibrator::on(uint32_t timeoutMs, uint32_t effectIndex) { in on() argument116 mHwApi->setEffectIndex(effectIndex); in on()380 uint32_t effectIndex; in performEffect() local411 effectIndex = WAVEFORM_TRIGGER_QUEUE_INDEX; in performEffect()414 effectIndex = WAVEFORM_SIMPLE_EFFECT_INDEX; in performEffect()417 on(timeMs, effectIndex); in performEffect()
139 Return<Status> on(uint32_t timeoutMs, uint32_t effectIndex);