Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp179 const std::string& prebuilt_library, in GetPrebuiltGraphFromLibrary() argument
188 mPrebuiltGraphInstance->mHandle = dlopen(prebuilt_library.c_str(), RTLD_NOW); in GetPrebuiltGraphFromLibrary()
411 PrebuiltGraph* GetLocalGraphFromLibrary(const std::string& prebuilt_library, in GetLocalGraphFromLibrary() argument
413 return LocalPrebuiltGraph::GetPrebuiltGraphFromLibrary(prebuilt_library, engineInterface); in GetLocalGraphFromLibrary()