Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputDevice.h182 BUILT_IN_KEYBOARD_ID = 0, enumerator
/frameworks/native/services/inputflinger/
DEventHub.cpp774 if (deviceId == ReservedInputDeviceId::BUILT_IN_KEYBOARD_ID) { in getDeviceLocked()
847 ReservedInputDeviceId::BUILT_IN_KEYBOARD_ID : device->id; in getEvents()