OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
/device/generic/goldfish/vibrator/
vibrator_qemu.c
70
vibradev->
vibrator_off
= qemu_vibra_off;
/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));
/hardware/libhardware/modules/vibrator/
vibrator.c
113
vibradev->
vibrator_off
= vibra_off;
Completed in 3276 milliseconds