Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp205 void (*getSupportedGraphConfigsFn)(const void**, size_t*) = in GetPrebuiltGraphFromLibrary() local
209 if (getSupportedGraphConfigsFn != nullptr) { in GetPrebuiltGraphFromLibrary()
213 getSupportedGraphConfigsFn(&graphConfig, &graphConfigSize); in GetPrebuiltGraphFromLibrary()