Home
last modified time | relevance | path

Searched refs:ptp_get_opcode_name (Results 1 – 6 of 6) sorted by relevance

/external/libmtp/src/
Dlibusb-glue.c1159 … LIBMTP_USB_DEBUG("REQUEST: 0x%04x, %s\n", req->Code, ptp_get_opcode_name(params, req->Code)); in ptp_usb_sendreq()
Dlibopenusb1-glue.c1167 LIBMTP_USB_DEBUG("REQUEST: 0x%04x, %s\n", req->Code, ptp_get_opcode_name(params, req->Code)); in ptp_usb_sendreq()
Dlibusb1-glue.c1184 … LIBMTP_USB_DEBUG("REQUEST: 0x%04x, %s\n", req->Code, ptp_get_opcode_name(params, req->Code)); in ptp_usb_sendreq()
Dptp.h3348 const char* ptp_get_opcode_name(PTPParams* params, uint16_t opcode);
Dptp.c6238 ptp_get_opcode_name(PTPParams* params, uint16_t opcode) in ptp_get_opcode_name() function
Dlibmtp.c3194 …printf(" %04x: %s\n", params->deviceinfo.OperationsSupported[i], ptp_get_opcode_name(params, par… in LIBMTP_Dump_Device_Info()