Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp-pack.c301 di->OperationsSupported_len = ptp_unpack_uint16_t_array(params, data, in ptp_unpack_DI()
304 totallen=totallen+di->OperationsSupported_len*sizeof(uint16_t)+sizeof(uint32_t); in ptp_unpack_DI()
Dptp.h681 uint32_t OperationsSupported_len; member
Dptp.c2651 for (;i<params->deviceinfo.OperationsSupported_len;i++) { in ptp_operation_issupported()
Dlibmtp.c2876 for (i=0;i<params->deviceinfo.OperationsSupported_len;i++) { in LIBMTP_Dump_Device_Info()