Searched refs:associatedDisplayId (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/hardware/input/ |
D | InputManagerTest.kt | 85 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/ |
D | InputDevice.cpp | 200 bool isExternal, bool hasMic, int32_t associatedDisplayId) { in initialize() argument 210 mAssociatedDisplayId = associatedDisplayId; in initialize()
|
/frameworks/native/services/inputflinger/reader/ |
D | InputReader.cpp | 916 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/ |
D | InputDevice.h | 269 bool isExternal, bool hasMic, int32_t associatedDisplayId);
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 475 int usiVersionMinor, int associatedDisplayId) { in InputDevice() argument 504 mAssociatedDisplayId = associatedDisplayId; in InputDevice()
|