Home
last modified time | relevance | path

Searched defs:SendBreak (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/include/
H A Dusb_device_lite_cdcacm_test.h71 int32_t (*SendBreak)(struct AcmDevice *acm, int32_t duration); member
/ohos5.0/drivers/peripheral/usb/gadget/function/include/
H A Dcdcacm.h76 int32_t (*SendBreak)(struct UsbAcmDevice *acm, int32_t duration); member
/ohos5.0/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.cpp543 static int32_t SendBreak(struct AcmDevice *acm, int32_t duration) in SendBreak() function
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c533 static int32_t SendBreak(struct AcmDevice *acm, int32_t duration) in SendBreak() function