Home
last modified time | relevance | path

Searched refs:GAMEPAD (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp30 static_assert(static_cast<common::Source>(AINPUT_SOURCE_GAMEPAD) == common::Source::GAMEPAD, in getSource()
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp192 if (classes.test(InputDeviceClass::GAMEPAD)) { in addEventHubDevice()
DEventHub.cpp2189 device->classes |= InputDeviceClass::GAMEPAD; in openDeviceLocked()
2223 device->classes.test(InputDeviceClass::GAMEPAD)) { in openDeviceLocked()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h109 GAMEPAD = 0x00000040, enumerator