HomeSort by relevance Sort by last modified time
    Searched defs:ipp_status (Results 1 - 4 of 4) sorted by null

  /packages/services/BuiltInPrintService/jni/ipphelper/
ippstatus_capabilities.c 136 ipp_status_t ipp_status; // Status of IPP request local
169 ipp_status = cupsLastError();
170 LOGE("_get_capabilities: %s response is null: ipp_status %d %s",
171 caps->printer_caps.printerUri, ipp_status, ippErrorString(ipp_status));
173 ipp_status = cupsLastError();
174 LOGD("ipp CUPS last ERROR: %d, %s", ipp_status, ippErrorString(ipp_status));
191 if (ipp_status >= IPP_OK && ipp_status < IPP_REDIRECTION_OTHER_SITE && response != NULL)
    [all...]
ippstatus_monitor.c 147 ipp_status_t ipp_status; local
179 ipp_status = get_PrinterState(monitor->http, monitor->printer_uri, printer_state_dyn,
181 LOGD("_get_status(): ipp_status=%d", ipp_status);
320 ipp_status_t ipp_status = cupsLastError(); local
321 LOGD("_cancel get job attributes: response is null, ipp_status %d: %s",
322 ipp_status, ippErrorString(ipp_status));
373 ipp_status_t ipp_status = cupsLastError(); local
374 LOGD("cancel: response is null: ipp_status %d %s", ipp_status
378 ipp_status_t ipp_status = cupsLastError(); local
    [all...]
ipp_print.c 405 ipp_status_t ipp_status; local
435 ipp_status = cupsLastError();
436 LOGE("_validate_job: validatePrintJob: response is null: ipp_status %d %s",
437 ipp_status, ippErrorString(ipp_status));
439 ipp_status = cupsLastError();
440 LOGI("_validate_job: %s ipp_status %d %x received:", ippOpString(IPP_VALIDATE_JOB),
441 ipp_status, ipp_status);
451 LOGD("_validate_job : ipp_status: %d", ipp_status)
    [all...]
ipphelper.c 157 ipp_status_t ipp_status = cupsLastError(); local
158 LOGD("test_and_set_ipp_version: response is null: ipp_status %d %s",
159 ipp_status, ippErrorString(ipp_status));
160 if (ipp_status == IPP_INTERNAL_ERROR) {
163 } else if ((ipp_status == IPP_SERVICE_UNAVAILABLE) &&
169 } else if (ipp_status == IPP_BAD_REQUEST) {
170 LOGE("test_and_set_ipp_version: IPP_Status of IPP_BAD_REQUEST "
178 } else if (ipp_status == IPP_NOT_FOUND) {
179 LOGE("test_and_set_ipp_version: IPP_Status of IPP_NOT_FOUND received")
184 ipp_status_t ipp_status = cupsLastError(); local
237 ipp_status_t ipp_status = IPP_OK; local
1249 ipp_status_t ipp_status; local
    [all...]

Completed in 447 milliseconds