Searched refs:outDeviceInfo (Results 1 – 1 of 1) sorted by relevance
449 InputDeviceInfo outDeviceInfo; in getDeviceInfo() local450 outDeviceInfo.initialize(mId, mGeneration, mControllerNumber, mIdentifier, mAlias, mIsExternal, in getDeviceInfo()454 outDeviceInfo.setKeyboardType(static_cast<int32_t>(mKeyboardType)); in getDeviceInfo()457 [&outDeviceInfo](InputMapper& mapper) { mapper.populateDeviceInfo(outDeviceInfo); }); in getDeviceInfo()460 mController->populateDeviceInfo(&outDeviceInfo); in getDeviceInfo()462 return outDeviceInfo; in getDeviceInfo()