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

  /packages/services/BuiltInPrintService/jni/lib/
printer.c 90 static int _send_data(const ifc_print_job_t *this_p, const char *buffer, size_t length) { function
248 .start_job = _start_job, .send_data = _send_data, .end_job = _end_job, .destroy = _destroy,
  /packages/services/BuiltInPrintService/jni/ipphelper/
ipp_print.c 35 static int _send_data(const ifc_print_job_t *this_p, const char *buffer, size_t length);
43 .send_data = _send_data, .end_job = _end_job, .destroy = _destroy, .enable_timeout = NULL,
515 static int _send_data(const ifc_print_job_t *this_p, const char *buffer, size_t length) { function

Completed in 853 milliseconds