Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hcs-view/hcsVSCode/
Dpackage.json27 "command": "hcs_editor", string
34 "command": "hcs_editor", string
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/
Dv4l2_dev.cpp410 RetCode HosV4L2Dev::UpdateSetting(const std::string& cameraID, AdapterCmd command, const int* args) in UpdateSetting()
461 RetCode HosV4L2Dev::QuerySetting(const std::string& cameraID, unsigned int command, int* args) in QuerySetting()
589 RetCode HosV4L2Dev::ConfigFps(const int fd, DeviceFormat& format, V4l2FmtCmd command) in ConfigFps()
614 RetCode HosV4L2Dev::ConfigSys(const std::string& cameraID, V4l2FmtCmd command, DeviceFormat& format) in ConfigSys()
/drivers/peripheral/secure_element/hdi_service/
Dse_impl.cpp69 int32_t SeImpl::transmit(const std::vector<uint8_t>& command, std::vector<uint8_t>& response, in transmit()
/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/vendor_adaptor/
Dse_vendor_adaptions.cpp142 int32_t SeVendorAdaptions::transmit(const std::vector<uint8_t>& command, std::vector<uint8_t>& resp… in transmit()
/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()
/drivers/peripheral/usb/ddk/host/src/
Dlinux_adapter.c1111 struct UsbAdapterIoctl command = {interfaceNumber, USBDEVFS_DISCONNECT, NULL}; in AdapterDetachKernelDriverAndClaim() local