Home
last modified time | relevance | path

Searched refs:GetLocalGraphFromLibrary (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/cpp/computepipe/tests/runner/graph/
DLocalPrebuiltGraphTest.cpp56 PrebuiltGraph* graph = GetLocalGraphFromLibrary("libstubgraphimpl.so", engineInterface); in TEST()
68 PrebuiltGraph* graph = GetLocalGraphFromLibrary("libstubgraphimpl.so", engineInterface); in TEST()
114 PrebuiltGraph* graph = GetLocalGraphFromLibrary("libstubgraphimpl.so", engineInterface); in TEST()
/packages/services/Car/cpp/computepipe/runner/graph/include/
DPrebuiltGraph.h80 PrebuiltGraph* GetLocalGraphFromLibrary(
/packages/services/Car/cpp/computepipe/example/
DRunner.cpp58 graph.reset(android::automotive::computepipe::graph::GetLocalGraphFromLibrary("libfacegraph.so", in main()
/packages/services/Car/cpp/computepipe/tests/fuzz/
DLocalPrebuildGraphFuzzer.cpp62 PrebuiltGraph* graph = GetLocalGraphFromLibrary("libstubgraphimpl.so", engineInterface); in LLVMFuzzerTestOneInput()
/packages/services/Car/cpp/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp411 PrebuiltGraph* GetLocalGraphFromLibrary(const std::string& prebuilt_library, in GetLocalGraphFromLibrary() function