HomeSort by relevance Sort by last modified time
    Searched refs:GetHalPointerName (Results 1 - 2 of 2) sorted by null

  /test/vts/compilation_tools/vtsc/code_gen/fuzzer/
HalHidlFuzzerCodeGen.cpp 80 << GetHalPointerName() << " = " << comp_spec_.component_name()
82 out << "if (" << GetHalPointerName() << " == nullptr) {\n";
103 string HalHidlFuzzerCodeGen::GetHalPointerName() {
144 out << GetHalPointerName() << "->" << func_spec.name() << "(";
HalHidlFuzzerCodeGen.h 45 std::string GetHalPointerName();

Completed in 113 milliseconds