Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/input/classifier/1.0/vts/functional/
H A DVtsHalInputClassifierV1_0TargetTest.cpp95 EXPECT_TRUE(classifier->resetDevice(ReservedInputDeviceId::BUILT_IN_KEYBOARD_ID).isOk()); in TEST_P()
/aosp12/frameworks/native/include/input/
H A DInputDevice.h324 BUILT_IN_KEYBOARD_ID = 0, enumerator
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1366 if (deviceId == ReservedInputDeviceId::BUILT_IN_KEYBOARD_ID) { in getDeviceLocked()
1490 ? ReservedInputDeviceId::BUILT_IN_KEYBOARD_ID in getEvents()