Home
last modified time | relevance | path

Searched refs:vibrator_on (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/include/hardware/
Dvibrator.h55 int (*vibrator_on)(struct vibrator_device* vibradev, unsigned int timeout_ms); member
/hardware/libhardware/modules/vibrator/
Dvibrator.c173 vibradev->vibrator_on = vibra_led_on; in vibra_open()
176 vibradev->vibrator_on = vibra_on; in vibra_open()
/hardware/interfaces/vibrator/1.0/default/
DVibrator.cpp38 int32_t ret = mDevice->vibrator_on(mDevice, timeout_ms); in on()