Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp-pack.c389 &di->DevicePropertiesSupported); in ptp_unpack_DI()
443 free (di->DevicePropertiesSupported); in ptp_free_DI()
464 totallen, datalen, &di->DevicePropertiesSupported); in ptp_unpack_EOS_DI()
465 if (!di->DevicePropertiesSupported) return 0; in ptp_unpack_EOS_DI()
480 free (di->DevicePropertiesSupported); in ptp_free_EOS_DI()
Dptp.h912 uint16_t *DevicePropertiesSupported; member
1342 uint32_t *DevicePropertiesSupported; member
Dptp.c757 di->DevicePropertiesSupported = malloc (cnt*sizeof(di->DevicePropertiesSupported[0])); in parse_9301_prop_tree()
768 di->DevicePropertiesSupported[cnt++] = p; in parse_9301_prop_tree()
4148 if (params->deviceinfo.DevicePropertiesSupported[i]==property) in ptp_property_issupported()
Dlibmtp.c3206 params->deviceinfo.DevicePropertiesSupported[i]); in LIBMTP_Dump_Device_Info()
3210 params->deviceinfo.DevicePropertiesSupported[i], propdesc); in LIBMTP_Dump_Device_Info()
3212 uint16_t prop = params->deviceinfo.DevicePropertiesSupported[i]; in LIBMTP_Dump_Device_Info()