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

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

Completed in 32 milliseconds