Home
last modified time | relevance | path

Searched refs:callerContext (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/common/
Dfile_descriptor.cpp32 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()
Dfile_descriptor.h53 void *callerContext; variable