Home | History | Annotate | Download | only in src

Lines Matching refs:LIBMTP_Send_Representative_Sample

8691  * @see LIBMTP_Send_Representative_Sample()
8827 int LIBMTP_Send_Representative_Sample(LIBMTP_mtpdevice_t *device,
8844 add_error_to_errorstack(device, LIBMTP_ERROR_GENERAL, "LIBMTP_Send_Representative_Sample(): could not get object info.");
8851 add_ptp_error_to_errorstack(device, ret, "LIBMTP_Send_Representative_Sample(): could not get object properties.");
8863 add_error_to_errorstack(device, LIBMTP_ERROR_GENERAL, "LIBMTP_Send_Representative_Sample(): object type doesn't support RepresentativeSampleData.");
8878 add_ptp_error_to_errorstack(device, ret, "LIBMTP_Send_Representative_Sample(): could not send sample data.");
8918 * @see LIBMTP_Send_Representative_Sample()