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

/external/libmtp/src/
H A Dlibmtp.c8023 * @see LIBMTP_Send_Representative_Sample()
8159 int LIBMTP_Send_Representative_Sample(LIBMTP_mtpdevice_t *device, function
8176 add_error_to_errorstack(device, LIBMTP_ERROR_GENERAL, "LIBMTP_Send_Representative_Sample(): could not get object info.");
8183 add_ptp_error_to_errorstack(device, ret, "LIBMTP_Send_Representative_Sample(): could not get object properties.");
8195 add_error_to_errorstack(device, LIBMTP_ERROR_GENERAL, "LIBMTP_Send_Representative_Sample(): object type doesn't support RepresentativeSampleData.");
8210 add_ptp_error_to_errorstack(device, ret, "LIBMTP_Send_Representative_Sample(): could not send sample data.");
8250 * @see LIBMTP_Send_Representative_Sample()

Completed in 773 milliseconds