Home
last modified time | relevance | path

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

/aosp12/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
H A 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()
1613 *pOutBuffer = allocatedOutputBuffer; in EndPage()
1684 if (NULL == allocatedOutputBuffer) { in Encapsulate()
[all …]
/aosp12/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
H A DPCLmGenerator.h221 void *allocatedOutputBuffer; variable