Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Flush
(Results
1 - 25
of
113
) sorted by relevance
1
2
3
4
5
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
H
A
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()
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
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()
H
A
D
vpss_node.h
36
RetCode
Flush
(const int32_t streamId) override;
/drivers/peripheral/bluetooth/audio/interfaces/include/
H
A
D
audio_control.h
95
int32_t (*
Flush
)(AudioHandle handle);
member
/drivers/peripheral/distributed_audio/interface/audio/v1_0/
H
A
D
i_audio_control.h
31
virtual int32_t
Flush
() = 0;
/drivers/peripheral/audio/interfaces/2.0/include/
H
A
D
audio_control.h
96
int32_t (*
Flush
)(AudioHandle handle);
member
/drivers/peripheral/audio/interfaces/include/
H
A
D
audio_control.h
95
int32_t (*
Flush
)(AudioHandle handle);
member
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/include/
H
A
D
ipp_algo.h
49
int (*
Flush
)(void);
member
H
A
D
algo_plugin.h
39
RetCode
Flush
();
/drivers/peripheral/camera/vdi_base/usb_camera/pipeline_core/src/node/
H
A
D
scale_node.h
36
RetCode
Flush
(const int32_t streamId);
H
A
D
fork_node.h
34
RetCode
Flush
(const int32_t streamId);
H
A
D
exif_node.h
41
RetCode
Flush
(const int32_t streamId);
H
A
D
codec_node.h
36
RetCode
Flush
(const int32_t streamId);
H
A
D
scale_node.cpp
46
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
D
v4l2_source_node.cpp
107
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
D
v4l2_source_node.h
32
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
D
uvc_node.cpp
85
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
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/
H
A
D
camera_buffer.h
37
RetCode
Flush
(char *deviceName);
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/pipeline_core/nodes/uvc_node/
H
A
D
uvc_node.cpp
85
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
D
uvc_node.h
31
RetCode
Flush
(const int32_t streamId) override;
/drivers/hdf_core/framework/tools/hdi-gen/util/
H
A
D
file.h
56
void
Flush
() const;
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/fork_node/
H
A
D
fork_node.h
35
RetCode
Flush
(const int32_t streamId);
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/include/
H
A
D
istream_pipeline_core.h
41
virtual RetCode
Flush
(const std::vector<int32_t>& ids) = 0;
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/dispatcher/
H
A
D
stream_pipeline_dispatcher.h
35
virtual RetCode
Flush
(const int32_t streamId);
Completed in 6 milliseconds
1
2
3
4
5