HomeSort by relevance Sort by last modified time
    Searched refs:vibrator_on (Results 1 - 4 of 4) sorted by null

  /hardware/libhardware/include/hardware/
vibrator.h 55 int (*vibrator_on)(struct vibrator_device* vibradev, unsigned int timeout_ms); member in struct:vibrator_device
  /device/generic/goldfish/vibrator/
vibrator_qemu.c 69 vibradev->vibrator_on = qemu_vibra_on;
  /hardware/interfaces/vibrator/1.0/default/
Vibrator.cpp 38 int32_t ret = mDevice->vibrator_on(mDevice, timeout_ms);
  /hardware/libhardware/modules/vibrator/
vibrator.c 68 caller that it may try to call vibrator_on() again */
174 vibradev->vibrator_on = vibra_led_on;
177 vibradev->vibrator_on = vibra_on;

Completed in 534 milliseconds