Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/include/
Dwprint_status_types.h25 #define BLOCKED_REASON_UNABLE_TO_CONNECT (1 << PRINT_STATUS_UNABLE_TO_CONNECT) macro
/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c858 jq->blocked_reasons = BLOCKED_REASON_UNABLE_TO_CONNECT; in _job_thread()
916 jq->blocked_reasons = BLOCKED_REASON_UNABLE_TO_CONNECT; in _job_thread()
DwprintJNI.c1040 } else if (blocked_reasons & BLOCKED_REASON_UNABLE_TO_CONNECT) { in _wprint_callback_fn()