Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h126 if (auto axisInfoIt = deviceAxes.find(axis); axisInfoIt != deviceAxes.end()) { in getAbsoluteAxisInfo() local
127 *outAxisInfo = axisInfoIt->second; in getAbsoluteAxisInfo()