Searched defs:command (Results 1 - 10 of 10) sorted by relevance
/drivers/peripheral/secure_element/test/unittest/se_impl_test/ |
H A D | se_impl_test.cpp | 187 const std::vector<uint8_t> command; in HWTEST_F() local
|
/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_test/ |
H A D | se_vendor_adaptions_test.cpp | 128 const std::vector<uint8_t> command; in HWTEST_F() local
|
/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_mock_test/ |
H A D | se_vendor_adaptions_mock_test.cpp | 144 const std::vector<uint8_t> command; in HWTEST_F() local
|
/drivers/peripheral/secure_element/hdi_service/ |
H A D | se_impl.cpp | 75 int32_t SeImpl::transmit(const std::vector<uint8_t>& command, std::vector<uint8_t>& response, in transmit() argument
|
/drivers/peripheral/secure_element/sim_hdi_service/ |
H A D | secure_element_interface_service.cpp | 67 int32_t SecureElementInterfaceService::transmit(const std::vector<uint8_t>& command, std::vector<uint8_t>& response, in transmit() argument
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/ |
H A D | v4l2_dev.cpp | 460 void SetCtrlByCondition(int32_t fd, AdapterCmd command, const int* args, in SetCtrlByCondition() argument 508 RetCode HosV4L2Dev::UpdateSetting(const std::string& cameraID, AdapterCmd command, const int* args) in UpdateSetting() argument 537 RetCode HosV4L2Dev::QuerySetting(const std::string& cameraID, unsigned int command, int* args) in QuerySetting() argument 665 RetCode HosV4L2Dev::ConfigFps(const int fd, DeviceFormat& format, V4l2FmtCmd command) in ConfigFps() argument 690 RetCode HosV4L2Dev::ConfigSys(const std::string& cameraID, V4l2FmtCmd command, DeviceForma argument [all...] |
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/src/ |
H A D | camera_dev.cpp | 606 RetCode CameraDev::ConfigSys(const std::string &cameraId, int type, CameraFmtCmd command, CameraCtrl &format) in ConfigSys() argument
|
/drivers/peripheral/secure_element/vendor_adaptor/ |
H A D | se_vendor_adaptions.cpp | 222 int32_t SeVendorAdaptions::transmit(const std::vector<uint8_t>& command, std::vector<uint8_t>& response,
in transmit() argument
|
/drivers/peripheral/secure_element/vendor_sim_adaptor/ |
H A D | se_vendor_adaptions.cpp | 348 int32_t SimSeVendorAdaptions::transmit(const std::vector<uint8_t>& command, std::vector<uint8_t>& response,
in transmit() argument
|
/drivers/peripheral/usb/ddk/host/src/ |
H A D | linux_adapter.c | 1116 struct UsbAdapterIoctl command = {interfaceNumber, USBDEVFS_DISCONNECT, NULL}; in AdapterDetachKernelDriver() local 1179 struct UsbAdapterIoctl command = {interfaceNumber, USBDEVFS_DISCONNECT, NULL}; in AdapterDetachKernelDriverAndClaim() local
|
Completed in 7 milliseconds