Home
last modified time | relevance | path

Searched defs:rc (Results 1 - 25 of 86) sorted by relevance

1234

/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/vo_node/
H A Dvo_node.cpp38 RetCode rc = RC_OK; in Start() local
60 RetCode rc = RC_OK; in Stop() local
[all...]
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/vi_node/
H A Dvi_node.cpp36 RetCode rc = RC_OK; in Start() local
63 RetCode rc in Stop() local
[all...]
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/device_manager/
H A Dflash_controller.cpp32 RetCode rc = RC_OK; in PowerUp() local
43 RetCode rc = RC_OK; in PowerDown() local
H A Disp_controller.cpp33 RetCode rc = RC_OK; in PowerUp() local
44 RetCode rc = RC_OK; in PowerDown() local
56 RetCode rc = RC_OK; in Start() local
67 RetCode rc = RC_OK; in Stop() local
[all...]
H A Dflash_manager.cpp27 RetCode rc = RC_OK; in CreateController() local
H A Disp_manager.cpp27 RetCode rc = RC_OK; in CreateController() local
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/
H A Dv4l2_stream.cpp33 int rc; in V4L2StreamOn() local
49 int rc; in V4L2StreamOff() local
65 int rc; in V4L2StreamFPSGet() local
84 int rc; in V4L2StreamFPSSet() local
[all...]
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/mpi_node/
H A Dmpi_node.cpp62 RetCode rc = deviceManager_->Connect(name_, port->GetName(), peerNode->GetName(), peerPort->GetName()); in ConnectMpi() local
100 RetCode rc = deviceManager_->UnConnect(name_, port->GetName(), peerNode->GetName(), peerPort->GetName()); in DisConnectMpi() local
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/device_manager/
H A Dvenc_controller.cpp38 RetCode rc = RC_OK; in PowerUp() local
50 RetCode rc = RC_OK; in PowerDown() local
72 RetCode rc = RC_OK; in StartVenc() local
85 RetCode rc = RC_OK; in StopVenc() local
[all...]
H A Dvpss_controller.cpp38 RetCode rc = RC_OK; in PowerUp() local
50 RetCode rc = RC_OK; in PowerDown() local
71 RetCode rc = RC_OK; in StartVpss() local
84 RetCode rc = RC_OK; in StopVpss() local
[all...]
H A Dvo_controller.cpp38 RetCode rc = RC_OK; in PowerUp() local
50 RetCode rc = RC_OK; in PowerDown() local
71 RetCode rc = RC_OK; in StartVo() local
84 RetCode rc = RC_OK; in StopVo() local
[all...]
/drivers/peripheral/camera/vdi_base/common/device_manager/test/unittest/v4l2/
H A Dutest_v4l2_device_manager.cpp48 RetCode rc; in HWTEST_F() local
57 RetCode rc; in HWTEST_F() local
66 RetCode rc; in HWTEST_F() local
75 RetCode rc; in HWTEST_F() local
[all...]
/drivers/peripheral/wlan/test/hdi_service/
H A Dhostapd_hdi_direct_test.cpp72 int32_t rc = g_hostapdObj->EnableAp(g_hostapdObj, IFNAME, 1); in HWTEST_F() local
86 int32_t rc = g_hostapdObj->DisableAp(g_hostapdObj, IFNAME, 1); in HWTEST_F() local
100 int32_t rc = g_hostapdObj->SetApPasswd(g_hostapdObj, IFNAME, "123123123", 1); in HWTEST_F() local
116 int32_t rc = g_hostapdObj->SetApName(g_hostapdObj, IFNAME, "SFG001", 1); HWTEST_F() local
132 int32_t rc = g_hostapdObj->SetApBand(g_hostapdObj, IFNAME, 6, 1); HWTEST_F() local
146 int32_t rc = g_hostapdObj->SetAp80211n(g_hostapdObj, IFNAME, 1, 1); HWTEST_F() local
160 int32_t rc = g_hostapdObj->SetApWmm(g_hostapdObj, IFNAME, 1, 1); HWTEST_F() local
174 int32_t rc = g_hostapdObj->SetApChannel(g_hostapdObj, IFNAME, 6, 1); HWTEST_F() local
188 int32_t rc = g_hostapdObj->SetApMaxConn(g_hostapdObj, IFNAME, 3, 1); HWTEST_F() local
202 int32_t rc = g_hostapdObj->SetMacFilter(g_hostapdObj, IFNAME, "34:3a:20:32:fb:31", 1); HWTEST_F() local
218 int32_t rc = g_hostapdObj->DelMacFilter(g_hostapdObj, IFNAME, "34:3a:20:32:fb:31", 1); HWTEST_F() local
237 int32_t rc = g_hostapdObj->GetStaInfos(g_hostapdObj, IFNAME, buf, bufLen, size, 1); HWTEST_F() local
253 int32_t rc = g_hostapdObj->DisassociateSta(g_hostapdObj, IFNAME, "34:3a:20:32:fb:31", 1); HWTEST_F() local
269 int32_t rc = g_hostapdObj->HostApdShellCmd(g_hostapdObj, IFNAME, ""); HWTEST_F() local
285 int32_t rc = g_hostapdObj->StartAp(g_hostapdObj); HWTEST_F() local
297 int32_t rc = g_hostapdObj->StartApWithCmd(g_hostapdObj, IFNAME, 1); HWTEST_F() local
311 int32_t rc = g_hostapdObj->StopAp(g_hostapdObj); HWTEST_F() local
323 int32_t rc = g_hostapdObj->ReloadApConfigInfo(g_hostapdObj, IFNAME, 1); HWTEST_F() local
[all...]
H A Dhostapd_hdi_hal_services_c_test.cpp46 int32_t rc = g_hostapdObj->StartAp(g_hostapdObj); in SetUpTestCase() local
53 int32_t rc = g_hostapdObj->StopAp(g_hostapdObj); in TearDownTestCase() local
77 int32_t rc = g_hostapdObj->DisableAp(g_hostapdObj, IFNAME, 1); in HWTEST_F() local
94 int32_t rc = g_hostapdObj->SetApPasswd(g_hostapdObj, IFNAME, "123456789", 1); in HWTEST_F() local
110 int32_t rc = g_hostapdObj->SetApName(g_hostapdObj, IFNAME, "SFG001", 1); HWTEST_F() local
123 int32_t rc = g_hostapdObj->SetApWpaValue(g_hostapdObj, IFNAME, 2, 1); HWTEST_F() local
135 int32_t rc = g_hostapdObj->SetApBand(g_hostapdObj, IFNAME, 1, 1); HWTEST_F() local
147 int32_t rc = g_hostapdObj->SetAp80211n(g_hostapdObj, IFNAME, 1, 1); HWTEST_F() local
159 int32_t rc = g_hostapdObj->SetApWmm(g_hostapdObj, IFNAME, 1, 1); HWTEST_F() local
171 int32_t rc = g_hostapdObj->SetApChannel(g_hostapdObj, IFNAME, 6, 1); HWTEST_F() local
183 int32_t rc = g_hostapdObj->SetApMaxConn(g_hostapdObj, IFNAME, 3, 1); HWTEST_F() local
195 int32_t rc = g_hostapdObj->SetMacFilter(g_hostapdObj, IFNAME, "34:3a:20:32:fb:31", 1); HWTEST_F() local
207 int32_t rc = g_hostapdObj->DelMacFilter(g_hostapdObj, IFNAME, "34:3a:20:32:fb:31", 1); HWTEST_F() local
222 int32_t rc = g_hostapdObj->GetStaInfos(g_hostapdObj, IFNAME, buf, bufLen, size, 1); HWTEST_F() local
235 int32_t rc = g_hostapdObj->DisassociateSta(g_hostapdObj, IFNAME, "34:3a:20:32:fb:31", 1); HWTEST_F() local
247 int32_t rc = g_hostapdObj->HostApdShellCmd(g_hostapdObj, IFNAME, ""); HWTEST_F() local
259 int32_t rc = g_hostapdObj->ReloadApConfigInfo(g_hostapdObj, IFNAME, 1); HWTEST_F() local
[all...]
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/vpss_node/
H A Dvpss_node.cpp49 RetCode rc = RC_OK; in Start() local
78 RetCode rc = RC_OK; Flush() local
[all...]
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dstream_still_capture.cpp86 RetCode rc = offlineStream->Init(context); in ChangeToOfflineStream() local
125 RetCode rc = pipeline_->Flush({streamId_}); in StopStream() local
/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dcamera_device/
H A Ddcamera_device_test.cpp97 int32_t rc = dcameraDevice_->SetResultMode(mode); in HWTEST_F() local
112 int32_t rc = dcameraDevice_->GetEnabledResults(results); in HWTEST_F() local
127 int32_t rc = dcameraDevice_->SetResultMode(mode); in HWTEST_F() local
146 CamRetCode rc = dcameraDevice_->GetDCameraAbility(ability); in HWTEST_F() local
163 CamRetCode rc = dcameraDevice_->GetDCameraAbility(ability); HWTEST_F() local
[all...]
/drivers/peripheral/wlan/test/fuzztest/hostapd_fuzzer/
H A Dhostapd_fuzzer.cpp69 int32_t rc = g_devMgr->LoadDevice(g_devMgr, g_wpaServiceName); in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/wlan/test/fuzztest/wpa_fuzzer/
H A Dwpa_fuzzer.cpp133 int32_t rc = g_devMgr->LoadDevice(g_devMgr, g_wpaServiceName); in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/camera/hal_c/hdi_cif/src/
H A Dcamera_host.cpp32 CamRetCode rc = cameraHost->Init(); in CreateCameraHost() local
/drivers/peripheral/camera/test/demo_3A/
H A Ddemo_3a_main.cpp66 RetCode rc = RC_OK; in PreviewOn() local
111 RetCode rc in CaptureTest() local
130 RetCode rc = RC_OK; VideoTest() local
201 RetCode rc = RC_OK; main() local
[all...]
/drivers/peripheral/camera/test/demo/
H A Ddemo_main.cpp66 RetCode rc = RC_OK; in PreviewOn() local
125 RetCode rc in OfflineTest() local
148 RetCode rc = RC_OK; CaptureTest() local
167 RetCode rc = RC_OK; VideoTest() local
244 RetCode rc = RC_OK; main() local
[all...]
/drivers/peripheral/camera/test/hdi/v1_1/src/
H A Dcamera_tag_uttest_v1_1.cpp62 int rc = HDI::Camera::V1_0::NO_ERROR; in invalidParmTestU8() local
74 int rc = HDI::Camera::V1_0::NO_ERROR; in invalidParmTestI32() local
[all...]
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/lite/
H A Dstream_tunnel.cpp91 RetCode rc = BufferAdapter::SurfaceBufferToCameraBuffer(sb, bufferQueue_, cb); in GetBuffer() local
/drivers/peripheral/distributed_camera/hdi_service/test/sample/
H A Ddemo_main.cpp70 RetCode rc = RC_OK; in PreviewOn() local
135 RetCode rc = RC_OK; OfflineTest() local
158 RetCode rc = RC_OK; CaptureTest() local
178 RetCode rc = RC_OK; VideoTest() local
259 RetCode rc = RC_OK; main() local
[all...]

Completed in 8 milliseconds

1234