Home
last modified time | relevance | path

Searched refs:ABS_MT_BLOB_ID (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Devdev_abs.h251 #if defined(ABS_MT_BLOB_ID) || (defined(HAVE_DECL_ABS_MT_BLOB_ID) && HAVE_DECL_ABS_MT_BLOB_ID)
253 static_assert((ABS_MT_BLOB_ID) == (0x38), "ABS_MT_BLOB_ID != 0x38");
256 # define ABS_MT_BLOB_ID 0x38
334 [ABS_MT_BLOB_ID] = XLAT(ABS_MT_BLOB_ID),
Devdev_mtslots.h44 #if defined(ABS_MT_BLOB_ID) || (defined(HAVE_DECL_ABS_MT_BLOB_ID) && HAVE_DECL_ABS_MT_BLOB_ID)
45 XLAT(ABS_MT_BLOB_ID),
Devdev_mtslots.in10 ABS_MT_BLOB_ID
Devdev_abs.in37 ABS_MT_BLOB_ID 0x38
/external/crosvm/linux_input_sys/src/
Dlib.rs39 pub const ABS_MT_BLOB_ID: u16 = 0x38; constant
/external/autotest/client/bin/input/
Dlinux_input.py799 ABS_MT_BLOB_ID = 0x38 # Group a set of packets as a blob variable
1279 ABS_MT_BLOB_ID : 'MT_BLOB_ID',
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h890 #define ABS_MT_BLOB_ID 0x38 /* Group a set of packets as a blob */ macro
/external/crosvm/devices/src/virtio/input/
Dconstants.rs694 pub const ABS_MT_BLOB_ID: u16 = 0x38; constant