Searched refs:outDeviceInfo (Results 1 – 2 of 2) sorted by relevance
608 void getDeviceInfo(InputDeviceInfo* outDeviceInfo);
1081 void InputDevice::getDeviceInfo(InputDeviceInfo* outDeviceInfo) { in getDeviceInfo() argument1082 outDeviceInfo->initialize(mId, mGeneration, mControllerNumber, mIdentifier, mAlias, in getDeviceInfo()1087 mapper->populateDeviceInfo(outDeviceInfo); in getDeviceInfo()