Searched defs:outDeviceInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/input/
H A DInputReader.cpp996 void InputDevice::getDeviceInfo(InputDeviceInfo* outDeviceInfo) { argument
997 outDeviceInfo->initialize(mId, mGeneration, mIdentifier, mAlias, mIsExternal);
1002 mapper->populateDeviceInfo(outDeviceInfo);

Completed in 56 milliseconds