Searched refs:GetLocalGraphFromLibrary (Results 1 – 5 of 5) sorted by relevance
56 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()
80 PrebuiltGraph* GetLocalGraphFromLibrary(
58 graph.reset(android::automotive::computepipe::graph::GetLocalGraphFromLibrary("libfacegraph.so", in main()
62 PrebuiltGraph* graph = GetLocalGraphFromLibrary("libstubgraphimpl.so", engineInterface); in LLVMFuzzerTestOneInput()
411 PrebuiltGraph* GetLocalGraphFromLibrary(const std::string& prebuilt_library, in GetLocalGraphFromLibrary() function