Home
last modified time | relevance | path

Searched refs:NotifyStart (Results 1 – 9 of 9) sorted by relevance

/drivers/peripheral/camera/vdi_base/common/include/
Dibuffer_pool.h55 virtual void NotifyStart() = 0;
/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/
Dbuffer_pool.h46 void NotifyStart() override;
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/lite/
Dstream_tunnel.h44 virtual void NotifyStart();
Dstream_tunnel.cpp181 void StreamTunnel::NotifyStart() in NotifyStart() function in OHOS::Camera::StreamTunnel
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/standard/
Dstream_tunnel.h44 virtual void NotifyStart();
Dstream_tunnel.cpp185 void StreamTunnel::NotifyStart() in NotifyStart() function in OHOS::Camera::StreamTunnel
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
Dbuffer_pool.cpp255 void BufferPool::NotifyStart() in NotifyStart() function in OHOS::Camera::BufferPool
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/source_node/
Dsource_node.cpp184 pool->NotifyStart(); in StartCollectBuffers()
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
Dstream_base.cpp149 tunnel_->NotifyStart(); in StartStream()