Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp-pack.c312 &di->DevicePropertiesSupported); in ptp_unpack_DI()
350 if (di->DevicePropertiesSupported) free (di->DevicePropertiesSupported); in ptp_free_DI()
368 totallen, &di->DevicePropertiesSupported); in ptp_unpack_EOS_DI()
369 if (!di->DevicePropertiesSupported) return; in ptp_unpack_EOS_DI()
Dptp.h686 uint16_t *DevicePropertiesSupported; member
1095 uint32_t *DevicePropertiesSupported; member
Dlibmtp.c2892 … *propdesc = ptp_get_property_description(params, params->deviceinfo.DevicePropertiesSupported[i]); in LIBMTP_Dump_Device_Info()
2895 printf(" 0x%04x: %s\n", params->deviceinfo.DevicePropertiesSupported[i], propdesc); in LIBMTP_Dump_Device_Info()
2897 uint16_t prop = params->deviceinfo.DevicePropertiesSupported[i]; in LIBMTP_Dump_Device_Info()
Dptp.c2678 if (params->deviceinfo.DevicePropertiesSupported[i]==property) in ptp_property_issupported()