Lines Matching refs:ConsumeIntegral
189 element.addChannel(/*vibratorId=*/fdp->ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
190 /*amplitude=*/fdp->ConsumeIntegral<uint8_t>()); in LLVMFuzzerTestOneInput()
193 reader->vibrate(fdp->ConsumeIntegral<int32_t>(), pattern, in LLVMFuzzerTestOneInput()
194 /*repeat=*/fdp->ConsumeIntegral<ssize_t>(), in LLVMFuzzerTestOneInput()
195 /*token=*/fdp->ConsumeIntegral<int32_t>()); in LLVMFuzzerTestOneInput()
208 reader->getScanCodeState(fdp->ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
209 fdp->ConsumeIntegral<uint32_t>(), in LLVMFuzzerTestOneInput()
210 fdp->ConsumeIntegral<int32_t>()); in LLVMFuzzerTestOneInput()
213 reader->getKeyCodeState(fdp->ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
214 fdp->ConsumeIntegral<uint32_t>(), in LLVMFuzzerTestOneInput()
215 fdp->ConsumeIntegral<int32_t>()); in LLVMFuzzerTestOneInput()
218 reader->getSwitchState(fdp->ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
219 fdp->ConsumeIntegral<uint32_t>(), in LLVMFuzzerTestOneInput()
220 fdp->ConsumeIntegral<int32_t>()); in LLVMFuzzerTestOneInput()
222 [&]() -> void { reader->toggleCapsLockState(fdp->ConsumeIntegral<int32_t>()); }, in LLVMFuzzerTestOneInput()
228 keyCodes.push_back(fdp->ConsumeIntegral<int32_t>()); in LLVMFuzzerTestOneInput()
230 reader->hasKeys(fdp->ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
231 fdp->ConsumeIntegral<uint32_t>(), keyCodes, outFlags.data()); in LLVMFuzzerTestOneInput()
235 InputReaderConfiguration::Change(fdp->ConsumeIntegral<uint32_t>())); in LLVMFuzzerTestOneInput()
238 reader->cancelVibrate(fdp->ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
239 fdp->ConsumeIntegral<int32_t>()); in LLVMFuzzerTestOneInput()
242 reader->canDispatchToDisplay(fdp->ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
244 fdp->ConsumeIntegral<int32_t>()}); in LLVMFuzzerTestOneInput()
247 reader->getKeyCodeForKeyLocation(fdp->ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
248 fdp->ConsumeIntegral<int32_t>()); in LLVMFuzzerTestOneInput()
250 [&]() -> void { reader->getBatteryCapacity(fdp->ConsumeIntegral<int32_t>()); }, in LLVMFuzzerTestOneInput()
251 [&]() -> void { reader->getBatteryStatus(fdp->ConsumeIntegral<int32_t>()); }, in LLVMFuzzerTestOneInput()
252 [&]() -> void { reader->getBatteryDevicePath(fdp->ConsumeIntegral<int32_t>()); }, in LLVMFuzzerTestOneInput()
253 [&]() -> void { reader->getLights(fdp->ConsumeIntegral<int32_t>()); }, in LLVMFuzzerTestOneInput()
254 [&]() -> void { reader->getSensors(fdp->ConsumeIntegral<int32_t>()); }, in LLVMFuzzerTestOneInput()
256 reader->getLightPlayerId(fdp->ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
257 fdp->ConsumeIntegral<int32_t>()); in LLVMFuzzerTestOneInput()
260 reader->getLightColor(fdp->ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
261 fdp->ConsumeIntegral<int32_t>()); in LLVMFuzzerTestOneInput()
264 reader->setLightPlayerId(fdp->ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
265 fdp->ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
266 fdp->ConsumeIntegral<int32_t>()); in LLVMFuzzerTestOneInput()
269 reader->setLightColor(fdp->ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
270 fdp->ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
271 fdp->ConsumeIntegral<int32_t>()); in LLVMFuzzerTestOneInput()
274 reader->flushSensor(fdp->ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
279 reader->disableSensor(fdp->ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
284 reader->enableSensor(fdp->ConsumeIntegral<int32_t>(), in LLVMFuzzerTestOneInput()
287 std::chrono::microseconds(fdp->ConsumeIntegral<size_t>()), in LLVMFuzzerTestOneInput()
288 std::chrono::microseconds(fdp->ConsumeIntegral<size_t>())); in LLVMFuzzerTestOneInput()
290 [&]() -> void { reader->getBluetoothAddress(fdp->ConsumeIntegral<int32_t>()); }, in LLVMFuzzerTestOneInput()