Home
last modified time | relevance | path

Searched refs:timeMS (Results 1 – 2 of 2) sorted by relevance

/device/google/wahoo/vibrator/
DVibrator.cpp208 uint32_t timeMS; in performEffect() local
213 timeMS = mClickDuration; in performEffect()
217 timeMS = WAVEFORM_DOUBLE_CLICK_EFFECT_MS; in performEffect()
221 timeMS = mTickDuration; in performEffect()
225 timeMS = mHeavyClickDuration; in performEffect()
232 on(timeMS, true /* forceOpenLoop */, true /* isWaveform */); in performEffect()
233 _hidl_cb(status, timeMS); in performEffect()
/device/google/bonito/vibrator/
DVibrator.cpp198 uint32_t timeMS; in performEffect() local
203 timeMS = mClickDuration; in performEffect()
207 timeMS = WAVEFORM_DOUBLE_CLICK_EFFECT_MS; in performEffect()
211 timeMS = mTickDuration; in performEffect()
215 timeMS = mHeavyClickDuration; in performEffect()
222 on(timeMS, true /* isWaveform */); in performEffect()
223 _hidl_cb(status, timeMS); in performEffect()