Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp-pack.c303 &di->OperationsSupported); in ptp_unpack_DI()
348 if (di->OperationsSupported) free (di->OperationsSupported); in ptp_free_DI()
Dptp.h682 uint16_t *OperationsSupported; member
Dlibmtp.c2879 (void) ptp_render_opcode (params, params->deviceinfo.OperationsSupported[i], sizeof(txt), txt); in LIBMTP_Dump_Device_Info()
2880 printf(" %04x: %s\n", params->deviceinfo.OperationsSupported[i], txt); in LIBMTP_Dump_Device_Info()
Dptp.c2652 if (params->deviceinfo.OperationsSupported[i]==operation) in ptp_operation_issupported()