Lines Matching refs:ConsumeIntegral
94 mapper.reconfigure(fdp->ConsumeIntegral<nsecs_t>(), policyConfig, in LLVMFuzzerTestOneInput()
96 fdp->ConsumeIntegral<uint32_t>())); in LLVMFuzzerTestOneInput()
99 std::list<NotifyArgs> unused = mapper.reset(fdp->ConsumeIntegral<nsecs_t>()); in LLVMFuzzerTestOneInput()
106 mapper.getKeyCodeState(fdp->ConsumeIntegral<uint32_t>(), in LLVMFuzzerTestOneInput()
107 fdp->ConsumeIntegral<int32_t>()); in LLVMFuzzerTestOneInput()
110 mapper.getScanCodeState(fdp->ConsumeIntegral<uint32_t>(), in LLVMFuzzerTestOneInput()
111 fdp->ConsumeIntegral<int32_t>()); in LLVMFuzzerTestOneInput()
117 keyCodes.push_back(fdp->ConsumeIntegral<int32_t>()); in LLVMFuzzerTestOneInput()
119 mapper.markSupportedKeyCodes(fdp->ConsumeIntegral<uint32_t>(), keyCodes, in LLVMFuzzerTestOneInput()
124 mapper.cancelTouch(fdp->ConsumeIntegral<nsecs_t>(), in LLVMFuzzerTestOneInput()
125 fdp->ConsumeIntegral<nsecs_t>()); in LLVMFuzzerTestOneInput()
129 mapper.timeoutExpired(fdp->ConsumeIntegral<nsecs_t>()); in LLVMFuzzerTestOneInput()
132 StylusState state{fdp->ConsumeIntegral<nsecs_t>(), in LLVMFuzzerTestOneInput()
134 fdp->ConsumeIntegral<uint32_t>(), getFuzzedToolType(*fdp)}; in LLVMFuzzerTestOneInput()