Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp-pack.c309 di->DevicePropertiesSupported_len = in ptp_unpack_DI()
313 totallen=totallen+di->DevicePropertiesSupported_len*sizeof(uint16_t)+sizeof(uint32_t); in ptp_unpack_DI()
367 di->DevicePropertiesSupported_len = ptp_unpack_uint32_t_array(params, data, in ptp_unpack_EOS_DI()
370 totallen += di->DevicePropertiesSupported_len*sizeof(uint32_t)+4; in ptp_unpack_EOS_DI()
Dptp.h685 uint32_t DevicePropertiesSupported_len; member
1094 uint32_t DevicePropertiesSupported_len; member
Dptp.c2677 for (i=0;i<params->deviceinfo.DevicePropertiesSupported_len;i++) in ptp_property_issupported()
Dlibmtp.c2891 for (i=0;i<params->deviceinfo.DevicePropertiesSupported_len;i++) { in LIBMTP_Dump_Device_Info()