Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DHidUsageAccumulator.h34 int32_t consumeCurrentHidUsage();
DHidUsageAccumulator.cpp33 int32_t HidUsageAccumulator::consumeCurrentHidUsage() { in consumeCurrentHidUsage() function in android::HidUsageAccumulator
DTouchButtonAccumulator.cpp117 if (mDeviceContext.mapKey(scanCode, mHidUsageAccumulator.consumeCurrentHidUsage(), in processMappedKey()
/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp248 scanCode, mHidUsageAccumulator.consumeCurrentHidUsage()); in process()