Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/hardware/input/
DInputManagerTest.kt85 associatedDisplayId: Int, in notifyDeviceChanged()
93 .thenReturn(createInputDevice(deviceId, associatedDisplayId, usiVersion, generation)) in notifyDeviceChanged()
102 associatedDisplayId: Int, in addInputDevice()
106 notifyDeviceChanged(deviceId, associatedDisplayId, usiVersion) in addInputDevice()
134 associatedDisplayId: Int, in createInputDevice()
142 .setAssociatedDisplayId(associatedDisplayId) in createInputDevice()
/frameworks/native/libs/input/
DInputDevice.cpp200 bool isExternal, bool hasMic, int32_t associatedDisplayId) { in initialize() argument
210 mAssociatedDisplayId = associatedDisplayId; in initialize()
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp916 std::optional<int32_t> associatedDisplayId = device->getAssociatedDisplayId(); in canDispatchToDisplay() local
918 if (!associatedDisplayId || in canDispatchToDisplay()
919 *associatedDisplayId == ADISPLAY_ID_NONE) { in canDispatchToDisplay()
923 return *associatedDisplayId == displayId; in canDispatchToDisplay()
/frameworks/native/include/input/
DInputDevice.h269 bool isExternal, bool hasMic, int32_t associatedDisplayId);
/frameworks/base/core/java/android/view/
DInputDevice.java475 int usiVersionMinor, int associatedDisplayId) { in InputDevice() argument
504 mAssociatedDisplayId = associatedDisplayId; in InputDevice()