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 134 ipp_status_t ipp_status; // Status of IPP request local
167 ipp_status = cupsLastError();
168 LOGE("_get_capabilities: %s response is null: ipp_status %d %s",
169 caps->printer_caps.printerUri, ipp_status, ippErrorString(ipp_status));
171 ipp_status = cupsLastError();
172 LOGD("ipp CUPS last ERROR: %d, %s", ipp_status, ippErrorString(ipp_status));
189 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 396 ipp_status_t ipp_status; local
426 ipp_status = cupsLastError();
427 LOGE("_validate_job: validatePrintJob: response is null: ipp_status %d %s",
428 ipp_status, ippErrorString(ipp_status));
430 ipp_status = cupsLastError();
431 LOGI("_validate_job: %s ipp_status %d %x received:", ippOpString(IPP_VALIDATE_JOB),
432 ipp_status, ipp_status);
442 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
1471 ipp_status_t ipp_status; local
    [all...]

Completed in 197 milliseconds