Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp194 const unsigned char* (*getVersionFn)() = in GetPrebuiltGraphFromLibrary() local
197 if (getVersionFn != nullptr) { in GetPrebuiltGraphFromLibrary()
199 std::string(reinterpret_cast<const char*>(getVersionFn())); in GetPrebuiltGraphFromLibrary()