Home
last modified time | relevance | path

Searched refs:Flush (Results 1 - 25 of 113) sorted by relevance

12345

/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
H A 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()
205 CAMERA_LOGE("can't get symbol of function Flush, %{public}s", ::dlerror()); in LoadLib()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/vpss_node/
H A 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()
H A Dvpss_node.h36 RetCode Flush(const int32_t streamId) override;
/drivers/peripheral/bluetooth/audio/interfaces/include/
H A Daudio_control.h95 int32_t (*Flush)(AudioHandle handle); member
/drivers/peripheral/distributed_audio/interface/audio/v1_0/
H A Di_audio_control.h31 virtual int32_t Flush() = 0;
/drivers/peripheral/audio/interfaces/2.0/include/
H A Daudio_control.h96 int32_t (*Flush)(AudioHandle handle); member
/drivers/peripheral/audio/interfaces/include/
H A Daudio_control.h95 int32_t (*Flush)(AudioHandle handle); member
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/include/
H A Dipp_algo.h49 int (*Flush)(void); member
H A Dalgo_plugin.h39 RetCode Flush();
/drivers/peripheral/camera/vdi_base/usb_camera/pipeline_core/src/node/
H A Dscale_node.h36 RetCode Flush(const int32_t streamId);
H A Dfork_node.h34 RetCode Flush(const int32_t streamId);
H A Dexif_node.h41 RetCode Flush(const int32_t streamId);
H A Dcodec_node.h36 RetCode Flush(const int32_t streamId);
H A Dscale_node.cpp46 RetCode ScaleNode::Flush(const int32_t streamId) in Flush() function in OHOS::Camera::ScaleNode
48 CAMERA_LOGI("ScaleNode::Flush streamId = %{public}d\n", streamId); in Flush()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/pipeline_core/nodes/v4l2_source_node/
H A Dv4l2_source_node.cpp107 RetCode V4L2SourceNode::Flush(const int32_t streamId) in Flush() function in OHOS::Camera::V4L2SourceNode
112 rc = sensorController_->Flush(streamId); in Flush()
115 rc = SourceNode::Flush(streamId); in Flush()
H A Dv4l2_source_node.h32 RetCode Flush(const int32_t streamId) override;
/drivers/peripheral/camera/vdi_base/usb_camera/adapter/platform/v4l2/src/pipeline_core/nodes/uvc_node/
H A Duvc_node.cpp85 RetCode UvcNode::Flush(const int32_t streamId) in Flush() function in OHOS::Camera::UvcNode
90 rc = sensorController_->Flush(streamId); in Flush()
93 rc = SourceNode::Flush(streamId); in Flush()
H A Duvc_node.h31 RetCode Flush(const int32_t streamId) override;
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
H A Dcamera_buffer.h37 RetCode Flush(char *deviceName);
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/pipeline_core/nodes/uvc_node/
H A Duvc_node.cpp85 RetCode UvcNode::Flush(const int32_t streamId) in Flush() function in OHOS::Camera::UvcNode
90 rc = sensorController_->Flush(streamId); in Flush()
93 rc = SourceNode::Flush(streamId); in Flush()
H A Duvc_node.h31 RetCode Flush(const int32_t streamId) override;
/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Dfile.h56 void Flush() const;
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/fork_node/
H A Dfork_node.h35 RetCode Flush(const int32_t streamId);
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/include/
H A Distream_pipeline_core.h41 virtual RetCode Flush(const std::vector<int32_t>& ids) = 0;
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/dispatcher/
H A Dstream_pipeline_dispatcher.h35 virtual RetCode Flush(const int32_t streamId);

Completed in 6 milliseconds

12345