Searched refs:PTPPropertyValue (Results 1 – 5 of 5) sorted by relevance
/external/libmtp/src/ |
D | ptp.h | 1154 typedef union _PTPPropertyValue PTPPropertyValue; typedef 1161 PTPPropertyValue propval; 1166 PTPPropertyValue MinimumValue; 1167 PTPPropertyValue MaximumValue; 1168 PTPPropertyValue StepSize; 1176 PTPPropertyValue *SupportedValue; /* malloced */ 1186 PTPPropertyValue FactoryDefaultValue; 1187 PTPPropertyValue CurrentValue; 1202 PTPPropertyValue FactoryDefaultValue; 2434 PTPPropertyValue value; [all …]
|
D | libmtp.c | 1341 PTPPropertyValue propval; in get_string_from_object() 1385 PTPPropertyValue propval; in get_u64_from_object() 1425 PTPPropertyValue propval; in get_u32_from_object() 1464 PTPPropertyValue propval; in get_u16_from_object() 1506 PTPPropertyValue propval; in get_u8_from_object() 1548 PTPPropertyValue propval; in set_object_string() 1585 PTPPropertyValue propval; in set_object_u32() 1622 PTPPropertyValue propval; in set_object_u16() 1658 PTPPropertyValue propval; in set_object_u8() 3665 PTPPropertyValue propval; in LIBMTP_Get_Friendlyname() [all …]
|
D | ptp.c | 555 parse_9301_value (PTPParams *params, const char *str, uint16_t type, PTPPropertyValue *propval) in parse_9301_value() 709 dpd->FORM.Enum.SupportedValue = malloc (n * sizeof(PTPPropertyValue)); in parse_9301_propdesc() 1030 ptp_free_devicepropvalue(uint16_t dt, PTPPropertyValue* dpd) in ptp_free_devicepropvalue() 1711 PTPPropertyValue* value, uint16_t datatype) in ptp_getdevicepropvalue() 1729 PTPPropertyValue *value, uint16_t datatype) in ptp_setdevicepropvalue() 2404 dpd->FORM.Enum.SupportedValue = malloc (sizeof (PTPPropertyValue)*dpd->FORM.Enum.NumberOfValues); in ptp_canon_eos_getdevicepropdesc() 2407 sizeof (PTPPropertyValue)*dpd->FORM.Enum.NumberOfValues in ptp_canon_eos_getdevicepropdesc() 2531 uint16_t propcode, PTPPropertyValue *value, uint16_t datatype in ptp_canon_eos_setdevicepropvalue() 3039 PTPPropertyValue *value, uint16_t datatype) in ptp_sony_setdevicecontrolvaluea() 3055 PTPPropertyValue *value, uint16_t datatype) in ptp_sony_setdevicecontrolvalueb() [all …]
|
D | ptp-pack.c | 763 PTPPropertyValue* value, uint16_t datatype in ptp_unpack_DPV() 1023 duplicate_PropertyValue (const PTPPropertyValue *src, PTPPropertyValue *dst, uint16_t type) { in duplicate_PropertyValue() 1158 ptp_pack_DPV (PTPParams *params, PTPPropertyValue* value, unsigned char** dpvptr, uint16_t datatype) in ptp_pack_DPV() 2003 dpd->FORM.Enum.SupportedValue = malloc (sizeof (PTPPropertyValue)*propxcnt); in ptp_unpack_CANON_changes()
|
D | mtpz.c | 1787 PTPPropertyValue propval; in ptp_mtpz_handshake()
|