Searched refs:flushPrintBufferParam (Results 1 – 4 of 4) sorted by relevance
952 CM_DEVICE_FLUSH_PRINT_BUFFER_PARAM flushPrintBufferParam; in FlushPrintBufferInternal() local953 CmSafeMemSet(&flushPrintBufferParam, 0, sizeof(CM_DEVICE_FLUSH_PRINT_BUFFER_PARAM)); in FlushPrintBufferInternal()954 flushPrintBufferParam.fileName = filename; in FlushPrintBufferInternal()957 &flushPrintBufferParam, in FlushPrintBufferInternal()958 sizeof(flushPrintBufferParam)); in FlushPrintBufferInternal()961 CHK_FAILURE_RETURN(flushPrintBufferParam.returnValue); in FlushPrintBufferInternal()
1086 PCM_DEVICE_FLUSH_PRINT_BUFFER_PARAM flushPrintBufferParam; in CmThinExecuteInternal() local1087 flushPrintBufferParam = (PCM_DEVICE_FLUSH_PRINT_BUFFER_PARAM)(cmPrivateInputData); in CmThinExecuteInternal()1088 cmRet = device->FlushPrintBufferIntoFile(flushPrintBufferParam->fileName); in CmThinExecuteInternal()1089 flushPrintBufferParam->returnValue = cmRet; in CmThinExecuteInternal()