Searched refs:IsPointerDevice (Results 1 – 12 of 12) sorted by relevance
74 bool IsPointerDevice(struct libinput_device* device) const;106 bool IsPointerDevice(std::shared_ptr<InputDevice> inputDevice) const;
226 device->IsPointerDevice() ? "True" : "False", device->IsKeyboard() ? "True" : "False"); in DispDeviceInfo()248 device->GetPhys() << device->GetUniq() << device->IsPointerDevice() << device->IsKeyboard() << in SerializeDevice()273 if (device->IsPointerDevice()) { in Transform()
75 return (dev->IsPointerDevice() && !dev->IsRemote()); in HasLocalPointerDevice()
458 if (IsPointerDevice(inputDevice)) { in OnInputDeviceAdded()461 if (IsPointerDevice(inputDevice) && !HasPointerDevice() && in OnInputDeviceAdded()474 info.isPointerDevice = IsPointerDevice(inputDevice); in MakeDeviceInfo()505 if (IsPointerDevice(inputDevice) && !HasPointerDevice() && in OnInputDeviceRemoved()538 bool InputDeviceManager::IsPointerDevice(struct libinput_device *device) const in IsPointerDevice() function in OHOS::MMI::InputDeviceManager875 bool InputDeviceManager::IsPointerDevice(std::shared_ptr<InputDevice> inputDevice) const in IsPointerDevice() function in OHOS::MMI::InputDeviceManager
92 bool IsPointerDevice() const override;275 inline bool Device::IsPointerDevice() const in IsPointerDevice() function
80 virtual bool IsPointerDevice() const = 0;
255 dev->IsPointerDevice() ? "True" : "False", dev->IsKeyboard() ? "True" : "False"); in OnDeviceAdded()414 return (dev->IsPointerDevice() && !dev->IsRemote()); in HasLocalPointerDevice()
135 if (INPUT_DEV_MGR->IsKeyboardDevice(device) || INPUT_DEV_MGR->IsPointerDevice(device)) { in ResetKeyEvent()