Searched refs:streamCustomerSnapshot_ (Results 1 – 4 of 4) sorted by relevance
96 if (streamCustomerSnapshot_ == nullptr) { in CreateStream()97 streamCustomerSnapshot_ = std::make_shared<StreamCustomer>(); in CreateStream()98 SetStreamInfo(streamInfo, streamCustomerSnapshot_, streamId, intent); in CreateStream()152 … streamCustomerSnapshot_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture()174 streamCustomerSnapshot_->ReceiveFrameOff(); in StopStream()
77 if (streamCustomerSnapshot_ == nullptr) { in CreateStream()78 streamCustomerSnapshot_ = std::make_shared<StreamCustomer>(); in CreateStream()79 SetStreamInfo(streamInfo, streamCustomerSnapshot_, streamId, intent); in CreateStream()133 … streamCustomerSnapshot_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in StartCapture()155 streamCustomerSnapshot_->ReceiveFrameOff(); in StopStream()
36 std::shared_ptr<StreamCustomer> streamCustomerSnapshot_ = nullptr; variable
50 std::shared_ptr<StreamCustomer> streamCustomerSnapshot_ = nullptr; variable