Searched refs:EV_SW (Results 1 – 9 of 9) sorted by relevance
/aosp12/hardware/libhardware/tests/input/evdev/ |
H A D | SwitchInputMapper_test.cpp | 94 {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 D | SwitchInputMapper.cpp | 34 case EV_SW: in process()
|
/aosp12/hardware/libhardware/modules/input/evdev/ |
H A D | SwitchInputMapper.cpp | 105 case EV_SW: in process()
|
H A D | InputHub.cpp | 228 TEMP_FAILURE_RETRY(ioctl(mFd, EVIOCGBIT(EV_SW, sizeof(mSwBitmask)), mSwBitmask)); in queryProperties()
|
/aosp12/system/core/toolbox/ |
H A D | getevent.c | 146 case EV_SW: in print_possible_events() 247 case EV_SW: in print_event()
|
/aosp12/bootable/recovery/minui/ |
H A D | events.cpp | 81 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 D | input-event-codes.h | 35 #define EV_SW 0x05 macro
|
/aosp12/frameworks/native/services/inputflinger/reader/ |
H A D | EventHub.cpp | 1974 device->readDeviceBitMask(EVIOCGBIT(EV_SW, 0), device->swBitmask); in openDeviceLocked()
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputReader_test.cpp | 2847 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()
|