Searched refs:add_ptp_error_to_errorstack (Results 1 – 1 of 1) sorted by relevance
/external/libmtp/src/ |
D | libmtp.c | 107 static void add_ptp_error_to_errorstack(LIBMTP_mtpdevice_t *device, 894 …add_ptp_error_to_errorstack(device, ret, "LIBMTP_Get_Allowed_Property_Values(): could not get prop… in LIBMTP_Get_Allowed_Property_Values() 1095 …add_ptp_error_to_errorstack(device, ret, "LIBMTP_Is_Property_Supported(): could not get properties… in LIBMTP_Is_Property_Supported() 1286 …add_ptp_error_to_errorstack(device, ret, "get_string_from_object(): could not get object string."); in get_string_from_object() 1325 …add_ptp_error_to_errorstack(device, ret, "get_u64_from_object(): could not get unsigned 64bit inte… in get_u64_from_object() 1364 …add_ptp_error_to_errorstack(device, ret, "get_u32_from_object(): could not get unsigned 32bit inte… in get_u32_from_object() 1404 …add_ptp_error_to_errorstack(device, ret, "get_u16_from_object(): could not get unsigned 16bit inte… in get_u16_from_object() 1445 …add_ptp_error_to_errorstack(device, ret, "get_u8_from_object(): could not get unsigned 8bit intege… in get_u8_from_object() 1479 add_ptp_error_to_errorstack(device, ret, "set_object_string(): could not set object string."); in set_object_string() 1516 …add_ptp_error_to_errorstack(device, ret, "set_object_u32(): could not set unsigned 32bit integer p… in set_object_u32() [all …]
|