OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ptp_debug
(Results
1 - 4
of
4
) sorted by null
/external/libmtp/src/
ptp-pack.c
8
ptp_debug
(PTPParams *params, const char *format, ...);
531
/*
ptp_debug
(params ,"datelen is larger then size of buffer", ptpdatelen, (int)sizeof(ptpdate));*/
536
/*
ptp_debug
(params ,"datelen is less than 15 (%d)", ptpdatelen);*/
1052
ptp_debug
(params ,"Unpacking MTP OPL, size %d (prop_count %d)", len, prop_count);
1059
ptp_debug
(params ,"short MTP Object Property List at property %d (of %d)", i, prop_count);
1060
ptp_debug
(params ,"device probably needs DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL", i);
1061
ptp_debug
(params ,"or even DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST", i);
1117
ptp_debug
(params, "Unknown canon event type %d (code=%x,tid=%x), please report!",type,ec->Code,ec->Transaction_ID);
[
all
...]
ptp.c
63
ptp_debug
(PTPParams *params, const char *format, ...)
function
498
ptp_debug
(params,"PTP: Opening session");
[
all
...]
libmtp.c
58
/* To enable PTP level debug prints (all
ptp_debug
(...)), switch on this */
[
all
...]
/external/libmtp/
ChangeLog
437
upstream and take advantage of the
ptp_debug
() function.
438
* src/libusb-glue.c: make
ptp_debug
() non-static since
[
all
...]
Completed in 208 milliseconds