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

/frameworks/base/services/input/
H A DInputReader.cpp562 void InputReader::getInputDevices(Vector<InputDeviceInfo>& outInputDevices) { argument
564 getInputDevicesLocked(outInputDevices);
567 void InputReader::getInputDevicesLocked(Vector<InputDeviceInfo>& outInputDevices) { argument
568 outInputDevices.clear();
574 outInputDevices.push();
575 device->getDeviceInfo(&outInputDevices.editTop());

Completed in 822 milliseconds