Searched refs:ReservedInputDeviceId (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/interfaces/input/classifier/1.0/vts/functional/ |
H A D | VtsHalInputClassifierV1_0TargetTest.cpp | 28 using ::android::ReservedInputDeviceId; 94 EXPECT_TRUE(classifier->resetDevice(ReservedInputDeviceId::VIRTUAL_KEYBOARD_ID).isOk()); in TEST_P() 95 EXPECT_TRUE(classifier->resetDevice(ReservedInputDeviceId::BUILT_IN_KEYBOARD_ID).isOk()); in TEST_P()
|
/aosp12/frameworks/native/include/input/ |
H A D | InputDevice.h | 320 enum ReservedInputDeviceId : int32_t { enum
|
/aosp12/frameworks/native/libs/input/ |
H A D | Input.cpp | 855 InputEvent::initialize(id, ReservedInputDeviceId::VIRTUAL_KEYBOARD_ID, AINPUT_SOURCE_UNKNOWN, in initialize() 870 InputEvent::initialize(id, ReservedInputDeviceId::VIRTUAL_KEYBOARD_ID, AINPUT_SOURCE_UNKNOWN, in initialize() 883 InputEvent::initialize(id, ReservedInputDeviceId::VIRTUAL_KEYBOARD_ID, AINPUT_SOURCE_UNKNOWN, in initialize()
|
/aosp12/frameworks/native/services/inputflinger/reader/ |
H A D | EventHub.cpp | 1366 if (deviceId == ReservedInputDeviceId::BUILT_IN_KEYBOARD_ID) { in getDeviceLocked() 1490 ? ReservedInputDeviceId::BUILT_IN_KEYBOARD_ID in getEvents() 1751 if (mDevices.find(ReservedInputDeviceId::VIRTUAL_KEYBOARD_ID) == mDevices.end()) { in scanDevicesLocked() 2247 std::make_unique<Device>(-1, ReservedInputDeviceId::VIRTUAL_KEYBOARD_ID, "<virtual>", in createVirtualKeyboardLocked()
|