Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp-pack.c8 ptp_debug (PTPParams *params, const char *format, ...);
1052 ptp_debug (params ,"Unpacking MTP OPL, size %d (prop_count %d)", len, prop_count); in ptp_unpack_OPL()
1059 ptp_debug (params ,"short MTP Object Property List at property %d (of %d)", i, prop_count); in ptp_unpack_OPL()
1060 ptp_debug (params ,"device probably needs DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL", i); in ptp_unpack_OPL()
1061 ptp_debug (params ,"or even DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST", i); in ptp_unpack_OPL()
1117ptp_debug (params, "Unknown canon event type %d (code=%x,tid=%x), please report!",type,ec->Code,ec… in ptp_unpack_EC()
1191 ptp_debug (params, "parsing EOS ImageFormat property failed (n != 1 && n != 2: %d)", n); in ptp_unpack_EOS_ImageFormat()
1197 ptp_debug (params, "parsing EOS ImageFormat property failed (l != 0x10: 0x%x)", l); in ptp_unpack_EOS_ImageFormat()
1208 ptp_debug (params, "parsing EOS ImageFormat property failed (l != 0x10: 0x%x)", l); in ptp_unpack_EOS_ImageFormat()
1307ptp_debug (params, "event %d: objectinfo added oid %08lx, parent %08lx, ofc %04x, size %d, filenam… in ptp_unpack_CANON_changes()
[all …]
Dptp.c63 ptp_debug (PTPParams *params, const char *format, ...) in ptp_debug() function
498 ptp_debug(params,"PTP: Opening session"); in ptp_opensession()
1541ptp_debug (params, "event: nparams=0x%X, code=0x%X, trans_id=0x%X, p1=0x%X, p2=0x%X, p3=0x%X", eve… in ptp_check_event()
4807 ptp_debug (params, "ptp_object_want: querying handle 0?\n"); in ptp_object_want()
4858 ptp_debug (params, "ptp2/mtpfast: reading mtp proplist of %08x", handle); in ptp_object_want()
4877 ptp_debug (params, "ptp2/mtpfast: parentobject has type 0x%x???", xpl->datatype); in ptp_object_want()
4881 ptp_debug (params, "ptp2/mtpfast: parent 0x%x", xpl->propval.u32); in ptp_object_want()
4885 ptp_debug (params, "ptp2/mtpfast: objectformat has type 0x%x???", xpl->datatype); in ptp_object_want()
4889 ptp_debug (params, "ptp2/mtpfast: ofc 0x%x", xpl->propval.u16); in ptp_object_want()
4900 ptp_debug (params, "ptp2/mtpfast: objectsize has type 0x%x???", xpl->datatype); in ptp_object_want()
[all …]
/external/libmtp/
DChangeLog437 upstream and take advantage of the ptp_debug() function.
438 * src/libusb-glue.c: make ptp_debug() non-static since