Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/stream_manager/
DSemanticManager.cpp69 void SemanticManager::setEngineInterface(std::shared_ptr<StreamEngineInterface> engine) { in setEngineInterface()
75 void SemanticManager::notifyEndOfStream() { in notifyEndOfStream()
80 Status SemanticManager::setMaxInFlightPackets(uint32_t /* maxPackets */) { in setMaxInFlightPackets()
88 Status SemanticManager::handleExecutionPhase(const RunnerEvent& e) { in handleExecutionPhase()
109 Status SemanticManager::handleStopWithFlushPhase(const RunnerEvent& e) { in handleStopWithFlushPhase()
121 std::thread t(&SemanticManager::notifyEndOfStream, this); in handleStopWithFlushPhase()
138 Status SemanticManager::handleStopImmediatePhase(const RunnerEvent& e) { in handleStopImmediatePhase()
142 Status SemanticManager::freePacket(int /* bufferId */) { in freePacket()
146 Status SemanticManager::queuePacket(const char* data, const uint32_t size, uint64_t timestamp) { in queuePacket()
165 Status SemanticManager::queuePacket(const InputFrame& /*inputData*/, uint64_t /*timestamp*/) { in queuePacket()
[all …]
DFactory.cpp32 std::unique_ptr<SemanticManager> buildSemanticManager(const proto::OutputConfig& config, in buildSemanticManager()
35 std::unique_ptr<SemanticManager> semanticManager = in buildSemanticManager()
36 std::make_unique<SemanticManager>(config.stream_name(), config.stream_id(), config.type()); in buildSemanticManager()
DSemanticManager.h59 class SemanticManager : public StreamManager, StreamManagerInit {
79 explicit SemanticManager(std::string name, int streamId, const proto::PacketType& type);
80 ~SemanticManager() = default;
DAndroid.bp24 "SemanticManager.cpp",