Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp231 void InputDevice::getDeviceInfo(InputDeviceInfo* outDeviceInfo) { in getDeviceInfo() argument
232 outDeviceInfo->initialize(mId, mGeneration, mControllerNumber, mIdentifier, mAlias, mIsExternal, in getDeviceInfo()
235 mapper->populateDeviceInfo(outDeviceInfo); in getDeviceInfo()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h75 void getDeviceInfo(InputDeviceInfo* outDeviceInfo);