HomeSort by relevance Sort by last modified time
    Searched full: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
  /frameworks/base/services/core/jni/
com_android_server_VibratorService.cpp 76 int err = gVibraDevice->vibrator_off(gVibraDevice);
78 ALOGE("The hw module failed in vibrator_off(): %s", strerror(-err));
  /device/generic/goldfish/vibrator/
vibrator_qemu.c 70 vibradev->vibrator_off = qemu_vibra_off;
  /hardware/libhardware/modules/vibrator/
vibrator.c 113 vibradev->vibrator_off = vibra_off;

Completed in 241 milliseconds