Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp-pack.c784 case PTP_DTC_UINT32: in ptp_unpack_DPV()
1047 case PTP_DTC_UINT32: dst->u32 = src->u32; break; in duplicate_PropertyValue()
1190 case PTP_DTC_UINT32: in ptp_pack_DPV()
2033 case PTP_DTC_UINT32: XX( u32, dtoh32a ); in ptp_unpack_CANON_changes()
2144 dpd->DataType = PTP_DTC_UINT32; in ptp_unpack_CANON_changes()
2231 dpd->DataType = PTP_DTC_UINT32; in ptp_unpack_CANON_changes()
2253 case PTP_DTC_UINT32: in ptp_unpack_CANON_changes()
Dlibmtp.c1003 case PTP_DTC_UINT32: in LIBMTP_Get_Allowed_Property_Values()
1035 case PTP_DTC_UINT32: in LIBMTP_Get_Allowed_Property_Values()
1083 case PTP_DTC_UINT32: in LIBMTP_Get_Allowed_Property_Values()
1443 PTP_DTC_UINT32); in get_u32_from_object()
1601 ret = ptp_mtp_setobjectpropvalue(params, object_id, attribute_id, &propval, PTP_DTC_UINT32); in set_object_u32()
2022 if (opd.DataType == PTP_DTC_UINT32) { in LIBMTP_Open_Raw_Device_Uncached()
3389 case PTP_DTC_UINT32: in LIBMTP_Dump_Device_Info()
6486 prop->datatype = PTP_DTC_UINT32;
6509 prop->datatype = PTP_DTC_UINT32;
6523 prop->datatype = PTP_DTC_UINT32;
[all …]
Dptp.c1035 case PTP_DTC_UINT32: case PTP_DTC_INT32: in ptp_free_devicepropvalue()
2591 case PTP_DTC_UINT32: in ptp_canon_eos_setdevicepropvalue()
2988 case PTP_DTC_UINT32: in ptp_sony_getalldevicepropdesc()
3022 case PTP_DTC_UINT32: in ptp_sony_getalldevicepropdesc()
5077 case PTP_DTC_UINT32: in _value_to_num()
6752 } else if (prop->datatype == PTP_DTC_UINT32) { in ptp_object_want()
6798 if (xpl->datatype != PTP_DTC_UINT32) { in ptp_object_want()
6815 case PTP_DTC_UINT32: in ptp_object_want()
6828 if (xpl->datatype != PTP_DTC_UINT32) { in ptp_object_want()
Dptp.h1356 #define PTP_DTC_UINT32 0x0006 macro
1369 #define PTP_DTC_AUINT32 (PTP_DTC_ARRAY_MASK | PTP_DTC_UINT32)