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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp640 void InputReader::getInputDevices(Vector<InputDeviceInfo>& outInputDevices) { argument
642 getInputDevicesLocked(outInputDevices);
645 void InputReader::getInputDevicesLocked(Vector<InputDeviceInfo>& outInputDevices) { argument
646 outInputDevices.clear();
652 outInputDevices.push();
653 device->getDeviceInfo(&outInputDevices.editTop());

Completed in 124 milliseconds