Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DInputReader.cpp536 std::vector<InputDeviceInfo> outInputDevices; in getInputDevicesLocked() local
537 outInputDevices.reserve(mDeviceToEventHubIdsMap.size()); in getInputDevicesLocked()
541 outInputDevices.push_back(device->getDeviceInfo()); in getInputDevicesLocked()
544 return outInputDevices; in getInputDevicesLocked()