Home
last modified time | relevance | path

Searched refs:getFuzzedInputDevice (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/tests/fuzzers/
DSwitchInputFuzzer.cpp31 InputDevice device = getFuzzedInputDevice(*fdp, &context); in LLVMFuzzerTestOneInput()
DKeyboardInputFuzzer.cpp51 InputDevice device = getFuzzedInputDevice(*fdp, &context); in LLVMFuzzerTestOneInput()
DCursorInputFuzzer.cpp45 InputDevice device = getFuzzedInputDevice(*fdp, &context); in LLVMFuzzerTestOneInput()
DMultiTouchInputFuzzer.cpp68 InputDevice device = getFuzzedInputDevice(*fdp, &context); in LLVMFuzzerTestOneInput()
DTouchpadInputFuzzer.cpp142 InputDevice device = getFuzzedInputDevice(*fdp, &context); in LLVMFuzzerTestOneInput()
DMapperHelpers.h349 InputDevice getFuzzedInputDevice(Fdp& fdp, FuzzInputReaderContext* context) { in getFuzzedInputDevice() function