Home
last modified time | relevance | path

Searched refs:outInputDevices (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/reader/
DInputReader.cpp494 std::vector<InputDeviceInfo> outInputDevices; in getInputDevicesLocked() local
495 outInputDevices.reserve(mDeviceToEventHubIdsMap.size()); in getInputDevicesLocked()
499 outInputDevices.push_back(device->getDeviceInfo()); in getInputDevicesLocked()
502 return outInputDevices; in getInputDevicesLocked()