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:RC_OK
(Results
1 - 25
of
120
) sorted by relevance
1
2
3
4
5
/drivers/peripheral/camera/test/ut/pipeline_core/
H
A
D
pipeline_core_test.cpp
61
RetCode re =
RC_OK
;
in HWTEST_F()
65
EXPECT_TRUE(re ==
RC_OK
);
in HWTEST_F()
70
EXPECT_TRUE(re ==
RC_OK
);
in HWTEST_F()
74
EXPECT_TRUE(re ==
RC_OK
);
in HWTEST_F()
76
EXPECT_TRUE(re ==
RC_OK
);
in HWTEST_F()
81
RetCode re =
RC_OK
;
in HWTEST_F()
85
EXPECT_TRUE(re ==
RC_OK
);
in HWTEST_F()
90
EXPECT_TRUE(re ==
RC_OK
);
in HWTEST_F()
94
EXPECT_TRUE(re ==
RC_OK
);
in HWTEST_F()
96
EXPECT_TRUE(re ==
RC_OK
);
in HWTEST_F()
[all...]
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H
A
D
buffer_allocator.cpp
21
return
RC_OK
;
in Init()
31
return
RC_OK
;
in FreeBuffer()
36
return
RC_OK
;
in MapBuffer()
41
return
RC_OK
;
in UnmapBuffer()
46
return
RC_OK
;
in FlushCache()
51
return
RC_OK
;
in InvalidateCache()
H
A
D
buffer_pool.cpp
49
return
RC_OK
;
in Init()
64
if (bufferAllocator_->Init() !=
RC_OK
) {
in Init()
75
return
RC_OK
;
in PrepareBuffer()
90
if (
RC_OK
!= bufferAllocator_->MapBuffer(buffer)) {
in PrepareBuffer()
103
return
RC_OK
;
in PrepareBuffer()
112
return
RC_OK
;
in DestroyBuffer()
125
if (ret !=
RC_OK
) {
in DestroyBuffer()
129
if (ret !=
RC_OK
) {
in DestroyBuffer()
140
if (ret !=
RC_OK
) {
in DestroyBuffer()
144
if (ret !=
RC_OK
) {
in DestroyBuffer()
[all...]
/drivers/peripheral/distributed_camera/hdi_service/test/sample/
H
A
D
demo_main.cpp
70
RetCode rc =
RC_OK
;
in PreviewOn()
74
if (rc !=
RC_OK
) {
in PreviewOn()
81
if (rc !=
RC_OK
) {
in PreviewOn()
88
if (rc !=
RC_OK
) {
in PreviewOn()
95
if (rc !=
RC_OK
) {
in PreviewOn()
100
if (rc !=
RC_OK
) {
in PreviewOn()
106
return
RC_OK
;
in PreviewOn()
135
RetCode rc =
RC_OK
;
in OfflineTest()
144
if (rc !=
RC_OK
) {
in OfflineTest()
151
if (rc !=
RC_OK
) {
in OfflineTest()
[all...]
H
A
D
dcamera_hdf_demo.cpp
141
return
RC_OK
;
in CaptureON()
170
return
RC_OK
;
in CaptureOff()
192
return
RC_OK
;
in CreateStreamInfo()
214
return
RC_OK
;
in CreateStream()
263
return
RC_OK
;
in InitCameraDevice()
280
return
RC_OK
;
in InitSensors()
299
return
RC_OK
;
in InitSensors()
410
return
RC_OK
;
in CreateStreams()
453
return
RC_OK
;
in CaptureOnDualStreams()
458
RetCode rc =
RC_OK
;
in StartDualStreams()
[all...]
/drivers/peripheral/camera/test/demo_3A/
H
A
D
demo_3a_main.cpp
66
RetCode rc =
RC_OK
;
in PreviewOn()
70
if (rc !=
RC_OK
) {
in PreviewOn()
77
if (rc !=
RC_OK
) {
in PreviewOn()
83
if (rc !=
RC_OK
) {
in PreviewOn()
90
if (rc !=
RC_OK
) {
in PreviewOn()
96
return
RC_OK
;
in PreviewOn()
111
RetCode rc =
RC_OK
;
in CaptureTest()
115
if (rc !=
RC_OK
) {
in CaptureTest()
122
if (rc !=
RC_OK
) {
in CaptureTest()
130
RetCode rc =
RC_OK
;
in VideoTest()
[all...]
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/src/
H
A
D
camera_dev.cpp
70
if (ret !=
RC_OK
) {
in Start()
74
return
RC_OK
;
in Start()
100
if (ret !=
RC_OK
) {
in Stop()
104
return
RC_OK
;
in Stop()
114
if (ret !=
RC_OK
) {
in Init()
137
return
RC_OK
;
in Init()
163
if (ret !=
RC_OK
) {
in PowerUp()
167
return
RC_OK
;
in PowerUp()
193
if (ret !=
RC_OK
) {
in PowerDown()
197
return
RC_OK
;
in PowerDown()
[all...]
/drivers/peripheral/camera/test/demo/
H
A
D
demo_main.cpp
66
RetCode rc =
RC_OK
;
in PreviewOn()
70
if (rc !=
RC_OK
) {
in PreviewOn()
77
if (rc !=
RC_OK
) {
in PreviewOn()
83
if (rc !=
RC_OK
) {
in PreviewOn()
90
if (rc !=
RC_OK
) {
in PreviewOn()
96
return
RC_OK
;
in PreviewOn()
125
RetCode rc =
RC_OK
;
in OfflineTest()
134
if (rc !=
RC_OK
) {
in OfflineTest()
140
if (rc !=
RC_OK
) {
in OfflineTest()
148
RetCode rc =
RC_OK
;
in CaptureTest()
[all...]
/drivers/peripheral/camera/vdi_base/common/device_manager/include/
H
A
D
imanager.h
50
return
RC_OK
;
in CreateController()
56
return
RC_OK
;
in CreateController()
61
return
RC_OK
;
in PowerUp()
66
return
RC_OK
;
in PowerDown()
71
return
RC_OK
;
in PowerUp()
76
return
RC_OK
;
in PowerDown()
90
return
RC_OK
;
in GetAbilityMetaData()
96
return
RC_OK
;
in GetAbilityMetaData()
H
A
D
idevice_manager.h
61
return
RC_OK
;
in Connect()
70
return
RC_OK
;
in UnConnect()
86
return
RC_OK
;
in SendFrameBuffer()
116
return
RC_OK
;
in PreConfig()
121
return
RC_OK
;
in Flush()
126
return
RC_OK
;
in StartRecvFrame()
131
return
RC_OK
;
in StopRecvFrame()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/device_manager/
H
A
D
venc_controller.cpp
33
return
RC_OK
;
in Init()
38
RetCode rc =
RC_OK
;
in PowerUp()
50
RetCode rc =
RC_OK
;
in PowerDown()
66
return
RC_OK
;
in ConfigVenc()
72
RetCode rc =
RC_OK
;
in StartVenc()
85
RetCode rc =
RC_OK
;
in StopVenc()
H
A
D
vpss_controller.cpp
33
return
RC_OK
;
in Init()
38
RetCode rc =
RC_OK
;
in PowerUp()
50
RetCode rc =
RC_OK
;
in PowerDown()
65
return
RC_OK
;
in ConfigVpss()
71
RetCode rc =
RC_OK
;
in StartVpss()
84
RetCode rc =
RC_OK
;
in StopVpss()
H
A
D
vo_controller.cpp
33
return
RC_OK
;
in Init()
38
RetCode rc =
RC_OK
;
in PowerUp()
50
RetCode rc =
RC_OK
;
in PowerDown()
65
return
RC_OK
;
in ConfigVo()
71
RetCode rc =
RC_OK
;
in StartVo()
84
RetCode rc =
RC_OK
;
in StopVo()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/device_manager/
H
A
D
isp_controller.cpp
28
return
RC_OK
;
in Init()
33
RetCode rc =
RC_OK
;
in PowerUp()
44
RetCode rc =
RC_OK
;
in PowerDown()
56
RetCode rc =
RC_OK
;
in Start()
67
RetCode rc =
RC_OK
;
in Stop()
81
return
RC_OK
;
in Configure()
H
A
D
flash_controller.cpp
27
return
RC_OK
;
in Init()
32
RetCode rc =
RC_OK
;
in PowerUp()
43
RetCode rc =
RC_OK
;
in PowerDown()
55
return
RC_OK
;
in SetFlashlight()
71
return
RC_OK
;
in GetAbilityMetaData()
/drivers/peripheral/camera/vdi_base/usb_camera/pipeline_core/src/node/
H
A
D
face_node.cpp
35
return
RC_OK
;
in Start()
43
return
RC_OK
;
in Stop()
49
return
RC_OK
;
in Flush()
77
return
RC_OK
;
in Config()
83
return
RC_OK
;
in Capture()
89
return
RC_OK
;
in CancelCapture()
97
return
RC_OK
;
in GetFaceDetectMetaData()
104
return
RC_OK
;
in GetCameraFaceDetectSwitch()
143
return
RC_OK
;
in GetCameraFaceRectangles()
156
return
RC_OK
;
in GetCameraFaceIds()
[all...]
H
A
D
scale_node.cpp
37
return
RC_OK
;
in Start()
43
return
RC_OK
;
in Stop()
49
return
RC_OK
;
in Flush()
78
return
RC_OK
;
in Capture()
85
return
RC_OK
;
in CancelCapture()
H
A
D
exif_node.cpp
34
return
RC_OK
;
in Start()
40
return
RC_OK
;
in Stop()
46
return
RC_OK
;
in Flush()
87
return
RC_OK
;
in Config()
92
return
RC_OK
;
in Config()
102
int ret =
RC_OK
;
in SendMetadata()
158
return
RC_OK
;
in SetGpsInfoMetadata()
164
return
RC_OK
;
in Capture()
171
return
RC_OK
;
in CancelCapture()
H
A
D
fork_node.cpp
38
return
RC_OK
;
in Start()
69
return
RC_OK
;
in Start()
77
return
RC_OK
;
in Stop()
86
return
RC_OK
;
in Stop()
95
return
RC_OK
;
in Flush()
173
return
RC_OK
;
in Capture()
184
return
RC_OK
;
in Capture()
191
return
RC_OK
;
in CancelCapture()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/device_manager/include/
H
A
D
venc_controller.h
38
return
RC_OK
;
in StartGetStream()
42
return
RC_OK
;
in StopGetStream()
46
return
RC_OK
;
in SnapProcess()
56
return
RC_OK
;
in Configure()
65
return
RC_OK
;
in GetAbilityMetaData()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/vpss_node/
H
A
D
vpss_node.cpp
38
return
RC_OK
;
in GetDeviceController()
44
return
RC_OK
;
in Init()
49
RetCode rc =
RC_OK
;
in Start()
78
RetCode rc =
RC_OK
;
in Flush()
80
CHECK_IF_NOT_EQUAL_RETURN_VALUE(rc,
RC_OK
, RC_ERROR);
in Flush()
112
if (deviceManager_->SendFrameBuffer(frameSpec) ==
RC_OK
) {
in ProvideBuffers()
113
return
RC_OK
;
in ProvideBuffers()
122
if (ret !=
RC_OK
) {
in Capture()
127
return
RC_OK
;
in Capture()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/vo_node/
H
A
D
vo_node.cpp
33
return
RC_OK
;
in GetDeviceController()
38
RetCode rc =
RC_OK
;
in Start()
55
return
RC_OK
;
in Start()
60
RetCode rc =
RC_OK
;
in Stop()
71
return
RC_OK
;
in Stop()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/vi_node/
H
A
D
vi_node.cpp
31
return
RC_OK
;
in GetDeviceController()
36
RetCode rc =
RC_OK
;
in Start()
58
return
RC_OK
;
in Start()
63
RetCode rc =
RC_OK
;
in Stop()
66
return
RC_OK
;
in Stop()
79
return
RC_OK
;
in Stop()
/drivers/peripheral/camera/vdi_base/usb_camera/adapter/platform/v4l2/src/pipeline_core/nodes/uvc_node/
H
A
D
uvc_node.cpp
23
RetCode rc =
RC_OK
;
in UvcNode()
76
return
RC_OK
;
in GetDeviceController()
82
return
RC_OK
;
in Init()
87
RetCode rc =
RC_OK
;
in Flush()
91
CHECK_IF_NOT_EQUAL_RETURN_VALUE(rc,
RC_OK
, RC_ERROR);
in Flush()
100
RetCode rc =
RC_OK
;
in Start()
124
RetCode rc =
RC_OK
;
in Stop()
128
CHECK_IF_NOT_EQUAL_RETURN_VALUE(rc,
RC_OK
, RC_ERROR);
in Stop()
140
return
RC_OK
;
in SetCallback()
219
if (sensorController_->SendFrameBuffer(frameSpec) ==
RC_OK
) {
in ProvideBuffers()
[all...]
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H
A
D
stream_still_capture.cpp
52
return
RC_OK
;
in Capture()
87
if (rc !=
RC_OK
) {
in ChangeToOfflineStream()
92
return
RC_OK
;
in ChangeToOfflineStream()
100
return
RC_OK
;
in StopStream()
126
if (rc !=
RC_OK
) {
in StopStream()
138
if (rc !=
RC_OK
) {
in StopStream()
151
return
RC_OK
;
in StopStream()
Completed in 11 milliseconds
1
2
3
4
5