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()111 ctxRecv.thisClass = this; in Initial()112 ctxRecv.bufSizeMax = Base::GetUsbffsBulkSize(); in Initial()113 ctxRecv.buf = new uint8_t[ctxRecv.bufSizeMax](); in Initial()114 if (!ctxRecv.buf) { in Initial()577 thisClass->ctxRecv.atPollQueue = false; in OnUSBRead()587 ctxRecv.data = hUSB; in LoopUSBRead()588 ctxRecv.bufSize = readMaxWanted; in LoopUSBRead()[all …]
67 CtxUvFileCommonIo ctxRecv = {}; variable