Searched refs:callerContext (Results 1 – 2 of 2) sorted by relevance
| /developtools/hdc/src/common/ |
| D | file_descriptor.cpp | 32 callerContext = callerContextIn; 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() 184 thisClass->callbackFinish(thisClass->callerContext, fetalFinish, STRING_EMPTY); in FileIOOnThread() 205 callbackFinish(callerContext, true, "Memory alloc failed"); in LoopReadOnThread() 254 callbackFinish(callerContext, true, "Memory alloc failed"); in WriteWithMem()
|
| D | file_descriptor.h | 53 void *callerContext; variable
|