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

  /hardware/libhardware/include/hardware/
vibrator.h 49 * was canceled (through vibrator_off()).
63 int (*vibrator_off)(struct vibrator_device* vibradev); member in struct:vibrator_device
  /hardware/libhardware/modules/vibrator/
vibrator.c 174 vibradev->vibrator_off = vibra_led_off;
177 vibradev->vibrator_off = vibra_off;
  /device/generic/goldfish/vibrator/
vibrator_qemu.c 70 vibradev->vibrator_off = qemu_vibra_off;
  /hardware/interfaces/vibrator/1.0/default/
Vibrator.cpp 47 int32_t ret = mDevice->vibrator_off(mDevice);

Completed in 878 milliseconds