Home
last modified time | relevance | path

Searched refs:inputDeviceInfos (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/inputflinger/
DInputFilter.cpp58 mDeviceInfos.reserve(args.inputDeviceInfos.size()); in notifyInputDevicesChanged()
59 for (auto info : args.inputDeviceInfos) { in notifyInputDevicesChanged()
DNotifyArgs.cpp36 : id(id), inputDeviceInfos(std::move(infos)) {} in NotifyInputDevicesChangedArgs()
DInputDeviceMetricsCollector.cpp131 onInputDevicesChanged(args.inputDeviceInfos); in notifyInputDevicesChanged()
DUnwantedInteractionBlocker.cpp433 onInputDevicesChanged(args.inputDeviceInfos); in notifyInputDevicesChanged()
DPointerChoreographer.cpp160 mInputDeviceInfos = args.inputDeviceInfos; in notifyInputDevicesChanged()
/frameworks/native/services/inputflinger/include/
DNotifyArgs.h30 std::vector<InputDeviceInfo> inputDeviceInfos; member
/frameworks/native/services/inputflinger/tests/
DUnwantedInteractionBlocker_test.cpp595 deviceChangedArgs.inputDeviceInfos[0].addSource(AINPUT_SOURCE_STYLUS); in TEST_F()
625 deviceChangedArgs.inputDeviceInfos[0].addSource(AINPUT_SOURCE_STYLUS); in TEST_F()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp4443 mLatencyTracker.setInputDevices(args.inputDeviceInfos); in notifyInputDevicesChanged()