Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h844 static Parameters::DeviceType computeDeviceType(const InputDeviceContext& deviceContext);
DTouchInputMapper.cpp388 parameters.deviceType = computeDeviceType(deviceContext); in computeParameters()
449 TouchInputMapper::Parameters::DeviceType TouchInputMapper::computeDeviceType( in computeDeviceType() function in android::TouchInputMapper