Home
last modified time | relevance | path

Searched refs:setInputDevices (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DLatencyTracker.h63 void setInputDevices(const std::vector<InputDeviceInfo>& inputDevices);
DLatencyTracker.cpp199 void LatencyTracker::setInputDevices(const std::vector<InputDeviceInfo>& inputDevices) { in setInputDevices() function in android::inputdispatcher::LatencyTracker
DInputDispatcher.cpp4443 mLatencyTracker.setInputDevices(args.inputDeviceInfos); in notifyInputDevicesChanged()
/frameworks/native/services/inputflinger/tests/
DLatencyTracker_test.cpp53 tracker.setInputDevices({deviceInfo}); in setDefaultInputDeviceInfo()
360 mTracker->setInputDevices({deviceInfo1, deviceInfo2}); in TEST_F()