Lines Matching refs:mapper
71 MultiTouchInputMapper& mapper = in LLVMFuzzerTestOneInput() local
85 mapper.dump(dump); in LLVMFuzzerTestOneInput()
89 mapper.populateDeviceInfo(info); in LLVMFuzzerTestOneInput()
91 [&]() -> void { mapper.getSources(); }, in LLVMFuzzerTestOneInput()
94 mapper.reconfigure(fdp->ConsumeIntegral<nsecs_t>(), policyConfig, in LLVMFuzzerTestOneInput()
99 std::list<NotifyArgs> unused = mapper.reset(fdp->ConsumeIntegral<nsecs_t>()); in LLVMFuzzerTestOneInput()
103 std::list<NotifyArgs> unused = mapper.process(rawEvent); in LLVMFuzzerTestOneInput()
106 mapper.getKeyCodeState(fdp->ConsumeIntegral<uint32_t>(), in LLVMFuzzerTestOneInput()
110 mapper.getScanCodeState(fdp->ConsumeIntegral<uint32_t>(), in LLVMFuzzerTestOneInput()
119 mapper.markSupportedKeyCodes(fdp->ConsumeIntegral<uint32_t>(), keyCodes, in LLVMFuzzerTestOneInput()
124 mapper.cancelTouch(fdp->ConsumeIntegral<nsecs_t>(), in LLVMFuzzerTestOneInput()
129 mapper.timeoutExpired(fdp->ConsumeIntegral<nsecs_t>()); in LLVMFuzzerTestOneInput()
135 std::list<NotifyArgs> unused = mapper.updateExternalStylusState(state); in LLVMFuzzerTestOneInput()
137 [&]() -> void { mapper.getAssociatedDisplayId(); }, in LLVMFuzzerTestOneInput()