OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:imgbuf
(Results
1 - 2
of
2
) sorted by null
/external/libusb/examples/
dpfp.c
61
static unsigned char
imgbuf
[0x1b340];
variable
329
save_to_file(
imgbuf
);
404
libusb_fill_bulk_transfer(img_transfer, devh, EP_DATA,
imgbuf
,
405
sizeof(
imgbuf
), cb_img, NULL, 0);
dpfp_threaded.c
62
static unsigned char
imgbuf
[0x1b340];
variable
356
save_to_file(
imgbuf
);
431
libusb_fill_bulk_transfer(img_transfer, devh, EP_DATA,
imgbuf
,
432
sizeof(
imgbuf
), cb_img, NULL, 0);
Completed in 62 milliseconds