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;
/hardware/interfaces/vibrator/1.0/default/
Vibrator.cpp
47
int32_t ret = mDevice->
vibrator_off
(mDevice);
/hardware/libhardware/modules/vibrator/
vibrator.c
175
vibradev->
vibrator_off
= vibra_led_off;
178
vibradev->
vibrator_off
= vibra_off;
Completed in 480 milliseconds