Home
last modified time | relevance | path

Searched refs:REL_CNT (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/vr/virtual_touchpad/
H A DEvdevInjector.cpp173 if (rel_type < 0 || rel_type >= REL_CNT) { in ConfigureRel()
174 ALOGE("EV_REL type 0x%" PRIX16 " out of range [0,0x%X)", rel_type, REL_CNT); in ConfigureRel()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dinput-event-codes.h679 #define REL_CNT (REL_MAX + 1) macro
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHub.cpp130 uint8_t mRelBitmask[REL_CNT / 8];