Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp450 const auto& mtSlotValuesIterator = device->mtSlotValues.find(axis); in getMtSlotValues() local
451 if (mtSlotValuesIterator == device->mtSlotValues.end()) { in getMtSlotValues()
454 const auto& mtSlotValues = mtSlotValuesIterator->second; in getMtSlotValues()