Searched refs:inputDeviceInfos (Results 1 – 8 of 8) sorted by relevance
58 mDeviceInfos.reserve(args.inputDeviceInfos.size()); in notifyInputDevicesChanged()59 for (auto info : args.inputDeviceInfos) { in notifyInputDevicesChanged()
36 : id(id), inputDeviceInfos(std::move(infos)) {} in NotifyInputDevicesChangedArgs()
131 onInputDevicesChanged(args.inputDeviceInfos); in notifyInputDevicesChanged()
433 onInputDevicesChanged(args.inputDeviceInfos); in notifyInputDevicesChanged()
160 mInputDeviceInfos = args.inputDeviceInfos; in notifyInputDevicesChanged()
30 std::vector<InputDeviceInfo> inputDeviceInfos; member
595 deviceChangedArgs.inputDeviceInfos[0].addSource(AINPUT_SOURCE_STYLUS); in TEST_F()625 deviceChangedArgs.inputDeviceInfos[0].addSource(AINPUT_SOURCE_STYLUS); in TEST_F()
4443 mLatencyTracker.setInputDevices(args.inputDeviceInfos); in notifyInputDevicesChanged()