Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/include/hardware_legacy/
Dvibrator.h38 int vibrator_on(int timeout_ms);
/hardware/libhardware/include/hardware/
Dvibrator.h55 int (*vibrator_on)(struct vibrator_device* vibradev, unsigned int timeout_ms); member
/hardware/libhardware_legacy/vibrator/
Dvibrator.c66 int vibrator_on(int timeout_ms) in vibrator_on() function
/hardware/libhardware/modules/vibrator/
Dvibrator.c111 vibradev->vibrator_on = vibra_on; in vibra_open()