OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FF_CUSTOM
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/uapi/linux/
input.h
195
#define
FF_CUSTOM
0x5d
197
#define FF_WAVEFORM_MAX
FF_CUSTOM
/external/kernel-headers/original/uapi/linux/
input.h
374
* @custom_len: number of samples (
FF_CUSTOM
only)
375
* @custom_data: buffer of samples (
FF_CUSTOM
only)
378
* FF_SAW_DOWN,
FF_CUSTOM
. The exact syntax
FF_CUSTOM
is undefined
413
* FF_FRICTION, FF_DAMPER, FF_RUMBLE, FF_INERTIA, or
FF_CUSTOM
)
474
#define
FF_CUSTOM
0x5d
477
#define FF_WAVEFORM_MAX
FF_CUSTOM
/external/autotest/client/bin/input/
linux_input.py
986
* @custom_len: number of samples (
FF_CUSTOM
only)
987
* @custom_data: buffer of samples (
FF_CUSTOM
only)
990
* FF_SAW_DOWN,
FF_CUSTOM
. The exact syntax
FF_CUSTOM
is undefined
1025
* FF_FRICTION, FF_DAMPER, FF_RUMBLE, FF_INERTIA, or
FF_CUSTOM
)
1080
FF_CUSTOM
= 0x5d
1083
FF_WAVEFORM_MAX =
FF_CUSTOM
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
input.h
1005
* @custom_len: number of samples (
FF_CUSTOM
only)
1006
* @custom_data: buffer of samples (
FF_CUSTOM
only)
1009
* FF_SAW_DOWN,
FF_CUSTOM
. The exact syntax
FF_CUSTOM
is undefined
1044
* FF_FRICTION, FF_DAMPER, FF_RUMBLE, FF_INERTIA, or
FF_CUSTOM
)
1105
#define
FF_CUSTOM
0x5d
1108
#define FF_WAVEFORM_MAX
FF_CUSTOM
Completed in 222 milliseconds