Home
last modified time | relevance | path

Searched refs:effectIndex (Results 1 – 4 of 4) sorted by relevance

/device/google/crosshatch/vibrator/
DVibrator.cpp112 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()
[all …]
DVibrator.h50 Return<Status> on(uint32_t timeoutMs, uint32_t effectIndex);
/device/google/coral/vibrator/
DVibrator.cpp115 Return<Status> Vibrator::on(uint32_t timeoutMs, uint32_t effectIndex) { in on() argument
116 mHwApi->setEffectIndex(effectIndex); in on()
380 uint32_t effectIndex; in performEffect() local
411 effectIndex = WAVEFORM_TRIGGER_QUEUE_INDEX; in performEffect()
414 effectIndex = WAVEFORM_SIMPLE_EFFECT_INDEX; in performEffect()
417 on(timeMs, effectIndex); in performEffect()
DVibrator.h139 Return<Status> on(uint32_t timeoutMs, uint32_t effectIndex);