Searched refs:LocalPrebuiltGraph (Results 1 – 3 of 3) sorted by relevance
50 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 …]
35 class LocalPrebuiltGraph : public PrebuiltGraph {39 LocalPrebuiltGraph() { in LocalPrebuiltGraph() function43 ~LocalPrebuiltGraph();46 LocalPrebuiltGraph(const LocalPrebuiltGraph&) = delete;47 LocalPrebuiltGraph& operator=(const LocalPrebuiltGraph&) = delete;57 static LocalPrebuiltGraph* GetPrebuiltGraphFromLibrary(117 static LocalPrebuiltGraph* mPrebuiltGraphInstance;
49 "LocalPrebuiltGraph.cpp",