Searched refs:outDeviceInfo (Results 1 – 1 of 1) sorted by relevance
420 InputDeviceInfo outDeviceInfo; in getDeviceInfo() local421 outDeviceInfo.initialize(mId, mGeneration, mControllerNumber, mIdentifier, mAlias, mIsExternal, in getDeviceInfo()424 [&outDeviceInfo](InputMapper& mapper) { mapper.populateDeviceInfo(&outDeviceInfo); }); in getDeviceInfo()427 mController->populateDeviceInfo(&outDeviceInfo); in getDeviceInfo()429 return outDeviceInfo; in getDeviceInfo()