Searched refs:IMPL (Results 1 – 5 of 5) sorted by relevance
/packages/services/BuiltInPrintService/jni/lib/ |
D | printer.c | 49 _print_job_t *print_job = IMPL(_print_job_t, ifc, this_p); in _init() 74 _print_job_t *print_job = IMPL(_print_job_t, ifc, this_p); in _destroy() 81 _print_job_t *print_job = IMPL(_print_job_t, ifc, this_p); in _start_job() 94 _print_job_t *print_job = IMPL(_print_job_t, ifc, this_p); in _send_data() 152 _print_job_t *print_job = IMPL(_print_job_t, ifc, this_p); in _end_job() 162 _print_job_t *print_job = IMPL(_print_job_t, ifc, this_p); in _enable_timeout() 169 _print_job_t *print_job = IMPL(_print_job_t, ifc, this_p); in _check_status()
|
/packages/services/BuiltInPrintService/jni/ipphelper/ |
D | ippstatus_monitor.c | 86 monitor = IMPL(ipp_monitor_t, ifc, this_p); in _init() 123 monitor = IMPL(ipp_monitor_t, ifc, this_p); in _destroy() 166 monitor = IMPL(ipp_monitor_t, ifc, this_p); in _get_status() 220 monitor = IMPL(ipp_monitor_t, ifc, this_p); in _start() 272 monitor = IMPL(ipp_monitor_t, ifc, this_p); in _stop() 292 monitor = IMPL(ipp_monitor_t, ifc, this_p); in _cancel()
|
D | ipp_print.c | 87 ipp_job = IMPL(ipp_print_job_t, ifc, this_p); in _init() 126 ipp_job = IMPL(ipp_print_job_t, ifc, this_p); in _destroy() 423 ipp_job = IMPL(ipp_print_job_t, ifc, this_p); in _validate_job() 489 ipp_job = IMPL(ipp_print_job_t, ifc, this_p); in _start_job() 536 ipp_job = IMPL(ipp_print_job_t, ifc, this_p); in _send_data() 569 ipp_job = IMPL(ipp_print_job_t, ifc, this_p); in _end_job()
|
D | ippstatus_capabilities.c | 112 caps = IMPL(ipp_capabilities_t, ifc, this_p); in _init() 149 caps = IMPL(ipp_capabilities_t, ifc, this_p); in _get_capabilities() 220 caps = IMPL(ipp_capabilities_t, ifc, this_p); in _destroy()
|
/packages/services/BuiltInPrintService/jni/include/ |
D | wtypes.h | 56 #define IMPL(class, member, pointer) ( (class *)( ((uint32)pointer) - offsetof(class, member) ) ) macro
|