Searched defs:LIBMTP_Get_File_To_File_Descriptor (Results 1 - 1 of 1) sorted by relevance

/external/libmtp/src/
H A Dlibmtp.c4712 * @see LIBMTP_Get_File_To_File_Descriptor()
4741 ret = LIBMTP_Get_File_To_File_Descriptor(device, id, fd, callback, data);
4774 int LIBMTP_Get_File_To_File_Descriptor(LIBMTP_mtpdevice_t *device, function
4787 add_error_to_errorstack(device, LIBMTP_ERROR_GENERAL, "LIBMTP_Get_File_To_File_Descriptor(): Could not get object info.");
4791 add_error_to_errorstack(device, LIBMTP_ERROR_GENERAL, "LIBMTP_Get_File_To_File_Descriptor(): Bad object format.");
4814 add_ptp_error_to_errorstack(device, ret, "LIBMTP_Get_File_To_File_Descriptor(): Could not get file from device.");
4852 add_error_to_errorstack(device, LIBMTP_ERROR_GENERAL, "LIBMTP_Get_File_To_File_Descriptor(): Could not get object info.");
4856 add_error_to_errorstack(device, LIBMTP_ERROR_GENERAL, "LIBMTP_Get_File_To_File_Descriptor(): Bad object format.");
4889 add_ptp_error_to_errorstack(device, ret, "LIBMTP_Get_File_To_File_Descriptor(): Could not get file from device.");
4924 * the \c LIBMTP_Get_File_To_File_Descriptor() functio
[all...]

Completed in 201 milliseconds