Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.cpp323 auto itAxis = mAxes.find(abs); in flushSensor() local
324 if (itAxis != mAxes.end()) { in flushSensor()
325 Axis& axis = itAxis->second; in flushSensor()