Searched refs:outDeviceInfo (Results 1 – 2 of 2) sorted by relevance
375 void InputDevice::getDeviceInfo(InputDeviceInfo* outDeviceInfo) { in getDeviceInfo() argument376 outDeviceInfo->initialize(mId, mGeneration, mControllerNumber, mIdentifier, mAlias, mIsExternal, in getDeviceInfo()379 [outDeviceInfo](InputMapper& mapper) { mapper.populateDeviceInfo(outDeviceInfo); }); in getDeviceInfo()
78 void getDeviceInfo(InputDeviceInfo* outDeviceInfo);