Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DJoystickInputMapper.h98 void pruneAxes(bool ignoreExplicitlyMappedAxes);
H A DJoystickInputMapper.cpp219 void JoystickInputMapper::pruneAxes(bool ignoreExplicitlyMappedAxes) { in pruneAxes() argument
222 if (ignoreExplicitlyMappedAxes && it->second.explicitlyMapped) { in pruneAxes()