Searched defs:SendAbs (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/vr/virtual_touchpad/
H A DEvdevInjector.cpp235 int EvdevInjector::SendAbs(uint16_t code, int32_t value) { function in class:android::dvr::EvdevInjector
241 if (const int status = SendAbs(ABS_MT_SLOT, slot)) {
254 if (const int status = SendAbs(ABS_MT_TRACKING_ID, id)) {
257 if (const int status = SendAbs(ABS_MT_POSITION_X, x)) {
260 if (const int status = SendAbs(ABS_MT_POSITION_Y, y)) {
270 if (const int status = SendAbs(ABS_MT_TRACKING_ID, -1)) {

Completed in 37 milliseconds