Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h504 void getInputDevicesLocked(Vector<InputDeviceInfo>& outInputDevices);
DInputReader.cpp302 getInputDevicesLocked(inputDevices); in loopOnce()
575 getInputDevicesLocked(outInputDevices); in getInputDevices()
578 void InputReader::getInputDevicesLocked(Vector<InputDeviceInfo>& outInputDevices) { in getInputDevicesLocked() function in android::InputReader