Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
DgenPCLm.cpp102 if (allocatedOutputBuffer) { in Cleanup()
103 free(allocatedOutputBuffer); in Cleanup()
104 allocatedOutputBuffer = NULL; in Cleanup()
1385 allocatedOutputBuffer = NULL; in PCLmGenerator()
1420 allocatedOutputBuffer = *pOutBuffer; in StartJob()
1430 if (NULL == allocatedOutputBuffer) { in EndJob()
1434 *pOutBuffer = allocatedOutputBuffer; in EndJob()
1463 *pOutBuffer = allocatedOutputBuffer; in StartPage()
1560 allocatedOutputBuffer = *pOutBuffer; in StartPage()
1561 if (NULL == allocatedOutputBuffer) { in StartPage()
[all …]
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
DPCLmGenerator.h221 void *allocatedOutputBuffer; variable