Searched refs:_destroy (Results 1 – 4 of 4) sorted by relevance
/packages/services/BuiltInPrintService/jni/ipphelper/ |
D | ippstatus_capabilities.c | 73 static void _destroy(const ifc_printer_capabilities_t *this_p); 77 .destroy = _destroy, 208 static void _destroy(const ifc_printer_capabilities_t *this_p) { in _destroy() function
|
D | ippstatus_monitor.c | 51 static void _destroy(const ifc_status_monitor_t *this_p); 54 .cancel = _cancel, .start = _start, .stop = _stop, .destroy = _destroy,}; 115 static void _destroy(const ifc_status_monitor_t *this_p) { in _destroy() function
|
D | ipp_print.c | 39 static void _destroy(const ifc_print_job_t *this_p); 43 .send_data = _send_data, .end_job = _end_job, .destroy = _destroy, .enable_timeout = NULL, 110 static void _destroy(const ifc_print_job_t *this_p) { in _destroy() function
|
/packages/services/BuiltInPrintService/jni/lib/ |
D | printer.c | 73 static void _destroy(const ifc_print_job_t *this_p) { in _destroy() function 248 .start_job = _start_job, .send_data = _send_data, .end_job = _end_job, .destroy = _destroy,
|