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

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

Completed in 43 milliseconds