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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp632 void InputReader::getInputDevices(Vector<InputDeviceInfo>& outInputDevices) { argument
634 getInputDevicesLocked(outInputDevices);
637 void InputReader::getInputDevicesLocked(Vector<InputDeviceInfo>& outInputDevices) { argument
638 outInputDevices.clear();
644 outInputDevices.push();
645 device->getDeviceInfo(&outInputDevices.editTop());

Completed in 217 milliseconds