OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vibrator_device_t
(Results
1 - 4
of
4
) sorted by null
/hardware/libhardware/include/hardware/
vibrator.h
64
}
vibrator_device_t
;
typedef in typeref:struct:vibrator_device
66
static inline int vibrator_open(const struct hw_module_t* module,
vibrator_device_t
** device)
/device/generic/goldfish/vibrator/
vibrator_qemu.c
39
static int qemu_vibra_on(
vibrator_device_t
* vibradev __unused, unsigned int timeout_ms)
44
static int qemu_vibra_off(
vibrator_device_t
* vibradev __unused)
57
vibrator_device_t
*vibradev = calloc(1, sizeof(
vibrator_device_t
));
/hardware/libhardware/modules/vibrator/
vibrator.c
76
static int vibra_on(
vibrator_device_t
* vibradev __unused, unsigned int timeout_ms)
82
static int vibra_off(
vibrator_device_t
* vibradev __unused)
100
vibrator_device_t
*vibradev = calloc(1, sizeof(
vibrator_device_t
));
/frameworks/base/services/core/jni/
com_android_server_VibratorService.cpp
33
static
vibrator_device_t
*gVibraDevice = NULL;
Completed in 1027 milliseconds