Searched refs:propxtype (Results 1 - 1 of 1) sorted by relevance

/external/libmtp/src/
H A Dptp-pack.c1322 uint32_t propxtype = dtoh32a(&curdata[PTP_ece_Prop_Desc_Type]); local
1328 ptp_debug (params, "event %d: EOS prop %04x desc record, datasize %d, propxtype %d", i, proptype, size-PTP_ece_Prop_Desc_Data, propxtype);
1341 if (propxtype != 3) {
1342 ptp_debug (params, "event %d: propxtype is %x for %04x, unhandled.", i, propxtype, proptype);
1350 ptp_debug (params, "event %d: propxtype is %x, prop is 0x%04x, data type is 0x%04x, propxcnt is %d.",
1351 i, propxtype, proptype, dpd->DataType, propxcnt);
1375 data += 4; /* might only be for propxtype 3 */ \
1386 for (j=0;j<(size-PTP_ece_Prop_Desc_Data)/4;j++, data+=4) /* 4 is good for propxtype
[all...]

Completed in 113 milliseconds