Home
last modified time | relevance | path

Searched defs:Serial (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.h58 struct Serial { struct
59 struct AcmDevice *acm;
61 struct OsalMutex lock;
64 int32_t readStarted;
65 int32_t readAllocated;
67 int32_t writeStarted;
68 int32_t writeAllocated;
69 bool writeBusy;
71 bool suspended;
72 bool startDelayed;
[all …]
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/include/
H A Dusb_device_lite_cdcacm_test.h51 struct Serial { struct
52 struct AcmDevice *acm;
53 struct UsbCdcLineCoding lineCoding;
54 struct OsalMutex lock;
55 struct DListHead readPool;
56 struct DListHead readQueue;
57 int32_t readStarted;
59 struct DListHead writePool;
60 int32_t writeStarted;
62 bool writeBusy;
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc_slr.cpp201 void SLRProc::Serial(const SLRMat &src, SLRMat &dst, const SLRWeightMat &x, const SLRWeightMat &y) in Serial() function in OHOS::Media::SLRProc