Home
last modified time | relevance | path

Searched defs:ctrl (Results 1 – 25 of 122) sorted by relevance

12345

/ohos5.0/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dnfc_controller_test.cpp76 NfcController ctrl = NfcController::GetInstance(); variable
91 NfcController ctrl = NfcController::GetInstance(); variable
107 NfcController ctrl = NfcController::GetInstance(); variable
123 NfcController ctrl = NfcController::GetInstance(); variable
136 NfcController ctrl = NfcController::GetInstance(); variable
163 NfcController ctrl = NfcController::GetInstance(); variable
177 NfcController ctrl = NfcController::GetInstance(); variable
189 NfcController ctrl = NfcController::GetInstance(); variable
239 NfcController ctrl = NfcController::GetInstance(); variable
251 NfcController ctrl = NfcController::GetInstance(); variable
[all …]
H A Dnfc_controller_callback_stub_test.cpp79 NfcControllerCallBackStub& ctrl = NfcControllerCallBackStub::GetInstance(); variable
90 NfcControllerCallBackStub& ctrl = NfcControllerCallBackStub::GetInstance(); variable
107 NfcControllerCallBackStub& ctrl = NfcControllerCallBackStub::GetInstance(); variable
/ohos5.0/foundation/communication/nfc/test/unittest/services/tags_test/
H A Dtag_foreground_test.cpp64 NfcController ctrl = NfcController::GetInstance(); variable
82 NfcController ctrl = NfcController::GetInstance(); variable
100 NfcController ctrl = NfcController::GetInstance(); variable
116 NfcController ctrl = NfcController::GetInstance(); variable
132 NfcController ctrl = NfcController::GetInstance(); variable
150 NfcController ctrl = NfcController::GetInstance(); variable
168 NfcController ctrl = NfcController::GetInstance(); variable
184 NfcController ctrl = NfcController::GetInstance(); variable
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_commands.c37 int tuneserver_initialize_prevtuningp(void * ctrl, in tuneserver_initialize_prevtuningp()
64 int tuneserver_deinitialize_prevtuningp(void * ctrl, in tuneserver_deinitialize_prevtuningp()
90 int tuneserver_preview_getchunksize(void * ctrl, in tuneserver_preview_getchunksize()
104 int tuneserver_preview_getframe(void * ctrl, in tuneserver_preview_getframe()
117 int tuneserver_preview_unsupported(void * ctrl, in tuneserver_preview_unsupported()
130 int tuneserver_initialize_tuningp(void * ctrl, int client_socket_id, in tuneserver_initialize_tuningp()
144 int tuneserver_deinitialize_tuningp(void * ctrl, int client_socket_id, in tuneserver_deinitialize_tuningp()
158 int tuneserver_process_get_list_cmd(void * ctrl, void *recv_cmd, in tuneserver_process_get_list_cmd()
171 int tuneserver_process_get_params_cmd(void * ctrl, void *recv_cmd, in tuneserver_process_get_params_cmd()
184 int tuneserver_process_set_params_cmd(void * ctrl, void *recv_cmd, in tuneserver_process_set_params_cmd()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dmock_wpa_ctrl.cpp144 struct wpa_ctrl *ctrl = (struct wpa_ctrl *)calloc(1, sizeof(struct wpa_ctrl)); in wpa_ctrl_open() local
170 void wpa_ctrl_close(struct wpa_ctrl *ctrl) in wpa_ctrl_close()
215 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, char *reply, size_t *r… in wpa_ctrl_request()
240 int wpa_ctrl_attach(struct wpa_ctrl *ctrl) in wpa_ctrl_attach()
246 int wpa_ctrl_detach(struct wpa_ctrl *ctrl) in wpa_ctrl_detach()
252 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len) in wpa_ctrl_recv()
270 int wpa_ctrl_pending(struct wpa_ctrl *ctrl) in wpa_ctrl_pending()
276 int wpa_ctrl_get_fd(struct wpa_ctrl *ctrl) in wpa_ctrl_get_fd()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/
H A Dv4l2_control.cpp26 struct v4l2_control ctrl; in V4L2VidiocSCtrl() local
81 struct v4l2_control ctrl; in V4L2VidiocGExtCtrls() local
140 struct v4l2_control ctrl; in V4L2GetCtrl() local
157 struct v4l2_control ctrl; in V4L2SetCtrl() local
174 int HosV4L2Control::ExtControl(int fd, struct v4l2_queryctrl *ctrl) in ExtControl()
192 DeviceControl& ctrl, v4l2_queryctrl& qCtrl) in V4L2SetValue()
224 void HosV4L2Control::V4L2EnumExtControl(int fd, v4l2_queryctrl &qCtrl, DeviceControl &ctrl) in V4L2EnumExtControl()
252 DeviceControl ctrl = {}; in V4L2EnumExtControls() local
274 DeviceControl ctrl = {}; in V4L2GetControl() local
/ohos5.0/drivers/external_device_manager/test/unittest/driver_extension_controller_test/src/
H A Ddriver_extension_controller_test.cpp109 auto &ctrl = DriverExtensionController::GetInstance(); variable
120 auto &ctrl = DriverExtensionController::GetInstance(); variable
133 auto &ctrl = DriverExtensionController::GetInstance(); variable
166 auto &ctrl = DriverExtensionController::GetInstance(); variable
/ohos5.0/foundation/communication/nfc/test/fuzztest/controller_test/nfccontroller/nfccontroller_fuzzer/
H A Dnfccontroller_fuzzer.cpp48 NfcController ctrl = NfcController::GetInstance(); in FuzzIsNfcOpen() local
55 NfcController ctrl = NfcController::GetInstance(); in FuzzRegListener() local
64 NfcController ctrl = NfcController::GetInstance(); in FuzzUnregListener() local
/aosp12/system/nfc/src/fuzzers/ce/
H A Dmain.cc19 auto& ctrl = Packets[0]; in Fuzz_FixPackets() local
49 auto& ctrl = Packets[0]; in Fuzz_RunPackets() local
/aosp12/system/nfc/src/fuzzers/rw/
H A Dmain.cc27 auto& ctrl = Packets[0]; in Fuzz_FixPackets() local
71 auto& ctrl = Packets[0]; in Fuzz_RunPackets() local
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/wifi_hal_ctrl/
H A Dwifi_hal_ctrl.c41 struct wifihal_ctrl *ctrl; in wifihal_ctrl_open2() local
167 void wifihal_ctrl_close(struct wifihal_ctrl *ctrl) in wifihal_ctrl_close()
177 int wifihal_ctrl_request(struct wifihal_ctrl *ctrl, const char *cmd, size_t cmd_len, in wifihal_ctrl_request()
/aosp12/system/netd/server/
H A DXfrmControllerTest.cpp143 XfrmController ctrl; in TEST_F() local
158 XfrmController ctrl; in TEST_F() local
165 XfrmController ctrl; in TEST_F() local
173 XfrmController ctrl; in TEST_F() local
181 XfrmController ctrl; in TEST_F() local
192 XfrmController ctrl; in TEST_F() local
276 XfrmController ctrl(params.xfrmInterfacesEnabled); in TEST_P() local
353 XfrmController ctrl(params.xfrmInterfacesEnabled); in testIpSecAddSecurityAssociation() local
471 XfrmController ctrl; in TEST_F() local
489 XfrmController ctrl; in TEST_F() local
[all …]
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dhdi_wpa_common.c113 static int StaCliCmd(WpaCtrl *ctrl, const char *cmd, char *buf, size_t bufLen) in StaCliCmd()
140 static int P2pCliCmd(WpaCtrl *ctrl, const char *cmd, char *buf, size_t bufLen) in P2pCliCmd()
167 static int ChbaCliCmd(WpaCtrl *ctrl, const char *cmd, char *buf, size_t bufLen) in ChbaCliCmd()
194 static int CommonCliCmd(WpaCtrl *ctrl, const char *cmd, char *buf, size_t bufLen) in CommonCliCmd()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/src/
H A Dcamera_fileformat.cpp140 RetCode CameraFileFormat::CameraSetFormat(struct CameraFeature feature, CameraCtrl &ctrl) in CameraSetFormat()
171 RetCode CameraFileFormat::CameraGetFormat(struct CameraFeature feature, CameraCtrl &ctrl) in CameraGetFormat()
207 RetCode CameraFileFormat::CameraSetCrop(struct CameraFeature feature, CameraCtrl &ctrl) in CameraSetCrop()
237 RetCode CameraFileFormat::CameraGetCrop(struct CameraFeature feature, CameraCtrl &ctrl) in CameraGetCrop()
267 RetCode CameraFileFormat::CameraSetFPS(struct CameraFeature feature, CameraCtrl &ctrl) in CameraSetFPS()
295 RetCode CameraFileFormat::CameraGetFPS(struct CameraFeature feature, CameraCtrl &ctrl) in CameraGetFPS()
H A Dcamera_control.cpp69 RetCode CameraControl::CameraQueryConfig(struct CameraFeature feature, CameraCtrl &ctrl) in CameraQueryConfig()
105 RetCode CameraControl::CameraSetConfig(struct CameraFeature feature, CameraCtrl &ctrl) in CameraSetConfig()
132 RetCode CameraControl::CameraGetConfig(struct CameraFeature feature, CameraCtrl &ctrl) in CameraGetConfig()
161 RetCode CameraControl::CameraGetConfigs(struct CameraFeature feature, std::vector<CameraCtrl> &ctrl in CameraGetConfigs()
184 RetCode CameraControl::CameraSetConfigs(struct CameraFeature feature, std::vector<CameraCtrl> &ctrl in CameraSetConfigs()
/aosp12/hardware/interfaces/automotive/can/1.0/tools/libcanhaltools/
H A Dlibcanhaltools.cpp42 bool isSupported(sp<ICanController> ctrl, ICanController::InterfaceType iftype) { in isSupported()
67 auto ctrl = ICanController::getService(service); in configureIface() local
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_interval.cpp220 PerfCtrl ctrl = PerfCtrl(QoS(static_cast<int>(qos_deadline_request))); variable
228 PerfCtrl ctrl = PerfCtrl(QoS(static_cast<int>(qos_inherit))); variable
/aosp12/hardware/interfaces/automotive/can/1.0/tools/
H A Dcanhalctrl.cpp50 auto ctrl = ICanController::getService(service); in up() local
100 auto ctrl = ICanController::getService(service); in down() local
/aosp12/hardware/google/graphics/common/libscaler/
H A Dlibscalerblend-v4l2.cpp10 struct v4l2_control ctrl; in DevSetCtrl() local
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Drtg_ioctl.h35 static RTGCtrl ctrl; in Instance() local
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp388 sp<SurfaceControl> ctrl(reinterpret_cast<SurfaceControl *>(nativeObject)); in nativeRelease() local
393 SurfaceControl* const ctrl = reinterpret_cast<SurfaceControl *>(nativeObject); in nativeDisconnect() local
401 SurfaceControl* const ctrl = reinterpret_cast<SurfaceControl *>(nativeObject); in nativeSetDefaultBufferSize() local
543 auto ctrl = reinterpret_cast<SurfaceControl *>(nativeObject); in nativeSetRelativeLayer() local
579 SurfaceControl* const ctrl = reinterpret_cast<SurfaceControl*>(nativeObject); in nativeSetBuffer() local
588 SurfaceControl* const ctrl = reinterpret_cast<SurfaceControl*>(nativeObject); in nativeSetColorSpace() local
637 auto* const ctrl = reinterpret_cast<SurfaceControl*>(nativeObject); in nativeSetStretchEffect() local
716 auto ctrl = reinterpret_cast<SurfaceControl *>(nativeObject); in nativeSetInputWindowInfo() local
824 const auto ctrl = reinterpret_cast<SurfaceControl *>(nativeObject); in nativeSetShadowRadius() local
840 const auto ctrl = reinterpret_cast<SurfaceControl*>(nativeObject); in nativeSetFrameRate() local
[all …]
/ohos5.0/drivers/peripheral/usb/test/fuzztest/usbcontroltransferread_fuzzer/
H A Dusbcontroltransferread_fuzzer.cpp40 UsbCtrlTransfer ctrl; in UsbControlTransferReadFuzzTest() local
/ohos5.0/drivers/peripheral/usb/test/fuzztest/usbcontroltransferreadwithlength_fuzzer/
H A Dusbcontroltransferreadwithlength_fuzzer.cpp41 UsbCtrlTransferParams ctrl; in UsbControlTransferReadwithLengthFuzzTest() local
/ohos5.0/drivers/peripheral/usb/test/fuzztest/usbcontroltransferwrite_fuzzer/
H A Dusbcontroltransferwrite_fuzzer.cpp40 UsbCtrlTransfer ctrl; in UsbControlTransferWriteFuzzTest() local
/aosp12/bionic/libc/kernel/uapi/linux/netfilter_bridge/
H A Debt_802_3.h32 __u8 ctrl; member
39 __be16 ctrl; member

12345