Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/include/
Dwprint_status_types.h53 PRINT_STATUS_OFFLINE, enumerator
/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c544 if ((new_status->printer_reasons[0] == PRINT_STATUS_OFFLINE) in _job_status_callback()
549 if ((new_status->printer_reasons[0] == PRINT_STATUS_OFFLINE) in _job_status_callback()
574 if (new_status->printer_reasons[0] == PRINT_STATUS_OFFLINE) { in _job_status_callback()
585 if (new_status->printer_reasons[0] == PRINT_STATUS_OFFLINE) { in _job_status_callback()
855 || (printer_state.printer_reasons[0] == PRINT_STATUS_OFFLINE))) { in _job_thread()
/packages/services/BuiltInPrintService/jni/ipphelper/
Dipphelper.c1142 } else if (printer_state_dyn->printer_status == PRINT_STATUS_OFFLINE) { in debuglist_printerStatus()