Home
last modified time | relevance | path

Searched refs:getInputDevicesLocked (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputReader.h222 void getInputDevicesLocked(std::vector<InputDeviceInfo>& outInputDevices);
DInputReader.cpp331 getInputDevicesLocked(inputDevices); in loopOnce()
649 getInputDevicesLocked(outInputDevices); in getInputDevices()
652 void InputReader::getInputDevicesLocked(std::vector<InputDeviceInfo>& outInputDevices) { in getInputDevicesLocked() function in android::InputReader