Lines Matching refs:ConsumeIntegral
44 {/*sequenceNum=*/fdp.ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
45 /*eventTime=*/fdp.ConsumeIntegral<nsecs_t>()}); in LLVMFuzzerTestOneInput()
54 mClassifier->notifyKey({/*sequenceNum=*/fdp.ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
56 /*deviceId=*/fdp.ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
58 /*policyFlags=*/fdp.ConsumeIntegral<uint32_t>(), in LLVMFuzzerTestOneInput()
60 /*flags=*/fdp.ConsumeIntegral<int32_t>(), AKEYCODE_HOME, in LLVMFuzzerTestOneInput()
61 /*scanCode=*/fdp.ConsumeIntegral<int32_t>(), AMETA_NONE, in LLVMFuzzerTestOneInput()
62 /*downTime=*/fdp.ConsumeIntegral<nsecs_t>()}); in LLVMFuzzerTestOneInput()
71 mClassifier->notifySwitch({/*sequenceNum=*/fdp.ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
72 /*eventTime=*/fdp.ConsumeIntegral<nsecs_t>(), in LLVMFuzzerTestOneInput()
73 /*policyFlags=*/fdp.ConsumeIntegral<uint32_t>(), in LLVMFuzzerTestOneInput()
74 /*switchValues=*/fdp.ConsumeIntegral<uint32_t>(), in LLVMFuzzerTestOneInput()
75 /*switchMask=*/fdp.ConsumeIntegral<uint32_t>()}); in LLVMFuzzerTestOneInput()
79 mClassifier->notifyDeviceReset({/*sequenceNum=*/fdp.ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
80 /*eventTime=*/fdp.ConsumeIntegral<nsecs_t>(), in LLVMFuzzerTestOneInput()
81 /*deviceId=*/fdp.ConsumeIntegral<int32_t>()}); in LLVMFuzzerTestOneInput()