Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp.h907 uint32_t OperationsSupported_len; member
3324 for (;i<params->deviceinfo.OperationsSupported_len;i++) { in ptp_operation_issupported()
Dptp-pack.c373 di->OperationsSupported_len = ptp_unpack_uint16_t_array(params, data, in ptp_unpack_DI()
377 totallen=totallen+di->OperationsSupported_len*sizeof(uint16_t)+sizeof(uint32_t); in ptp_unpack_DI()
Dptp.c539 di->OperationsSupported_len = cnt; in parse_9301_cmd_tree()
Dlibmtp.c3193 for (i=0;i<params->deviceinfo.OperationsSupported_len;i++) in LIBMTP_Dump_Device_Info()