Searched refs:ctxRecv (Results 1 – 2 of 2) sorted by relevance
49 if (ctxRecv.buf) { in ~HdcDaemonUSB()50 delete[] ctxRecv.buf; in ~HdcDaemonUSB()52 uv_fs_req_cleanup(&ctxRecv.req); in ~HdcDaemonUSB()112 ctxRecv.thisClass = this; in Initial()113 ctxRecv.bufSizeMax = Base::GetUsbffsBulkSize(); in Initial()114 ctxRecv.buf = new uint8_t[ctxRecv.bufSizeMax](); in Initial()115 if (!ctxRecv.buf) { in Initial()583 thisClass->ctxRecv.atPollQueue = false; in OnUSBRead()593 ctxRecv.data = hUSB; in LoopUSBRead()594 ctxRecv.bufSize = readMaxWanted; in LoopUSBRead()[all …]
67 CtxUvFileCommonIo ctxRecv = {}; variable