OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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;
/frameworks/base/services/core/jni/
com_android_server_VibratorService.cpp
64
int err = gVibraDevice->
vibrator_on
(gVibraDevice, timeout_ms);
66
ALOGE("The hw module failed in
vibrator_on
: %s", strerror(-err));
/hardware/libhardware/modules/vibrator/
vibrator.c
112
vibradev->
vibrator_on
= vibra_on;
Completed in 180 milliseconds