/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/ |
D | algo_plugin.cpp | 68 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/ |
D | vpss_node.cpp | 76 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()
|
D | vpss_node.h | 36 RetCode Flush(const int32_t streamId) override;
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/pipeline_core/nodes/v4l2_source_node/ |
D | v4l2_source_node.cpp | 90 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()
|
D | v4l2_source_node.h | 32 RetCode Flush(const int32_t streamId) override;
|
/drivers/peripheral/bluetooth/audio/interfaces/include/ |
D | audio_control.h | 95 int32_t (*Flush)(AudioHandle handle); member
|
/drivers/peripheral/audio/interfaces/include/ |
D | audio_control.h | 95 int32_t (*Flush)(AudioHandle handle); member
|
/drivers/peripheral/audio/hdi_service/primary_impl/vendor_include/include/ |
D | i_audio_control.h | 95 int32_t (*Flush)(AudioHandle handle); member
|
/drivers/peripheral/audio/interfaces/2.0/include/ |
D | audio_control.h | 96 int32_t (*Flush)(AudioHandle handle); member
|
/drivers/peripheral/camera/vdi_base/usb_camera/adapter/platform/v4l2/src/pipeline_core/nodes/uvc_node/ |
D | uvc_node.cpp | 84 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()
|
D | uvc_node.h | 31 RetCode Flush(const int32_t streamId) override;
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/include/ |
D | ipp_algo.h | 49 int (*Flush)(void); member
|
D | algo_plugin.h | 39 RetCode Flush();
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/pipeline_core/nodes/uvc_node/ |
D | uvc_node.cpp | 84 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()
|
D | uvc_node.h | 31 RetCode Flush(const int32_t streamId) override;
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/ |
D | camera_buffer.h | 37 RetCode Flush(char *deviceName);
|
/drivers/peripheral/camera/vdi_base/usb_camera/pipeline_core/src/node/ |
D | exif_node.h | 41 RetCode Flush(const int32_t streamId);
|
D | codec_node.h | 36 RetCode Flush(const int32_t streamId);
|
D | fork_node.h | 34 RetCode Flush(const int32_t streamId);
|
/drivers/hdf_core/framework/tools/hdi-gen/util/ |
D | file.h | 56 void Flush() const;
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/fork_node/ |
D | fork_node.h | 35 RetCode Flush(const int32_t streamId);
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/dispatcher/ |
D | stream_pipeline_dispatcher.h | 35 virtual RetCode Flush(const int32_t streamId);
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/include/ |
D | istream_pipeline_core.h | 41 virtual RetCode Flush(const std::vector<int32_t>& ids) = 0;
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/include/ |
D | v4l2_buffer.h | 56 RetCode Flush(int fd);
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/ |
D | stream_pipeline_core.h | 36 RetCode Flush(const std::vector<int32_t>& ids) override;
|