Searched refs:LIBMTP_Delete_Object (Results 1 - 6 of 6) sorted by relevance

/external/libmtp/examples/
H A Ddelfile.c50 ret = LIBMTP_Delete_Object(device, id);
103 ret = LIBMTP_Delete_Object(device, id);
H A Demptyfolders.c46 if (LIBMTP_Delete_Object(device,folderlist->folder_id) != 0) {
/external/libmtp/src/
H A Dlibmtp.h930 int LIBMTP_Delete_Object(LIBMTP_mtpdevice_t *, uint32_t);
H A Dplaylist-spl.c289 if(LIBMTP_Delete_Object(device, old->playlist_id) != 0)
H A Dlibmtp.h.in919 int LIBMTP_Delete_Object(LIBMTP_mtpdevice_t *, uint32_t);
H A Dlibmtp.c5023 * @see LIBMTP_Delete_Object()
5099 * @see LIBMTP_Delete_Object()
5136 // (void) LIBMTP_Delete_Object(device, metadata->item_id);
5150 // (void) LIBMTP_Delete_Object(device, metadata->item_id);
5196 * @see LIBMTP_Delete_Object()
5234 // (void) LIBMTP_Delete_Object(device, metadata->item_id);
5248 // (void) LIBMTP_Delete_Object(device, metadata->item_id);
5288 * @see LIBMTP_Delete_Object()
5366 * @see LIBMTP_Delete_Object()
5470 * @see LIBMTP_Delete_Object()
6220 int LIBMTP_Delete_Object(LIBMTP_mtpdevice_t *device, function
[all...]

Completed in 255 milliseconds