Searched refs:SemanticManager (Results 1 – 4 of 4) sorted by relevance
/packages/services/Car/cpp/computepipe/runner/stream_manager/ |
D | SemanticManager.cpp | 69 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 …]
|
D | Factory.cpp | 32 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()
|
D | SemanticManager.h | 59 class SemanticManager : public StreamManager, StreamManagerInit { 79 explicit SemanticManager(std::string name, int streamId, const proto::PacketType& type); 80 ~SemanticManager() = default;
|
D | Android.bp | 24 "SemanticManager.cpp",
|