HomeSort by relevance Sort by last modified time
    Searched refs:ConfigureAbs (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/vr/virtual_touchpad/
EvdevInjector.cpp 131 int EvdevInjector::ConfigureAbs(uint16_t abs_type, int32_t min, int32_t max,
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);
EvdevInjector.h 81 int ConfigureAbs(uint16_t abs_type, int32_t min, int32_t max, int32_t fuzz,

Completed in 33 milliseconds