Home
last modified time | relevance | path

Searched refs:hndl (Results 1 - 13 of 13) sorted by relevance

/third_party/backends/backend/
H A Dmustek_pp.c128 static SANE_Status do_eof(Mustek_pp_Handle *hndl);
129 static SANE_Status do_stop(Mustek_pp_Handle *hndl);
130 static int reader_process (Mustek_pp_Handle * hndl, int pipe);
133 static void init_options(Mustek_pp_Handle *hndl);
165 do_eof (Mustek_pp_Handle *hndl) in do_eof() argument
167 if (hndl->pipe >= 0) { in do_eof()
169 close (hndl->pipe); in do_eof()
170 hndl->pipe = -1; in do_eof()
183 do_stop(Mustek_pp_Handle *hndl) in do_stop() argument
188 do_eof (hndl); in do_stop()
247 reader_process(Mustek_pp_Handle * hndl, int pipe) reader_process() argument
376 init_options(Mustek_pp_Handle *hndl) init_options() argument
995 Mustek_pp_Handle *hndl; sane_exit() local
1089 Mustek_pp_Handle *hndl; sane_open() local
1195 Mustek_pp_Handle *prev, *hndl; sane_close() local
1245 Mustek_pp_Handle *hndl = handle; sane_get_option_descriptor() local
1277 Mustek_pp_Handle *hndl = handle; sane_control_option() local
1533 Mustek_pp_Handle *hndl = handle; sane_get_parameters() local
1693 Mustek_pp_Handle *hndl = handle; sane_start() local
1751 Mustek_pp_Handle *hndl = handle; sane_read() local
1850 Mustek_pp_Handle *hndl = handle; sane_cancel() local
1872 Mustek_pp_Handle *hndl=handle; sane_set_io_mode() local
1900 Mustek_pp_Handle *hndl=handle; sane_get_select_fd() local
[all...]
H A Dmustek_pp_decl.h13 static void debug_drv_setup (SANE_Handle hndl);
14 static SANE_Status debug_drv_config (SANE_Handle hndl,
17 static void debug_drv_close (SANE_Handle hndl);
18 static SANE_Status debug_drv_start (SANE_Handle hndl);
19 static void debug_drv_read (SANE_Handle hndl, SANE_Byte *buffer);
20 static void debug_drv_stop (SANE_Handle hndl);
48 static void cis_drv_setup (SANE_Handle hndl);
49 static SANE_Status cis_drv_config (SANE_Handle hndl,
52 static void cis_drv_close (SANE_Handle hndl);
53 static SANE_Status cis_drv_start (SANE_Handle hndl);
[all...]
H A Dmustek_pp_null.c105 debug_drv_setup (SANE_Handle hndl) in debug_drv_setup() argument
108 Mustek_pp_Handle *dev = hndl; in debug_drv_setup()
116 debug_drv_config(SANE_Handle hndl __UNUSED__, in debug_drv_config()
126 debug_drv_close (SANE_Handle hndl __UNUSED__) in debug_drv_close()
132 debug_drv_start (SANE_Handle hndl __UNUSED__) in debug_drv_start()
138 debug_drv_read (SANE_Handle hndl, SANE_Byte *buffer) in debug_drv_read() argument
141 Mustek_pp_Handle *dev = hndl; in debug_drv_read()
148 debug_drv_stop (SANE_Handle hndl __UNUSED__) in debug_drv_stop()
H A Dmustek_pp.h110 void (*setup)(SANE_Handle hndl);
113 SANE_Status (*config)(SANE_Handle hndl,
118 void (*close)(SANE_Handle hndl);
121 SANE_Status (*start)(SANE_Handle hndl);
124 void (*read)(SANE_Handle hndl, SANE_Byte *buffer);
127 void (*stop)(SANE_Handle hndl);
H A Dmustek_pp_cis.c2367 void cis_drv_setup (SANE_Handle hndl) in cis_drv_setup() argument
2369 Mustek_pp_Handle *dev = hndl; in cis_drv_setup()
2409 SANE_Status cis_drv_config(SANE_Handle hndl, SANE_String_Const optname, in cis_drv_config() argument
2412 Mustek_pp_Handle *dev = hndl; in cis_drv_config()
2515 void cis_drv_close (SANE_Handle hndl) in cis_drv_close() argument
2517 Mustek_pp_Handle *dev = hndl; in cis_drv_close()
2537 SANE_Status cis_drv_start (SANE_Handle hndl) in cis_drv_start() argument
2539 Mustek_pp_Handle *dev = hndl; in cis_drv_start()
2785 void cis_drv_read (SANE_Handle hndl, SANE_Byte *buffer) in cis_drv_read() argument
2787 Mustek_pp_Handle *dev = hndl; in cis_drv_read()
2811 cis_drv_stop(SANE_Handle hndl) cis_drv_stop() argument
[all...]
H A Dcanon_lide70.c863 Canon_Scanner *hndl = handle; /* Eliminate compiler warning */ in sane_get_parameters() local
864 CANON_Handle *chndl = &hndl->scan; in sane_get_parameters()
/third_party/openssl/test/
H A Dshlibloadtest.c195 DSO *hndl; in test_lib() local
197 hndl = myDSO_dsobyaddr((void (*)(void))myERR_get_error, 0); in test_lib()
198 if (hndl == NULL) { in test_lib()
202 myDSO_free(hndl); in test_lib()
/third_party/skia/gm/
H A Drasterhandleallocator.cpp80 void updateHandle(Handle hndl, const SkMatrix& ctm, const SkIRect& clip) override {
81 SkCanvas* canvas = (SkCanvas*)hndl;
142 void updateHandle(Handle hndl, const SkMatrix& ctm, const SkIRect& clip) override {
143 CGContextRef cg = (CGContextRef)hndl;
/third_party/skia/src/core/
H A DSkBitmapDevice.cpp231 SkRasterHandleAllocator::Handle hndl, const SkBitmap* coverage) in SkBitmapDevice()
234 , fRasterHandle(hndl) in SkBitmapDevice()
258 SkRasterHandleAllocator::Handle hndl = nullptr; in Create() local
267 hndl = allocator->allocBitmap(info, &bitmap); in Create()
268 if (!hndl) { in Create()
294 return new SkBitmapDevice(bitmap, surfaceProps, hndl, trackCoverage ? &coverage : nullptr); in Create()
230 SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps, SkRasterHandleAllocator::Handle hndl, const SkBitmap* coverage) SkBitmapDevice() argument
H A DSkCanvas.cpp461 SkRasterHandleAllocator::Handle hndl) in SkCanvas()
466 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl, nullptr)); in SkCanvas()
2781 Handle hndl;
2784 hndl = install(&bm, info, *rec) ? rec->fHandle : nullptr;
2786 hndl = alloc->allocBitmap(info, &bm);
2788 return hndl ? std::unique_ptr<SkCanvas>(new SkCanvas(bm, std::move(alloc), hndl)) : nullptr;
459 SkCanvas(const SkBitmap& bitmap, std::unique_ptr<SkRasterHandleAllocator> alloc, SkRasterHandleAllocator::Handle hndl) SkCanvas() argument
/third_party/selinux/libselinux/include/selinux/
H A Drestorecon.h136 * @hndl: specifies handle to set as the global fc handle.
142 extern void selinux_restorecon_set_sehandle(struct selabel_handle *hndl);
/third_party/backends/japi/
H A DScanIt.java130 public ScanIt(Sane s, int hndl) in ScanIt() argument
133 handle = hndl; in ScanIt()
/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c1454 void selinux_restorecon_set_sehandle(struct selabel_handle *hndl) in selinux_restorecon_set_sehandle() argument
1460 fc_sehandle = hndl; in selinux_restorecon_set_sehandle()

Completed in 15 milliseconds