Home
last modified time | relevance | path

Searched refs:EV_SW (Results 1 – 9 of 9) sorted by relevance

/aosp12/hardware/libhardware/tests/input/evdev/
H A DSwitchInputMapper_test.cpp94 {0, EV_SW, SW_LID, 1}, in TEST_F()
96 {2, EV_SW, SW_LID, 0}, in TEST_F()
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DSwitchInputMapper.cpp34 case EV_SW: in process()
/aosp12/hardware/libhardware/modules/input/evdev/
H A DSwitchInputMapper.cpp105 case EV_SW: in process()
H A DInputHub.cpp228 TEMP_FAILURE_RETRY(ioctl(mFd, EVIOCGBIT(EV_SW, sizeof(mSwBitmask)), mSwBitmask)); in queryProperties()
/aosp12/system/core/toolbox/
H A Dgetevent.c146 case EV_SW: in print_possible_events()
247 case EV_SW: in print_event()
/aosp12/bootable/recovery/minui/
H A Devents.cpp81 if (!test_bit(EV_KEY, ev_bits) && !test_bit(EV_REL, ev_bits) && !test_bit(EV_SW, ev_bits)) { in should_add_input_device()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dinput-event-codes.h35 #define EV_SW 0x05 macro
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1974 device->readDeviceBitMask(EVIOCGBIT(EV_SW, 0), device->swBitmask); in openDeviceLocked()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2847 process(mapper, ARBITRARY_TIME, READ_TIME, EV_SW, SW_LID, 1); in TEST_F()
2848 process(mapper, ARBITRARY_TIME, READ_TIME, EV_SW, SW_JACK_PHYSICAL_INSERT, 1); in TEST_F()
2849 process(mapper, ARBITRARY_TIME, READ_TIME, EV_SW, SW_HEADPHONE_INSERT, 0); in TEST_F()