Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h608 void getDeviceInfo(InputDeviceInfo* outDeviceInfo);
DInputReader.cpp1081 void InputDevice::getDeviceInfo(InputDeviceInfo* outDeviceInfo) { in getDeviceInfo() argument
1082 outDeviceInfo->initialize(mId, mGeneration, mControllerNumber, mIdentifier, mAlias, in getDeviceInfo()
1087 mapper->populateDeviceInfo(outDeviceInfo); in getDeviceInfo()