Home
last modified time | relevance | path

Searched refs:GetHalPointerName (Results 1 – 2 of 2) sorted by relevance

/test/vts/compilation_tools/vtsc/code_gen/fuzzer/
DHalHidlFuzzerCodeGen.cpp74 << GetHalPointerName() << " = " << comp_spec_.component_name() in GenerateLLVMFuzzerTestOneInput()
76 out << "if (" << GetHalPointerName() << " == nullptr) {\n"; in GenerateLLVMFuzzerTestOneInput()
97 string HalHidlFuzzerCodeGen::GetHalPointerName() { in GetHalPointerName() function in android::vts::HalHidlFuzzerCodeGen
137 out << GetHalPointerName() << "->" << func_spec.name() << "("; in GenerateHalFunctionCall()
DHalHidlFuzzerCodeGen.h45 std::string GetHalPointerName();