Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.h852 static Parameters::DeviceType computeDeviceType(const InputDeviceContext& deviceContext);
H A DTouchInputMapper.cpp399 parameters.deviceType = computeDeviceType(deviceContext); in computeParameters()
460 TouchInputMapper::Parameters::DeviceType TouchInputMapper::computeDeviceType( in computeDeviceType() function in android::TouchInputMapper