HomeSort by relevance Sort by last modified time
    Searched defs:FF_CUSTOM (Results 1 - 3 of 3) sorted by null

  /bionic/libc/kernel/uapi/linux/
input.h 209 #define FF_CUSTOM 0x5d
211 #define FF_WAVEFORM_MAX FF_CUSTOM
  /external/kernel-headers/original/uapi/linux/
input.h 390 * @custom_len: number of samples (FF_CUSTOM only)
391 * @custom_data: buffer of samples (FF_CUSTOM only)
394 * FF_SAW_DOWN, FF_CUSTOM. The exact syntax FF_CUSTOM is undefined
429 * FF_FRICTION, FF_DAMPER, FF_RUMBLE, FF_INERTIA, or FF_CUSTOM)
490 #define FF_CUSTOM 0x5d
493 #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...]

Completed in 352 milliseconds