Searched refs:ptp_error (Results 1 – 4 of 4) sorted by relevance
/external/libmtp/src/ |
D | ptp-pack.c | 1685 …ptp_error(params, "focus_points_in_struct %d is too large vs size %d", focus_points_in_struct, siz… in ptp_unpack_EOS_FocusInfoEx() 1689 …ptp_error(params, "focus_points_in_use %d is larger than focus_points_in_struct %d", focus_points_… in ptp_unpack_EOS_FocusInfoEx() 1695 ptp_error(params, "halfsize %d is not expected %d", halfsize, size-4); in ptp_unpack_EOS_FocusInfoEx() 1699 …ptp_error(params, "size %d is too large for fp in struct %d", focus_points_in_struct*8 + 20 + (foc… in ptp_unpack_EOS_FocusInfoEx()
|
D | ptp.c | 107 ptp_error (PTPParams *params, const char *format, ...) in ptp_error() function 223 ptp_error (params, in ptp_transaction_new() 3882 ptp_error(params,"could not open file \'%s\'",local_fn); 3905 ptp_error(params,"unexpected return code 0x%x",ret); 4006 ptp_error(params,"zero length message not allowed"); in ptp_chdk_write_script_msg() 4029 ptp_error(params,"no data received"); in ptp_chdk_read_script_msg()
|
D | libmtp.c | 147 uint16_t ptp_error, 2488 uint16_t ptp_error, in add_ptp_error_to_errorstack() argument 2498 snprintf(outstr, sizeof(outstr), "PTP Layer error %04x: %s", ptp_error, error_text); in add_ptp_error_to_errorstack() 2502 …snprintf(outstr, sizeof(outstr), "Error %04x: %s", ptp_error, ptp_strerror(ptp_error, params->devi… in add_ptp_error_to_errorstack()
|
D | ptp.h | 3343 void ptp_error (PTPParams *params, const char *format, ...);
|