Home
last modified time | relevance | path

Searched defs:rc (Results 1 – 25 of 87) sorted by relevance

1234

/drivers/peripheral/wlan/test/hdi_service/
Dp2p_hdi_hal_services_c_test.cpp57 int32_t rc = g_wpaObj->Start(g_wpaObj); in SetUp() local
63 int32_t rc = g_wpaObj->Stop(g_wpaObj); in TearDown() local
69 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
81 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
93 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
105 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
117 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
131 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
143 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
155 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
[all …]
Dp2p_hdi_direct_test.cpp65 int32_t rc = g_wpaObj->P2pSetSsidPostfixName(g_wpaObj, nullptr, "test"); variable
75 int32_t rc = g_wpaObj->P2pSetWpsDeviceType(g_wpaObj, nullptr, "test"); variable
85 int32_t rc = g_wpaObj->P2pSetWpsConfigMethods(g_wpaObj, nullptr, "test"); variable
95 int32_t rc = g_wpaObj->P2pSetGroupMaxIdle(g_wpaObj, nullptr, 1); variable
103 int32_t rc = g_wpaObj->P2pSetWfdEnable(g_wpaObj, nullptr, 1); variable
111 int32_t rc = g_wpaObj->P2pSetPersistentReconnect(g_wpaObj, nullptr, 1); variable
119 int32_t rc = g_wpaObj->P2pSetWpsSecondaryDeviceType(g_wpaObj, nullptr, "test"); variable
129 int32_t rc = g_wpaObj->P2pSetupWpsPbc(g_wpaObj, nullptr, "00:00:00:00:00:00"); variable
142 …int32_t rc = g_wpaObj->P2pSetupWpsPin(g_wpaObj, nullptr, "00:00:00:00:00:00", pin, resultBuf, resu… variable
153 int32_t rc = g_wpaObj->P2pSetPowerSave(g_wpaObj, nullptr, 1); variable
[all …]
Dwpa_hdi_direct_test.cpp65 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
73 int32_t rc = g_wpaObj->Scan(g_wpaObj, IFNAME); variable
83 int32_t rc = g_wpaObj->ScanResult(g_wpaObj, IFNAME, resultBuf, &resultBufLen); variable
95 int32_t rc = g_wpaObj->AddNetwork(g_wpaObj, IFNAME, &networkId); variable
104 int32_t rc = g_wpaObj->RemoveNetwork(g_wpaObj, IFNAME, networkId); variable
113 int32_t rc = g_wpaObj->DisableNetwork(g_wpaObj, IFNAME, networkId); variable
122 int32_t rc = g_wpaObj->SetNetwork(g_wpaObj, IFNAME, networkId, "ssid", "WIFI_5G"); variable
136 …int32_t rc = g_wpaObj->ListNetworks(g_wpaObj, nullptr, (struct HdiWifiWpaNetworkInfo *)&networkInf… variable
148 int32_t rc = g_wpaObj->SetNetwork(g_wpaObj, IFNAME, networkId, "ssid", "WIFI_5G"); variable
159 int32_t rc = g_wpaObj->EnableNetwork(g_wpaObj, IFNAME, networkId); variable
[all …]
Dwpa_hdi_hal_services_c_test.cpp57 int32_t rc = g_wpaObj->Start(g_wpaObj); in SetUp() local
63 int32_t rc = g_wpaObj->Stop(g_wpaObj); in TearDown() local
69 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
79 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
93 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
107 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
121 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
137 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
154 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
179 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
[all …]
Dhostapd_hdi_direct_test.cpp72 int32_t rc = g_hostapdObj->EnableAp(g_hostapdObj, IFNAME, 1); variable
86 int32_t rc = g_hostapdObj->DisableAp(g_hostapdObj, IFNAME, 1); variable
100 int32_t rc = g_hostapdObj->SetApPasswd(g_hostapdObj, IFNAME, "123123123", 1); variable
116 int32_t rc = g_hostapdObj->SetApName(g_hostapdObj, IFNAME, "SFG001", 1); variable
142 int32_t rc = g_hostapdObj->SetApBand(g_hostapdObj, IFNAME, 6, 1); variable
156 int32_t rc = g_hostapdObj->SetAp80211n(g_hostapdObj, IFNAME, 1, 1); variable
170 int32_t rc = g_hostapdObj->SetApWmm(g_hostapdObj, IFNAME, 1, 1); variable
184 int32_t rc = g_hostapdObj->SetApChannel(g_hostapdObj, IFNAME, 6, 1); variable
198 int32_t rc = g_hostapdObj->SetApMaxConn(g_hostapdObj, IFNAME, 3, 1); variable
212 int32_t rc = g_hostapdObj->SetMacFilter(g_hostapdObj, IFNAME, "34:3a:20:32:fb:31", 1); variable
[all …]
Dhostapd_hdi_hal_services_c_test.cpp46 int32_t rc = g_hostapdObj->StartApWithCmd(g_hostapdObj, IFNAME, 1); 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); variable
94 int32_t rc = g_hostapdObj->SetApPasswd(g_hostapdObj, IFNAME, "123456789", 1); variable
110 int32_t rc = g_hostapdObj->SetApName(g_hostapdObj, IFNAME, "SFG001", 1); variable
123 int32_t rc = g_hostapdObj->SetApWpaValue(g_hostapdObj, IFNAME, 2, 1); variable
135 int32_t rc = g_hostapdObj->SetApBand(g_hostapdObj, IFNAME, 1, 1); variable
147 int32_t rc = g_hostapdObj->SetAp80211n(g_hostapdObj, IFNAME, 1, 1); variable
159 int32_t rc = g_hostapdObj->SetApWmm(g_hostapdObj, IFNAME, 1, 1); variable
171 int32_t rc = g_hostapdObj->SetApChannel(g_hostapdObj, IFNAME, 6, 1); variable
[all …]
Dwlan_hdi_direct_test.cpp75 int32_t rc = g_wlanObj->GetSupportFeature(g_wlanObj, nullptr, &supTypeLenInvalid); variable
93 int32_t rc = g_wlanObj->GetSupportCombo(g_wlanObj, nullptr); variable
111 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, nullptr); variable
137 int32_t rc = g_wlanObj->DestroyFeature(g_wlanObj, nullptr); variable
169 int32_t rc = g_wlanObj->GetAssociatedStas(g_wlanObj, nullptr, staInfo, &staInfoLen, &num); variable
198 int32_t rc = g_wlanObj->GetChipId(g_wlanObj, nullptr, &chipId); variable
224 int32_t rc = g_wlanObj->GetDeviceMacAddress(g_wlanObj, nullptr, mac, &macLen, ETH_ADDR_LEN); variable
250 int32_t rc = g_wlanObj->GetFeatureByIfName(g_wlanObj, nullptr, &ifeature); variable
270 int32_t rc = g_wlanObj->GetFeatureType(g_wlanObj, nullptr, &featureType); variable
295 int32_t rc = g_wlanObj->GetFreqsWithBand(g_wlanObj, nullptr, &wifiInfo, freq, &freqLen); variable
[all …]
Dwlan_hdi_hal_services_c_test.cpp62 int32_t rc = g_wlanObj->Start(g_wlanObj); in SetUp() local
68 int32_t rc = g_wlanObj->Stop(g_wlanObj); in TearDown() local
85 int32_t rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLenInvalid); variable
104 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); variable
125 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); variable
148 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); variable
169 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); variable
192 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); variable
217 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); variable
246 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); variable
[all …]
/drivers/peripheral/camera/vdi_base/common/device_manager/test/unittest/mpi/
Dutest_mpi_device_manager.cpp81 RetCode rc = RC_OK; variable
90 RetCode rc = RC_OK; variable
99 RetCode rc = RC_OK; variable
202 RetCode rc = DM->Connect("vi#0", "out#0", "vpss#0", "in#0"); variable
243 RetCode rc = controller->Configure(meta); variable
261 RetCode rc = RC_ERROR; variable
286 RetCode rc = RC_OK; variable
299 RetCode rc = DM->Connect("vi#0", "out#1", "venc#0", "in#0"); variable
309 RetCode rc = DM->Connect("vo#0", "out#4", "vi#0", "in#0"); variable
315 RetCode rc = DM->UnConnect("vpss#0", "out#0", "vpss#0", "in#0"); variable
[all …]
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/device_manager/
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
Dsensor_controller.cpp58 RetCode rc = RC_OK; in PowerUp() local
69 RetCode rc = RC_OK; in PowerDown() local
97 RetCode rc = SendFpsMetaData(data); in ConfigFps() local
108 RetCode rc = RC_OK; in ConfigStart() local
124 RetCode rc = RC_OK; in ConfigStop() local
136 RetCode rc = RC_OK; in Start() local
151 RetCode rc = RC_OK; in Stop() local
254 RetCode rc = RC_OK; in GetSensorMetaData() local
296 RetCode rc = RC_ERROR; in GetAEMetaData() local
322 RetCode rc = RC_ERROR; in GetAWBMetaData() local
[all …]
/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dcamera_device/
Ddcamera_device_test.cpp97 int32_t rc = dcameraDevice_->SetResultMode(mode); variable
112 int32_t rc = dcameraDevice_->GetEnabledResults(results); variable
127 int32_t rc = dcameraDevice_->SetResultMode(mode); variable
146 CamRetCode rc = dcameraDevice_->GetDCameraAbility(ability); variable
163 CamRetCode rc = dcameraDevice_->GetDCameraAbility(ability); variable
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/device_manager/
Dvi_controller.cpp47 RetCode rc = RC_OK; in PowerUp() local
59 RetCode rc = RC_OK; in PowerDown() local
80 RetCode rc = RC_OK; in StartVi() local
93 RetCode rc = RC_OK; in StopVi() local
135 RetCode rc = SendAEMetaData(*data); in SendIspMetaData() local
150 RetCode rc = RC_OK; in SendAEMetaData() local
168 RetCode rc = RC_OK; in SendAWBMetaData() local
191 RetCode rc = GetAEMetaData(meta); in GetIspMetaData() local
211 RetCode rc = RC_ERROR; in GetAEMetaData() local
234 RetCode rc = RC_ERROR; in GetAWBMetaData() local
[all …]
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
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
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
Dmpi_device_manager.cpp37 RetCode rc = RC_ERROR; in Init() local
83 RetCode rc = RC_OK; in PowerUp() local
95 RetCode rc = RC_OK; in PowerDown() local
133 RetCode rc = RC_OK; in CreateManager() local
185 RetCode rc = RC_OK; in CreateController() local
263 void ConnectViVpss(RetCode &rc, int32_t port, int32_t connectPort) in ConnectViVpss()
276 void ConnectViVo(RetCode &rc) in ConnectViVo()
287 void ConnectViVenc(RetCode &rc) in ConnectViVenc()
299 void ConnectVpssVo(RetCode &rc, int32_t port, int32_t connectPort) in ConnectVpssVo()
311 void ConnectVpssVenc(RetCode &rc) in ConnectVpssVenc()
[all …]
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/
Dv4l2_fileformat.cpp96 RetCode rc = RC_OK; in V4L2GetFmtDescs() local
123 int rc = ioctl(fd, VIDIOC_QUERYCAP, &cap); in V4L2GetCapability() local
164 int rc = ioctl(fd, VIDIOC_G_FMT, &fmt); in V4L2GetFmt() local
210 int rc = ioctl(fd, VIDIOC_S_FMT, &fmt); in V4L2SetFmt() local
232 int rc = ioctl(fd, VIDIOC_G_CROP, &crop); in V4L2GetCrop() local
264 int rc = ioctl(fd, VIDIOC_S_CROP, &crop); in V4L2SetCrop() local
286 int rc = ioctl(fd, VIDIOC_CROPCAP, &cropcap); in V4L2GetCropCap() local
314 int rc = 0; in V4L2OpenDevice() local
341 int rc = 0; in V4L2MatchDevice() local
378 int rc = ioctl(fd, VIDIOC_QUERYCAP, &cap); in V4L2SearchBufType() local
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
Dv4l2_dev.cpp127 int rc, fd; in ReqBuffers() local
154 int rc, fd; in CreatBuffer() local
186 int rc, fd; in QueueBuffer() local
211 int rc = 0; in ReleaseBuffers() local
236 int rc; in dequeueBuffers() local
344 int rc, fd; in StartStream() local
438 int &rc, std::shared_ptr<HosV4L2Control> myControl_) in SetCtrlByCondition()
489 int rc = 0; in UpdateSetting() local
518 int rc = 0; in QuerySetting() local
593 int fd, rc; in GetControls() local
[all …]
/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dstream_operator/
Ddstream_operator_test.cpp110 …DCamRetCode rc = dstreamOperator_->InitOutputConfigurations(dhBase, TEST_ABILITY_VALUE, TEST_ABILI… variable
140 int32_t rc = dstreamOperator_->IsStreamsSupported(mode, modeSetting, stre, pType); variable
167 int32_t rc = dstreamOperator_->CreateStreams(streamInfos); variable
196 int32_t rc = dstreamOperator_->CreateStreams(streamInfos); variable
229 int32_t rc = dstreamOperator_->CreateStreams(streamInfos); variable
263 int32_t rc = dstreamOperator_->CreateStreams(streamInfos); variable
300 int32_t rc = dstreamOperator_->CreateStreams(streamInfos); variable
341 int32_t rc = dstreamOperator_->CreateStreams(streamInfos); variable
/drivers/peripheral/camera/vdi_base/common/device_manager/test/unittest/v4l2/
Dutest_v4l2_device_manager.cpp48 RetCode rc; variable
57 RetCode rc; variable
66 RetCode rc; variable
75 RetCode rc; variable
/drivers/peripheral/camera/test/demo/
Ddemo_main.cpp66 RetCode rc = RC_OK; in PreviewOn() local
125 RetCode rc = RC_OK; in OfflineTest() local
148 RetCode rc = RC_OK; in CaptureTest() local
167 RetCode rc = RC_OK; in VideoTest() local
244 RetCode rc = RC_OK; in main() local
/drivers/peripheral/distributed_camera/hdi_service/test/sample/
Ddemo_main.cpp70 RetCode rc = RC_OK; in PreviewOn() local
135 RetCode rc = RC_OK; in OfflineTest() local
158 RetCode rc = RC_OK; in CaptureTest() local
178 RetCode rc = RC_OK; in VideoTest() local
259 RetCode rc = RC_OK; in main() local
/drivers/peripheral/camera/test/demo_3A/
Ddemo_3a_main.cpp66 RetCode rc = RC_OK; in PreviewOn() local
111 RetCode rc = RC_OK; in CaptureTest() local
130 RetCode rc = RC_OK; in VideoTest() local
201 RetCode rc = RC_OK; in main() local

1234