Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/tests/unit_fuzzers/
H A DBinderFuzz.cpp39 callArbitraryFunction(&fdp, gIBinderOperations, in LLVMFuzzerTestOneInput()
H A DBpBinderFuzz.cpp48 callArbitraryFunction(&fdp, gIBinderOperations, bpbinder.get()); in LLVMFuzzerTestOneInput()
H A DIBinderFuzzFunctions.h49 static const std::vector<std::function<void(FuzzedDataProvider*, IBinder*)>> gIBinderOperations = variable