Home
last modified time | relevance | path

Searched refs:SW_CAMERA_LENS_COVER (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Devdev_switch.h69 #if defined(SW_CAMERA_LENS_COVER) || (defined(HAVE_DECL_SW_CAMERA_LENS_COVER) && HAVE_DECL_SW_CAMER…
71 static_assert((SW_CAMERA_LENS_COVER) == (0x09), "SW_CAMERA_LENS_COVER != 0x09");
74 # define SW_CAMERA_LENS_COVER 0x09
138 [SW_CAMERA_LENS_COVER] = XLAT(SW_CAMERA_LENS_COVER),
Devdev_switch.in11 SW_CAMERA_LENS_COVER 0x09
/external/autotest/client/bin/input/
Dlinux_input.py816 SW_CAMERA_LENS_COVER = 0x09 # set = lens covered variable
1289 SW_CAMERA_LENS_COVER : 'CAMERA_LENS_COVER',
/external/crosvm/devices/src/virtio/input/
Ddefaults.rs306 SW_CAMERA_LENS_COVER, in default_switch_events()
Dconstants.rs714 pub const SW_CAMERA_LENS_COVER: u16 = 0x09; constant
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h888 #define SW_CAMERA_LENS_COVER 0x09 /* set = lens covered */ macro