Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp420 InputDeviceInfo outDeviceInfo; in getDeviceInfo() local
421 outDeviceInfo.initialize(mId, mGeneration, mControllerNumber, mIdentifier, mAlias, mIsExternal, in getDeviceInfo()
424 [&outDeviceInfo](InputMapper& mapper) { mapper.populateDeviceInfo(&outDeviceInfo); }); in getDeviceInfo()
427 mController->populateDeviceInfo(&outDeviceInfo); in getDeviceInfo()
429 return outDeviceInfo; in getDeviceInfo()