Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp449 InputDeviceInfo outDeviceInfo; in getDeviceInfo() local
450 outDeviceInfo.initialize(mId, mGeneration, mControllerNumber, mIdentifier, mAlias, mIsExternal, in getDeviceInfo()
454 outDeviceInfo.setKeyboardType(static_cast<int32_t>(mKeyboardType)); in getDeviceInfo()
457 [&outDeviceInfo](InputMapper& mapper) { mapper.populateDeviceInfo(outDeviceInfo); }); in getDeviceInfo()
460 mController->populateDeviceInfo(&outDeviceInfo); in getDeviceInfo()
462 return outDeviceInfo; in getDeviceInfo()