Home | History | Annotate | Download | only in src

Lines Matching refs:LIBMTP_Send_Representative_Sample

8036  * @see LIBMTP_Send_Representative_Sample()
8172 int LIBMTP_Send_Representative_Sample(LIBMTP_mtpdevice_t *device,
8189 add_error_to_errorstack(device, LIBMTP_ERROR_GENERAL, "LIBMTP_Send_Representative_Sample(): could not get object info.");
8196 add_ptp_error_to_errorstack(device, ret, "LIBMTP_Send_Representative_Sample(): could not get object properties.");
8208 add_error_to_errorstack(device, LIBMTP_ERROR_GENERAL, "LIBMTP_Send_Representative_Sample(): object type doesn't support RepresentativeSampleData.");
8223 add_ptp_error_to_errorstack(device, ret, "LIBMTP_Send_Representative_Sample(): could not send sample data.");
8263 * @see LIBMTP_Send_Representative_Sample()