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

  /frameworks/native/services/vr/virtual_touchpad/
EvdevInjector.cpp 121 if (const int status = EnableEventType(EV_KEY)) {
143 if (const int status = EnableEventType(EV_ABS)) {
180 if (const int status = EnableEventType(EV_REL)) {
318 int EvdevInjector::EnableEventType(uint16_t type) {
EvdevInjector.h 129 int EnableEventType(uint16_t type);

Completed in 2940 milliseconds