Searched refs:ConfigureAbs (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/vr/virtual_touchpad/ |
D | EvdevInjector.cpp | 131 int EvdevInjector::ConfigureAbs(uint16_t abs_type, int32_t min, int32_t max, in ConfigureAbs() function in android::dvr::EvdevInjector 158 if (const int status = ConfigureAbs(ABS_MT_POSITION_X, x0, x1, 0, 0)) { in ConfigureMultiTouchXY() 161 if (const int status = ConfigureAbs(ABS_MT_POSITION_Y, y0, y1, 0, 0)) { in ConfigureMultiTouchXY() 168 return ConfigureAbs(ABS_MT_SLOT, 0, slots, 0, 0); in ConfigureAbsSlots()
|
D | EvdevInjector.h | 82 int ConfigureAbs(uint16_t abs_type, int32_t min, int32_t max, int32_t fuzz,
|