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

  /packages/services/BuiltInPrintService/jni/include/
wprint_status_types.h 36 #define BLOCKED_REASON_UNKNOWN (1 << PRINT_STATUS_UNKNOWN)
51 PRINT_STATUS_UNKNOWN,
  /packages/services/BuiltInPrintService/jni/ipphelper/
ippstatus_monitor.c 155 printer_state_dyn->printer_status = PRINT_STATUS_UNKNOWN;
156 printer_state_dyn->printer_reasons[0] = PRINT_STATUS_UNKNOWN;
202 last_status.printer_status = PRINT_STATUS_UNKNOWN;
205 curr_status.printer_status = PRINT_STATUS_UNKNOWN;
237 last_status.printer_status = PRINT_STATUS_UNKNOWN;
240 curr_status.printer_status = PRINT_STATUS_UNKNOWN;
ipphelper.c 330 printer_state_dyn->printer_reasons[reason_idx++] = PRINT_STATUS_UNKNOWN;
337 printer_state_dyn->printer_reasons[reason_idx++] = PRINT_STATUS_UNKNOWN;
344 printer_state_dyn->printer_reasons[reason_idx++] = PRINT_STATUS_UNKNOWN;
355 printer_state_dyn->printer_reasons[reason_idx++] = PRINT_STATUS_UNKNOWN;
388 printer_state_dyn->printer_reasons[reason_idx++] = PRINT_STATUS_UNKNOWN;
    [all...]
  /packages/services/BuiltInPrintService/jni/lib/
lib_wprint.c 530 case PRINT_STATUS_UNKNOWN:
532 || (new_status->printer_reasons[0] == PRINT_STATUS_UNKNOWN)) {
762 case PRINT_STATUS_UNKNOWN:
763 if (printer_state.printer_reasons[0] == PRINT_STATUS_UNKNOWN) {
    [all...]

Completed in 97 milliseconds