Home
last modified time | relevance | path

Searched refs:GetStreamState (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/host_stream/src/
H A Dhost_stream_impl.cpp22 bool GetStreamState() const override;
46 bool HostStreamImpl::GetStreamState() const in GetStreamState() function in OHOS::Camera::HostStreamImpl
H A Dhost_stream.h26 virtual bool GetStreamState() const = 0;
H A Dhost_stream_mgr_impl.cpp110 if (it->GetStreamState() == false) { in DesignateStreamIdForType()