Home
last modified time | relevance | path

Searched refs:Flush (Results 1 – 25 of 105) sorted by relevance

12345

/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
Dalgo_plugin.cpp68 RetCode AlgoPlugin::Flush() in Flush() function in OHOS::Camera::AlgoPlugin
70 if (algoHandler_->func.Flush == nullptr) { in Flush()
74 int ret = algoHandler_->func.Flush(); in Flush()
203 …algoHandler_->func.Flush = reinterpret_cast<AlgoFuncFlush>(::dlsym(algoHandler_->handle, "Flush")); in LoadLib()
204 if (algoHandler_->func.Flush == nullptr) { in LoadLib()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/vpss_node/
Dvpss_node.cpp76 RetCode VpssNode::Flush(const int32_t streamId) in Flush() function in OHOS::Camera::VpssNode
79 rc = SourceNode::Flush(streamId); in Flush()
92 rc = IDeviceManager::GetInstance()->Flush(streamId); in Flush()
Dvpss_node.h36 RetCode Flush(const int32_t streamId) override;
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/pipeline_core/nodes/v4l2_source_node/
Dv4l2_source_node.cpp90 RetCode V4L2SourceNode::Flush(const int32_t streamId) in Flush() function in OHOS::Camera::V4L2SourceNode
95 rc = sensorController_->Flush(streamId); in Flush()
98 rc = SourceNode::Flush(streamId); in Flush()
Dv4l2_source_node.h32 RetCode Flush(const int32_t streamId) override;
/drivers/peripheral/bluetooth/audio/interfaces/include/
Daudio_control.h95 int32_t (*Flush)(AudioHandle handle); member
/drivers/peripheral/audio/interfaces/include/
Daudio_control.h95 int32_t (*Flush)(AudioHandle handle); member
/drivers/peripheral/audio/hdi_service/primary_impl/vendor_include/include/
Di_audio_control.h95 int32_t (*Flush)(AudioHandle handle); member
/drivers/peripheral/audio/interfaces/2.0/include/
Daudio_control.h96 int32_t (*Flush)(AudioHandle handle); member
/drivers/peripheral/camera/vdi_base/usb_camera/adapter/platform/v4l2/src/pipeline_core/nodes/uvc_node/
Duvc_node.cpp84 RetCode UvcNode::Flush(const int32_t streamId) in Flush() function in OHOS::Camera::UvcNode
89 rc = sensorController_->Flush(streamId); in Flush()
92 rc = SourceNode::Flush(streamId); in Flush()
Duvc_node.h31 RetCode Flush(const int32_t streamId) override;
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/include/
Dipp_algo.h49 int (*Flush)(void); member
Dalgo_plugin.h39 RetCode Flush();
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/pipeline_core/nodes/uvc_node/
Duvc_node.cpp84 RetCode UvcNode::Flush(const int32_t streamId) in Flush() function in OHOS::Camera::UvcNode
89 rc = sensorController_->Flush(streamId); in Flush()
92 rc = SourceNode::Flush(streamId); in Flush()
Duvc_node.h31 RetCode Flush(const int32_t streamId) override;
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
Dcamera_buffer.h37 RetCode Flush(char *deviceName);
/drivers/peripheral/camera/vdi_base/usb_camera/pipeline_core/src/node/
Dexif_node.h41 RetCode Flush(const int32_t streamId);
Dcodec_node.h36 RetCode Flush(const int32_t streamId);
Dfork_node.h34 RetCode Flush(const int32_t streamId);
/drivers/hdf_core/framework/tools/hdi-gen/util/
Dfile.h56 void Flush() const;
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/fork_node/
Dfork_node.h35 RetCode Flush(const int32_t streamId);
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/dispatcher/
Dstream_pipeline_dispatcher.h35 virtual RetCode Flush(const int32_t streamId);
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/include/
Distream_pipeline_core.h41 virtual RetCode Flush(const std::vector<int32_t>& ids) = 0;
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/include/
Dv4l2_buffer.h56 RetCode Flush(int fd);
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/
Dstream_pipeline_core.h36 RetCode Flush(const std::vector<int32_t>& ids) override;

12345