Home
last modified time | relevance | path

Searched refs:_send_data (Results 1 – 2 of 2) sorted by relevance

/packages/services/BuiltInPrintService/jni/ipphelper/
Dipp_print.c35 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) { in _send_data() function
/packages/services/BuiltInPrintService/jni/lib/
Dprinter.c90 static int _send_data(const ifc_print_job_t *this_p, const char *buffer, size_t length) { in _send_data() function
248 .start_job = _start_job, .send_data = _send_data, .end_job = _end_job, .destroy = _destroy,