Home
last modified time | relevance | path

Searched defs:eventHub (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DTouchpadInputFuzzer.cpp33 void setAxisInfo(ThreadSafeFuzzedDataProvider& fdp, FuzzEventHub& eventHub, int32_t id, int axis) { in setAxisInfo()
46 void setAxisInfos(ThreadSafeFuzzedDataProvider& fdp, FuzzEventHub& eventHub, int32_t id) { in setAxisInfos()
92 void setDeviceSpecificConfig(ThreadSafeFuzzedDataProvider& fdp, FuzzEventHub& eventHub) { in setDeviceSpecificConfig()
139 std::shared_ptr<FuzzEventHub> eventHub = std::make_shared<FuzzEventHub>(fdp); in LLVMFuzzerTestOneInput() local
H A DCursorInputFuzzer.cpp24 static void addProperty(FuzzEventHub& eventHub, std::shared_ptr<ThreadSafeFuzzedDataProvider> fdp) { in addProperty()
43 std::shared_ptr<FuzzEventHub> eventHub = std::make_shared<FuzzEventHub>(fdp); in LLVMFuzzerTestOneInput() local
H A DKeyboardInputFuzzer.cpp26 static void addProperty(FuzzEventHub& eventHub, std::shared_ptr<ThreadSafeFuzzedDataProvider> fdp) { in addProperty()
49 std::shared_ptr<FuzzEventHub> eventHub = std::make_shared<FuzzEventHub>(fdp); in LLVMFuzzerTestOneInput() local
H A DMultiTouchInputFuzzer.cpp26 static void addProperty(FuzzEventHub& eventHub, std::shared_ptr<ThreadSafeFuzzedDataProvider> fdp) { in addProperty()
66 std::shared_ptr<FuzzEventHub> eventHub = std::make_shared<FuzzEventHub>(fdp); in LLVMFuzzerTestOneInput() local
H A DSwitchInputFuzzer.cpp29 std::shared_ptr<FuzzEventHub> eventHub = std::make_shared<FuzzEventHub>(fdp); in LLVMFuzzerTestOneInput() local
H A DMapperHelpers.h331 FuzzInputReaderContext(std::shared_ptr<EventHubInterface> eventHub, in FuzzInputReaderContext()
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DInstrumentedInputReader.cpp21 InstrumentedInputReader::InstrumentedInputReader(std::shared_ptr<EventHubInterface> eventHub, in InstrumentedInputReader()
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp100 InputReader::InputReader(std::shared_ptr<EventHubInterface> eventHub, in InputReader()