Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp500 std::vector<InputDeviceInfo> outInputDevices; in getInputDevicesLocked() local
501 outInputDevices.reserve(mDeviceToEventHubIdsMap.size()); in getInputDevicesLocked()
505 outInputDevices.push_back(device->getDeviceInfo()); in getInputDevicesLocked()
508 return outInputDevices; in getInputDevicesLocked()