Searched defs:outInputDevices (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp627 void InputReader::getInputDevices(Vector<InputDeviceInfo>& outInputDevices) { argument
629 getInputDevicesLocked(outInputDevices);
632 void InputReader::getInputDevicesLocked(Vector<InputDeviceInfo>& outInputDevices) { argument
633 outInputDevices.clear();
639 outInputDevices.push();
640 device->getDeviceInfo(&outInputDevices.editTop());

Completed in 943 milliseconds