Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/graph/
DStreamSetObserver.cpp33 StreamGraphInterface* streamGraphInterface) : in SingleStreamObserver() argument
36 mStreamGraphInterface(streamGraphInterface) {} in SingleStreamObserver()
127 StreamGraphInterface* streamGraphInterface) : in StreamSetObserver() argument
128 mClientConfig(clientConfig), mStreamGraphInterface(streamGraphInterface) {} in StreamSetObserver()
163 mGraphTerminationThread = std::thread([streamGraphInterface(mStreamGraphInterface)]() { in stopObservingStreams()
164 streamGraphInterface->dispatchGraphTerminationMessage(Status::SUCCESS, ""); in stopObservingStreams()
189 mGraphTerminationThread = std::thread([streamGraphInterface(mStreamGraphInterface)]() { in reportStreamClosed()
190 streamGraphInterface->dispatchGraphTerminationMessage(Status::SUCCESS, ""); in reportStreamClosed()
DStreamSetObserver.h63 StreamGraphInterface* streamGraphInterface);
84 StreamGraphInterface* streamGraphInterface);