Searched refs:readRet (Results 1 – 1 of 1) sorted by relevance
98 int readRet = DBG_SocketRead(client, msgLenChar, MSG_LEN); in DBG_ReadMsgLen() local99 if (readRet != 1) { in DBG_ReadMsgLen()126 int readRet = DBG_SocketRead(client, msgBuf.get(), msgLen); in ReadMsg() local127 if (!readRet) { in ReadMsg()128 DEBUGGER_LOGE("DBG_ReadMsg fail readRet=%d", readRet); in ReadMsg()