Searched refs:abs_type (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/vr/virtual_touchpad/
H A DEvdevInjector.cpp131 int EvdevInjector::ConfigureAbs(uint16_t abs_type, int32_t min, int32_t max, argument
135 abs_type, min, max, fuzz, flat);
136 if (abs_type < 0 || abs_type >= ABS_CNT) {
137 ALOGE("EV_ABS type 0x%" PRIX16 " out of range [0,0x%X)", abs_type, ABS_CNT);
146 if (const int status = uinput_->IoctlSetInt(UI_SET_ABSBIT, abs_type)) {
147 ALOGE("failed to enable EV_ABS 0x%" PRIX16 "", abs_type);
150 uidev_.absmin[abs_type] = min;
151 uidev_.absmax[abs_type] = max;
152 uidev_.absfuzz[abs_type]
[all...]
H A DEvdevInjector.h79 // @param abs_type One of the |KEY_*| or |BTN_*| constants from
81 int ConfigureAbs(uint16_t abs_type, int32_t min, int32_t max, int32_t fuzz,

Completed in 54 milliseconds