Searched refs:add_ptp_error_to_errorstack (Results 1 – 1 of 1) sorted by relevance
/external/libmtp/src/ |
D | libmtp.c | 146 static void add_ptp_error_to_errorstack(LIBMTP_mtpdevice_t *device, 971 …add_ptp_error_to_errorstack(device, ret, "LIBMTP_Get_Allowed_Property_Values(): could not get prop… in LIBMTP_Get_Allowed_Property_Values() 1175 …add_ptp_error_to_errorstack(device, ret, "LIBMTP_Is_Property_Supported(): could not get properties… in LIBMTP_Is_Property_Supported() 1367 …add_ptp_error_to_errorstack(device, ret, "get_string_from_object(): could not get object string."); in get_string_from_object() 1407 …add_ptp_error_to_errorstack(device, ret, "get_u64_from_object(): could not get unsigned 64bit inte… in get_u64_from_object() 1447 …add_ptp_error_to_errorstack(device, ret, "get_u32_from_object(): could not get unsigned 32bit inte… in get_u32_from_object() 1488 …add_ptp_error_to_errorstack(device, ret, "get_u16_from_object(): could not get unsigned 16bit inte… in get_u16_from_object() 1530 …add_ptp_error_to_errorstack(device, ret, "get_u8_from_object(): could not get unsigned 8bit intege… in get_u8_from_object() 1565 add_ptp_error_to_errorstack(device, ret, "set_object_string(): could not set object string."); in set_object_string() 1603 …add_ptp_error_to_errorstack(device, ret, "set_object_u32(): could not set unsigned 32bit integer p… in set_object_u32() [all …]
|