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

/external/libmtp/src/
H A Dlibmtp.c3856 * @see LIBMTP_Get_Filelisting_With_Callback()
3861 printf("WARNING: please update your code to use LIBMTP_Get_Filelisting_With_Callback()\n");
3862 return LIBMTP_Get_Filelisting_With_Callback(device, NULL, NULL);
3873 * filelist = LIBMTP_Get_Filelisting_With_Callback(device, callback, data);
3906 LIBMTP_file_t *LIBMTP_Get_Filelisting_With_Callback(LIBMTP_mtpdevice_t *device, function
4005 add_ptp_error_to_errorstack(device, ret, "LIBMTP_Get_Filelisting_With_Callback(): call to ptp_mtp_getobjectpropssupported() failed.");

Completed in 441 milliseconds