Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dvibrator.h63 int (*vibrator_off)(struct vibrator_device* vibradev); member
/hardware/libhardware/modules/vibrator/
Dvibrator.c174 vibradev->vibrator_off = vibra_led_off; in vibra_open()
177 vibradev->vibrator_off = vibra_off; in vibra_open()
/hardware/interfaces/vibrator/1.0/default/
DVibrator.cpp47 int32_t ret = mDevice->vibrator_off(mDevice); in off()