Home
last modified time | relevance | path

Searched refs:ifc_wprint_debug_stream_t (Results 1 – 3 of 3) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/
Dlib_pcl.h35 const ifc_wprint_debug_stream_t* debug_ifc = \
44 const ifc_wprint_debug_stream_t* debug_ifc = \
54 const ifc_wprint_debug_stream_t* debug_ifc = \
63 const ifc_wprint_debug_stream_t* debug_ifc = \
72 const ifc_wprint_debug_stream_t* debug_ifc = \
81 const ifc_wprint_debug_stream_t* debug_ifc = \
/packages/services/BuiltInPrintService/jni/include/
Difc_wprint.h44 } ifc_wprint_debug_stream_t; typedef
79 const ifc_wprint_debug_stream_t *(*get_debug_stream_ifc)(wJob_t id);
/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c327 static const ifc_wprint_debug_stream_t _debug_stream_ifc = {
336 const ifc_wprint_debug_stream_t *getDebugStreamIfc(wJob_t handle) { in getDebugStreamIfc()