Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp375 void InputDevice::getDeviceInfo(InputDeviceInfo* outDeviceInfo) { in getDeviceInfo() argument
376 outDeviceInfo->initialize(mId, mGeneration, mControllerNumber, mIdentifier, mAlias, mIsExternal, in getDeviceInfo()
379 [outDeviceInfo](InputMapper& mapper) { mapper.populateDeviceInfo(outDeviceInfo); }); in getDeviceInfo()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h78 void getDeviceInfo(InputDeviceInfo* outDeviceInfo);