Searched refs:ProtoFuzzerRunner (Results 1 – 4 of 4) sorted by relevance
124 DriverBase *ProtoFuzzerRunner::LoadInterface(const CompSpec &comp_spec, in LoadInterface()147 ProtoFuzzerRunner::ProtoFuzzerRunner(const vector<CompSpec> &comp_specs, in ProtoFuzzerRunner() function in android::vts::fuzzer::ProtoFuzzerRunner158 void ProtoFuzzerRunner::Init(const string &iface_name, bool binder_mode) { in Init()179 void ProtoFuzzerRunner::Execute(const ExecSpec &exec_spec) { in Execute()185 void ProtoFuzzerRunner::Execute(const FuncCall &func_call) { in Execute()210 void ProtoFuzzerRunner::ProcessReturnValue(const FuncSpec &result) { in ProcessReturnValue()236 const CompSpec *ProtoFuzzerRunner::FindCompSpec(std::string name) { in FindCompSpec()
65 static unique_ptr<ProtoFuzzerRunner> runner;117 runner = make_unique<ProtoFuzzerRunner>(params.comp_specs_, in LLVMFuzzerInitialize()
25 "ProtoFuzzerRunner.cpp",
41 class ProtoFuzzerRunner {43 explicit ProtoFuzzerRunner(const std::vector<CompSpec> &comp_specs,