Searched defs:Serial (Results 1 – 3 of 3) sorted by relevance
58 struct Serial { struct59 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 …]
51 struct Serial { struct52 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 …]
201 void SLRProc::Serial(const SLRMat &src, SLRMat &dst, const SLRWeightMat &x, const SLRWeightMat &y) in Serial() function in OHOS::Media::SLRProc