Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp.h918 typedef union _PTPPropertyValue PTPPropertyValue; typedef
925 PTPPropertyValue propval;
930 PTPPropertyValue MinimumValue;
931 PTPPropertyValue MaximumValue;
932 PTPPropertyValue StepSize;
940 PTPPropertyValue *SupportedValue; /* malloced */
950 PTPPropertyValue FactoryDefaultValue;
951 PTPPropertyValue CurrentValue;
966 PTPPropertyValue FactoryDefaultValue;
2106 PTPPropertyValue* value, uint16_t datatype);
[all …]
Dlibmtp.c1261 PTPPropertyValue propval; in get_string_from_object()
1304 PTPPropertyValue propval; in get_u64_from_object()
1343 PTPPropertyValue propval; in get_u32_from_object()
1381 PTPPropertyValue propval; in get_u16_from_object()
1422 PTPPropertyValue propval; in get_u8_from_object()
1463 PTPPropertyValue propval; in set_object_string()
1499 PTPPropertyValue propval; in set_object_u32()
1535 PTPPropertyValue propval; in set_object_u16()
1570 PTPPropertyValue propval; in set_object_u8()
3331 PTPPropertyValue propval; in LIBMTP_Get_Friendlyname()
[all …]
Dptp.c1018 PTPPropertyValue* value, uint16_t datatype) in ptp_getdevicepropvalue()
1040 PTPPropertyValue *value, uint16_t datatype) in ptp_setdevicepropvalue()
1610 dpd->FORM.Enum.SupportedValue = malloc (sizeof (PTPPropertyValue)*dpd->FORM.Enum.NumberOfValues); in ptp_canon_eos_getdevicepropdesc()
1613 sizeof (PTPPropertyValue)*dpd->FORM.Enum.NumberOfValues in ptp_canon_eos_getdevicepropdesc()
1704 uint16_t propcode, PTPPropertyValue *value, uint16_t datatype in ptp_canon_eos_setdevicepropvalue()
2474 PTPPropertyValue *value, uint16_t datatype in ptp_mtp_getobjectpropvalue()
2509 PTPPropertyValue *value, uint16_t datatype in ptp_mtp_setobjectpropvalue()
2685 ptp_free_devicepropvalue(uint16_t dt, PTPPropertyValue* dpd) { in ptp_free_devicepropvalue()
3495 _value_to_num(PTPPropertyValue *data, uint16_t dt) { in _value_to_num()
Dptp-pack.c630 PTPPropertyValue* value, uint16_t datatype in ptp_unpack_DPV()
861 ptp_pack_DPV (PTPParams *params, PTPPropertyValue* value, unsigned char** dpvptr, uint16_t datatype) in ptp_pack_DPV()
1354 dpd->FORM.Enum.SupportedValue = malloc (sizeof (PTPPropertyValue)*propxcnt); in ptp_unpack_CANON_changes()