Searched refs:ConfigureAbs (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, 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);
H A DEvdevInjector.h81 int ConfigureAbs(uint16_t abs_type, int32_t min, int32_t max, int32_t fuzz,

Completed in 1499 milliseconds