Home
last modified time | relevance | path

Searched refs:rel_type (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/vr/virtual_touchpad/
DEvdevInjector.cpp171 int EvdevInjector::ConfigureRel(uint16_t rel_type) { in ConfigureRel() argument
172 ALOGV("ConfigureRel 0x%" PRIX16 "", rel_type); in ConfigureRel()
173 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()
183 if (const int status = uinput_->IoctlSetInt(UI_SET_RELBIT, rel_type)) { in ConfigureRel()
184 ALOGE("failed to enable EV_REL 0x%" PRIX16 "", rel_type); in ConfigureRel()
DEvdevInjector.h93 int ConfigureRel(uint16_t rel_type);