Home
last modified time | relevance | path

Searched defs:command (Results 1 – 17 of 17) sorted by relevance

/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/
Dv4l2_dev.cpp463 void SetCtrlByCondition(int32_t fd, AdapterCmd command, const int* args, in SetCtrlByCondition()
511 RetCode HosV4L2Dev::UpdateSetting(const std::string& cameraID, AdapterCmd command, const int* args) in UpdateSetting()
540 RetCode HosV4L2Dev::QuerySetting(const std::string& cameraID, unsigned int command, int* args) in QuerySetting()
670 RetCode HosV4L2Dev::ConfigFps(const int fd, DeviceFormat& format, V4l2FmtCmd command) in ConfigFps()
695 RetCode HosV4L2Dev::ConfigSys(const std::string& cameraID, V4l2FmtCmd command, DeviceFormat& format) in ConfigSys()
/drivers/hdf_core/framework/tools/hcs-view/hcsVSCode/
Dpackage.json27 "command": "hcs_editor", string
34 "command": "hcs_editor", string
/drivers/peripheral/secure_element/sim_hdi_service/
Dsecure_element_interface_service.cpp67 int32_t SecureElementInterfaceService::transmit(const std::vector<uint8_t>& command, std::vector<ui… in transmit()
/drivers/peripheral/secure_element/hdi_service/
Dse_impl.cpp75 int32_t SeImpl::transmit(const std::vector<uint8_t>& command, std::vector<uint8_t>& response, in transmit()
/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_mock_test/
Dse_vendor_adaptions_mock_test.cpp144 const std::vector<uint8_t> command; variable
/drivers/peripheral/wlan/chip/wifi_hal/
Dgscan.cpp175 GetChannelListCommand command(handle, band); in VendorHalGetChannelsInBand() local
Dwifi_scan.cpp102 GetWiphyIndexCommand command(handle, wiphyIndex); in WifiGetWiphyIndex() local
186 GetWiphyInfoCommand command(handle, wiphyIndex); in WifiGetWiphyInfo() local
600 GetScanResultsCommand command(handle); in WifiGetScanInfo() local
Dwifi_hal.cpp1126 VirtualIfaceConfig command(wlan0Handle, ifname, type, wlan0Id); in VendorHalCreateIface() local
1194 VirtualIfaceConfig command(wlan0Handle, ifname, (nl80211_iftype)0, 0); in VendorHalDeleteIface() local
1269 SetCountryCodeCommand command(handle, country_code); in WifiSetCountryCode() local
1335 GetAssociatedInfoCommand command(handle, info); in WifiGetAssociateInfo() local
1600 GetSignalInfoCommand command(handle, associatedInfo); in WifiGetSignalInfo() local
/drivers/hdf_core/framework/tools/hdi-gen/test/hash_test/
Dhash_test.py35 def exec_command(command): argument
/drivers/hdf_core/framework/tools/hc-gen/test/
Dhcgen_test.py77 def exec_command(command): argument
/drivers/peripheral/secure_element/test/unittest/se_impl_test/
Dse_impl_test.cpp187 const std::vector<uint8_t> command; variable
/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_test/
Dse_vendor_adaptions_test.cpp128 const std::vector<uint8_t> command; variable
/drivers/hdf_core/framework/tools/hdi-gen/test/unittest/
Dunit_test.py61 def exec_command(command): argument
/drivers/peripheral/secure_element/vendor_adaptor/
Dse_vendor_adaptions.cpp227 int32_t SeVendorAdaptions::transmit(const std::vector<uint8_t>& command, std::vector<uint8_t>& resp… in transmit()
/drivers/peripheral/secure_element/vendor_sim_adaptor/
Dse_vendor_adaptions.cpp345 int32_t SimSeVendorAdaptions::transmit(const std::vector<uint8_t>& command, std::vector<uint8_t>& r… in transmit()
/drivers/peripheral/usb/ddk/host/src/
Dlinux_adapter.c1196 struct UsbAdapterIoctl command = {interfaceNumber, USBDEVFS_DISCONNECT, NULL}; in AdapterDetachKernelDriver() local
1259 struct UsbAdapterIoctl command = {interfaceNumber, USBDEVFS_DISCONNECT, NULL}; in AdapterDetachKernelDriverAndClaim() local
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/src/
Dcamera_dev.cpp606 RetCode CameraDev::ConfigSys(const std::string &cameraId, int type, CameraFmtCmd command, CameraCtr… in ConfigSys()