Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c789 status_t job_result; in _job_thread() local
817 job_result = OK; in _job_thread()
903 job_result = CANCELLED; in _job_thread()
905 job_result = (((printer_state.printer_status & ~PRINTER_IDLE_BIT) == in _job_thread()
911 if (job_result == OK) { in _job_thread()
913 job_result = jq->print_ifc->init(jq->print_ifc, jq->printer_addr, in _job_thread()
915 if (job_result == ERROR) { in _job_thread()
920 if (job_result == OK) { in _job_thread()
927 if ((job_result == OK) && jq->cb_fn) { in _job_thread()
936 if (job_result == OK) { in _job_thread()
[all …]