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.h27 #define BLOCKED_REASON_UNABLE_TO_CONNECT (1 << PRINT_STATUS_UNABLE_TO_CONNECT) macro
/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c914 jq->blocked_reasons = BLOCKED_REASON_UNABLE_TO_CONNECT; in _job_thread()
972 jq->blocked_reasons = BLOCKED_REASON_UNABLE_TO_CONNECT; in _job_thread()
DwprintJNI.c1294 } else if (blocked_reasons & BLOCKED_REASON_UNABLE_TO_CONNECT) { in processBlockStatus()