Searched refs:callbackRead (Results 1 – 2 of 2) sorted by relevance
29 callbackRead = callbackReadIn; in HdcFileDescriptor()123 if ((nBytes > 0) && !thisClass->callbackRead(thisClass->callerContext, buf, nBytes)) { in FileIOOnThread()133 if (!thisClass->callbackRead(thisClass->callerContext, buf, nBytes)) { in FileIOOnThread()153 if (!thisClass->callbackRead(thisClass->callerContext, buf, nBytes)) { in FileIOOnThread()
51 CallBackWhenRead callbackRead; variable