Searched defs:ConfigureAbs (Results 1 - 1 of 1) 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, function in class:android::dvr::EvdevInjector
133 ALOGV("ConfigureAbs 0x%" PRIX16 " %" PRId32 " %" PRId32 " %" PRId32
158 if (const int status = ConfigureAbs(ABS_MT_POSITION_X, x0, x1, 0, 0)) {
161 if (const int status = ConfigureAbs(ABS_MT_POSITION_Y, y0, y1, 0, 0)) {
168 return ConfigureAbs(ABS_MT_SLOT, 0, slots, 0, 0);

Completed in 22 milliseconds