Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp.h908 uint16_t *OperationsSupported; member
3325 if (params->deviceinfo.OperationsSupported[i]==operation) in ptp_operation_issupported()
Dptp-pack.c376 &di->OperationsSupported); in ptp_unpack_DI()
441 free (di->OperationsSupported); in ptp_free_DI()
Dptp.c540 di->OperationsSupported = malloc (cnt*sizeof(di->OperationsSupported[0])); in parse_9301_cmd_tree()
548 di->OperationsSupported[cnt++] = p; in parse_9301_cmd_tree()
Dlibmtp.c3194 …04x: %s\n", params->deviceinfo.OperationsSupported[i], ptp_get_opcode_name(params, params->devicei… in LIBMTP_Dump_Device_Info()