Home
last modified time | relevance | path

Searched refs:EnableEventType (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/vr/virtual_touchpad/
DEvdevInjector.cpp121 if (const int status = EnableEventType(EV_KEY)) { in ConfigureKey()
143 if (const int status = EnableEventType(EV_ABS)) { in ConfigureAbs()
180 if (const int status = EnableEventType(EV_REL)) { in ConfigureRel()
318 int EvdevInjector::EnableEventType(uint16_t type) { in EnableEventType() function in android::dvr::EvdevInjector
DEvdevInjector.h129 int EnableEventType(uint16_t type);