Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/tests/runner/graph/
DLocalPrebuiltGraphTest.cpp60 EXPECT_EQ(graph->GetSupportedGraphConfigs().graph_name(), "stub_graph"); in TEST()
73 graph->GetSupportedGraphConfigs(); in TEST()
119 graph->GetSupportedGraphConfigs(); in TEST()
DGrpcGraphTest.cpp66 EXPECT_EQ(mGrpcGraph->GetSupportedGraphConfigs().graph_name(), kGraphName); in SetUp()
/packages/services/Car/cpp/computepipe/runner/graph/include/
DPrebuiltGraph.h58 virtual const proto::Options& GetSupportedGraphConfigs() const = 0;
/packages/services/Car/cpp/computepipe/runner/include/
Dprebuilt_interface.h66 PrebuiltComputepipeRunner_ErrorCode COMPUTEPIPE_RUNNER(GetSupportedGraphConfigs)(
/packages/services/Car/cpp/computepipe/example/
DRunner.cpp61 Options options = graph->GetSupportedGraphConfigs(); in main()
/packages/services/Car/cpp/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/cpp/computepipe/tests/fuzz/
DLocalPrebuildGraphFuzzer.cpp85 graph->GetSupportedGraphConfigs(); in LLVMFuzzerTestOneInput()
DGrpcGraphFuzzer.cpp84 graph->GetSupportedGraphConfigs(); in LLVMFuzzerTestOneInput()
/packages/services/Car/cpp/computepipe/runner/engine/
DDefaultEngine.cpp59 mGraphDescriptor = mGraph->GetSupportedGraphConfigs(); in setPrebuiltGraph()