Searched refs:_destroy (Results 1 – 4 of 4) sorted by relevance
/packages/services/BuiltInPrintService/jni/ipphelper/ |
D | ippstatus_capabilities.c | 83 static void _destroy(const ifc_printer_capabilities_t *this_p); 87 .destroy = _destroy, 218 static void _destroy(const ifc_printer_capabilities_t *this_p) { in _destroy() function
|
D | ippstatus_monitor.c | 52 static void _destroy(const ifc_status_monitor_t *this_p); 58 .cancel = _cancel, .start = _start, .stop = _stop, .destroy = _destroy,}; 120 static void _destroy(const ifc_status_monitor_t *this_p) { in _destroy() function
|
D | ipp_print.c | 41 static void _destroy(const ifc_print_job_t *this_p); 45 .send_data = _send_data, .end_job = _end_job, .destroy = _destroy, .enable_timeout = NULL, 124 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 249 .start_job = _start_job, .send_data = _send_data, .end_job = _end_job, .destroy = _destroy,
|