Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp50 std::mutex LocalPrebuiltGraph::mCreationMutex;
51 LocalPrebuiltGraph* LocalPrebuiltGraph::mPrebuiltGraphInstance = nullptr;
55 Status LocalPrebuiltGraph::handleConfigPhase(const runner::ClientConfig& e) { in handleConfigPhase()
83 pixelCallbackFn(LocalPrebuiltGraph::OutputPixelStreamCallbackFunction); in handleConfigPhase()
93 errorCode = streamCallbackFn(LocalPrebuiltGraph::OutputStreamCallbackFunction); in handleConfigPhase()
102 errorCode = terminationCallback(LocalPrebuiltGraph::GraphTerminationCallbackFunction); in handleConfigPhase()
112 Status LocalPrebuiltGraph::handleExecutionPhase(const runner::RunnerEvent& e) { in handleExecutionPhase()
133 Status LocalPrebuiltGraph::handleStopWithFlushPhase(const runner::RunnerEvent& e) { in handleStopWithFlushPhase()
148 Status LocalPrebuiltGraph::handleStopImmediatePhase(const runner::RunnerEvent& e) { in handleStopImmediatePhase()
162 Status LocalPrebuiltGraph::handleResetPhase(const runner::RunnerEvent& e) { in handleResetPhase()
[all …]
DLocalPrebuiltGraph.h35 class LocalPrebuiltGraph : public PrebuiltGraph {
39 LocalPrebuiltGraph() { in LocalPrebuiltGraph() function
43 ~LocalPrebuiltGraph();
46 LocalPrebuiltGraph(const LocalPrebuiltGraph&) = delete;
47 LocalPrebuiltGraph& operator=(const LocalPrebuiltGraph&) = delete;
57 static LocalPrebuiltGraph* GetPrebuiltGraphFromLibrary(
117 static LocalPrebuiltGraph* mPrebuiltGraphInstance;
DAndroid.bp49 "LocalPrebuiltGraph.cpp",