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

/external/libmtp/src/
H A Dptp-pack.c1321 uint32_t proptype = dtoh32a(&curdata[PTP_ece_Prop_Subtype]); 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);
1330 if (params->canon_props[j].proptype == proptype)
1333 ptp_debug (params, "event %d: propdesc %x, default value not found.", i, proptype);
1342 ptp_debug (params, "event %d: propxtype is %x for %04x, unhandled.", i, propxtype, proptype);
1351 i, propxtype, proptype, dpd->DataType, propxcnt);
1356 switch (proptype) {
1365 ptp_debug (params, "event %d: suppval[%d] of %x is 0x%x.", i, j, proptype, dpd->FORM.Enum.SupportedValue[j].u16);
1374 ptp_debug (params, "event %d: suppval[%d] of %x is 0x%x.", i, j, proptype, CON
1396 uint32_t proptype = dtoh32a(&curdata[PTP_ece_Prop_Subtype]); local
[all...]
H A Dptp.h1082 uint32_t proptype; member in struct:_PTPCanon_Property

Completed in 2068 milliseconds