Home
last modified time | relevance | path

Searched refs:GetSupportedGraphConfigs (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/computepipe/tests/runner/graph/
DLocalPrebuiltGraphTest.cpp97 EXPECT_EQ(graph->GetSupportedGraphConfigs().graph_name(), "stub_graph"); in TEST()
110 graph->GetSupportedGraphConfigs(); in TEST()
156 graph->GetSupportedGraphConfigs(); in TEST()
DGrpcGraphTest.cpp249 EXPECT_EQ(mGrpcGraph->GetSupportedGraphConfigs().graph_name(), kGraphName); in SetUp()
/packages/services/Car/computepipe/runner/graph/include/
DPrebuiltGraph.h58 virtual const proto::Options& GetSupportedGraphConfigs() const = 0;
/packages/services/Car/computepipe/example/
DRunner.cpp61 Options options = graph->GetSupportedGraphConfigs(); in main()
/packages/services/Car/computepipe/runner/include/
Dprebuilt_interface.h63 PrebuiltComputepipeRunner_ErrorCode COMPUTEPIPE_RUNNER(GetSupportedGraphConfigs)(
/packages/services/Car/computepipe/runner/graph/
DGrpcGraph.h74 const proto::Options& GetSupportedGraphConfigs() const override { in GetSupportedGraphConfigs() function
DLocalPrebuiltGraph.h73 const proto::Options& GetSupportedGraphConfigs() const override { in GetSupportedGraphConfigs() function
/packages/services/Car/computepipe/runner/engine/
DDefaultEngine.cpp59 mGraphDescriptor = mGraph->GetSupportedGraphConfigs(); in setPrebuiltGraph()