Lines Matching refs:mapper
53 KeyboardInputMapper& mapper = in LLVMFuzzerTestOneInput() local
64 mapper.dump(dump); in LLVMFuzzerTestOneInput()
68 mapper.populateDeviceInfo(info); in LLVMFuzzerTestOneInput()
70 [&]() -> void { mapper.getSources(); }, in LLVMFuzzerTestOneInput()
73 mapper.reconfigure(fdp->ConsumeIntegral<nsecs_t>(), /*readerConfig=*/{}, in LLVMFuzzerTestOneInput()
78 std::list<NotifyArgs> unused = mapper.reset(fdp->ConsumeIntegral<nsecs_t>()); in LLVMFuzzerTestOneInput()
82 std::list<NotifyArgs> unused = mapper.process(rawEvent); in LLVMFuzzerTestOneInput()
85 mapper.getKeyCodeState(fdp->ConsumeIntegral<uint32_t>(), in LLVMFuzzerTestOneInput()
89 mapper.getScanCodeState(fdp->ConsumeIntegral<uint32_t>(), in LLVMFuzzerTestOneInput()
98 mapper.markSupportedKeyCodes(fdp->ConsumeIntegral<uint32_t>(), keyCodes, in LLVMFuzzerTestOneInput()
101 [&]() -> void { mapper.getMetaState(); }, in LLVMFuzzerTestOneInput()
102 [&]() -> void { mapper.updateMetaState(fdp->ConsumeIntegral<int32_t>()); }, in LLVMFuzzerTestOneInput()
103 [&]() -> void { mapper.getAssociatedDisplayId(); }, in LLVMFuzzerTestOneInput()