Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp210 size_t graphConfigSize; in GetPrebuiltGraphFromLibrary() local
213 getSupportedGraphConfigsFn(&graphConfig, &graphConfigSize); in GetPrebuiltGraphFromLibrary()
215 if (graphConfigSize > 0) { in GetPrebuiltGraphFromLibrary()
217 std::string(reinterpret_cast<const char*>(graphConfig), graphConfigSize)); in GetPrebuiltGraphFromLibrary()