Searched defs:ptp_debug (Results 1 - 1 of 1) sorted by relevance

/external/libmtp/src/
H A Dptp.c90 ptp_debug (PTPParams *params, const char *format, ...) function
202 ptp_debug (params,"PTP: response expected but not got, retrying.");
213 ptp_debug (params,
547 ptp_debug( params, "cmd %s / 0x%04x", next->name, p);
561 ptp_debug( params, "could not parse uint32 %s", str);
564 ptp_debug( params, "\t%d", x);
571 ptp_debug( params, "could not parse int32 %s", str);
574 ptp_debug( params, "\t%d", x);
581 ptp_debug( params, "could not parse uint16 %s", str);
584 ptp_debug( param
[all...]

Completed in 64 milliseconds