Home
last modified time | relevance | path

Searched refs:StartJob (Results 1 – 3 of 3) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/
Dpclm_wrapper_api.cpp27 return static_cast<PCLmGenerator *>(thisClass)->StartJob(pOutBuffer, iOutBufferSize); in PCLmStartJob()
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
DPCLmGenerator.h41 int StartJob(void **pOutBuffer, int *iOutBufferSize);
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
DgenPCLm.cpp1403 int PCLmGenerator::StartJob(void **pOutBuffer, int *iOutBufferSize) { in StartJob() function in PCLmGenerator