Home
last modified time | relevance | path

Searched refs:DPAD (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/data/keyboards/
DVendor_054c_Product_0268.kl43 # DPAD
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp28 static_assert(static_cast<common::Source>(AINPUT_SOURCE_DPAD) == common::Source::DPAD, in getSource()
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp189 if (classes.test(InputDeviceClass::DPAD)) { in addEventHubDevice()
DEventHub.cpp2183 device->classes |= InputDeviceClass::DPAD; in openDeviceLocked()
2222 if (device->classes.any(InputDeviceClass::JOYSTICK | InputDeviceClass::DPAD) && in openDeviceLocked()
2333 InputDeviceClass::DPAD | InputDeviceClass::VIRTUAL; in createVirtualKeyboardLocked()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h106 DPAD = 0x00000020, enumerator