Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp-pack.c385 di->DevicePropertiesSupported_len = in ptp_unpack_DI()
390 totallen=totallen+di->DevicePropertiesSupported_len*sizeof(uint16_t)+sizeof(uint32_t); in ptp_unpack_DI()
463 di->DevicePropertiesSupported_len = ptp_unpack_uint32_t_array(params, data, in ptp_unpack_EOS_DI()
466 totallen += di->DevicePropertiesSupported_len*sizeof(uint32_t)+4; in ptp_unpack_EOS_DI()
Dptp.h911 uint32_t DevicePropertiesSupported_len; member
1341 uint32_t DevicePropertiesSupported_len; member
Dptp.c756 di->DevicePropertiesSupported_len = cnt; in parse_9301_prop_tree()
4147 for (i=0;i<params->deviceinfo.DevicePropertiesSupported_len;i++) in ptp_property_issupported()
Dlibmtp.c3204 for (i=0;i<params->deviceinfo.DevicePropertiesSupported_len;i++) { in LIBMTP_Dump_Device_Info()