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

/external/libmtp/src/
H A Dptp.h918 typedef union _PTPPropertyValue PTPPropertyValue; typedef in typeref:union:_PTPPropertyValue
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* valu
[all...]
H A Dlibmtp.c1261 PTPPropertyValue propval;
1304 PTPPropertyValue propval;
1343 PTPPropertyValue propval;
1381 PTPPropertyValue propval;
1422 PTPPropertyValue propval;
1463 PTPPropertyValue propval;
1499 PTPPropertyValue propval;
1535 PTPPropertyValue propval;
1570 PTPPropertyValue propval;
3331 PTPPropertyValue propva
[all...]
H A Dptp.c1018 PTPPropertyValue* value, uint16_t datatype)
1040 PTPPropertyValue *value, uint16_t datatype)
1610 dpd->FORM.Enum.SupportedValue = malloc (sizeof (PTPPropertyValue)*dpd->FORM.Enum.NumberOfValues);
1613 sizeof (PTPPropertyValue)*dpd->FORM.Enum.NumberOfValues
1704 uint16_t propcode, PTPPropertyValue *value, uint16_t datatype
2474 PTPPropertyValue *value, uint16_t datatype
2509 PTPPropertyValue *value, uint16_t datatype
2685 ptp_free_devicepropvalue(uint16_t dt, PTPPropertyValue* dpd) {
3495 _value_to_num(PTPPropertyValue *data, uint16_t dt) {
H A Dptp-pack.c630 PTPPropertyValue* value, uint16_t datatype
861 ptp_pack_DPV (PTPParams *params, PTPPropertyValue* value, unsigned char** dpvptr, uint16_t datatype)
1354 dpd->FORM.Enum.SupportedValue = malloc (sizeof (PTPPropertyValue)*propxcnt);

Completed in 52 milliseconds