Home
last modified time | relevance | path

Searched refs:FuzzEndpoint (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/libs/vr/libpdx/fuzz/
H A Dservice_dispatcher_fuzzer.cpp40 FuzzEndpoint* endpoint = new FuzzEndpoint(&fdp); in LLVMFuzzerTestOneInput()
H A Dhelpers.h54 class FuzzEndpoint : public Endpoint {
56 explicit FuzzEndpoint(FuzzedDataProvider* fdp) { in FuzzEndpoint() function
61 ~FuzzEndpoint() { close(_epoll_fd); } in ~FuzzEndpoint()
H A Dmessage_fuzzer.cpp35 FuzzEndpoint* endpoint = new FuzzEndpoint(&fdp); in LLVMFuzzerTestOneInput()