Home
last modified time | relevance | path

Searched refs:ptp_debug (Results 1 – 4 of 4) sorted by relevance

/external/libmtp/src/
Dptp-pack.c288ptp_debug (params ,"array runs over datalen bufferend (%d vs %d)", offset + sizeof(uint32_t)*(n+1)… in ptp_unpack_uint32_t_array()
330ptp_debug (params ,"array runs over datalen bufferend (%d vs %d)", offset + sizeof(uint32_t)+n*siz… in ptp_unpack_uint16_t_array()
954ptp_debug (params, "prop 0x%04x, datatype 0x%04x, unk1 %d unk2 %d", dpd->DevicePropertyCode, dpd->… in ptp_unpack_Sony_DPD()
1349 ptp_debug (params ,"prop_count %d is too large", prop_count); in ptp_unpack_OPL()
1352 ptp_debug (params ,"Unpacking MTP OPL, size %d (prop_count %d)", len, prop_count); in ptp_unpack_OPL()
1359 ptp_debug (params ,"short MTP Object Property List at property %d (of %d)", i, prop_count); in ptp_unpack_OPL()
1360 ptp_debug (params ,"device probably needs DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL"); in ptp_unpack_OPL()
1361 ptp_debug (params ,"or even DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST", i); in ptp_unpack_OPL()
1380 ptp_debug (params ,"unpacking DPV of property %d encountered insufficient buffer. attack?", i); in ptp_unpack_OPL()
1418 ptp_debug (params, "length %d in container, but data only %d bytes?!", length, len); in ptp_unpack_EC()
[all …]
Dptp.c90 ptp_debug (PTPParams *params, const char *format, ...) in ptp_debug() function
202 ptp_debug (params,"PTP: response expected but not got, retrying."); in ptp_transaction_new()
213 ptp_debug (params, in ptp_transaction_new()
547 ptp_debug( params, "cmd %s / 0x%04x", next->name, p); in parse_9301_cmd_tree()
561 ptp_debug( params, "could not parse uint32 %s", str); in parse_9301_value()
564 ptp_debug( params, "\t%d", x); in parse_9301_value()
571 ptp_debug( params, "could not parse int32 %s", str); in parse_9301_value()
574 ptp_debug( params, "\t%d", x); in parse_9301_value()
581 ptp_debug( params, "could not parse uint16 %s", str); in parse_9301_value()
584 ptp_debug( params, "\t%d", x); in parse_9301_value()
[all …]
Dptp.h3342 void ptp_debug (PTPParams *params, const char *format, ...);
/external/libmtp/
DChangeLog656 upstream and take advantage of the ptp_debug() function.
657 * src/libusb-glue.c: make ptp_debug() non-static since