Home
last modified time | relevance | path

Searched refs:GetDebugInfo (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp242 LOAD_FUNCTION(GetDebugInfo); in GetPrebuiltGraphFromLibrary()
347 std::string LocalPrebuiltGraph::GetDebugInfo() { in GetDebugInfo() function in android::automotive::computepipe::graph::LocalPrebuiltGraph
DGrpcGraph.h95 std::string GetDebugInfo() override;
DLocalPrebuiltGraph.h92 std::string GetDebugInfo() override;
DGrpcGraph.cpp401 std::string GrpcGraph::GetDebugInfo() { in GetDebugInfo() function in android::automotive::computepipe::graph::GrpcGraph
/packages/services/Car/computepipe/runner/graph/include/
DPrebuiltGraph.h77 virtual std::string GetDebugInfo() = 0;
/packages/services/Car/computepipe/runner/include/
Dprebuilt_interface.h122 PrebuiltComputepipeRunner_ErrorCode COMPUTEPIPE_RUNNER(GetDebugInfo)(unsigned char* debug_info,
/packages/services/Car/computepipe/runner/engine/
DDefaultEngine.cpp690 debugData = mGraph->GetDebugInfo(); in processCommands()