/external/libmtp/examples/ |
newplaylist.c | 45 uint32_t storageid = 0; local 67 storageid = (uint32_t) strtoul(optarg, NULL, 0); 102 playlist->storage_id = storageid;
|
files.c | 50 dump_files(LIBMTP_mtpdevice_t *device, uint32_t storageid, int leaf) 56 storageid, 67 dump_files(device, storageid, file->item_id);
|
albumart.c | 56 uint32_t storageid = 0; local 82 storageid = (uint32_t) strtoul(optarg, NULL, 0); 150 album->storage_id = storageid;
|
albums.c | 38 dump_albums(LIBMTP_mtpdevice_t *device, uint32_t storageid, int leaf) 44 storageid, 55 dump_albums(device, storageid, file->item_id);
|
sendtr.c | 185 int sendtrack_function(char * from_path, char * to_path, char *partist, char *palbumartist, char *ptitle, char *pgenre, char *palbum, char *pcomposer, uint16_t tracknum, uint16_t length, uint16_t year, uint32_t storageid, uint16_t quiet) 354 if (pds->id == storageid) { 360 printf("Storage ID: %s (%u)\n", desc, storageid); 363 printf("Storage ID: %u\n", storageid); 364 trackmeta->storage_id = storageid; 405 uint32_t storageid = 0; local 440 storageid = (uint32_t) strtoul(optarg, NULL, 0); 464 printf("%s,%s,%s,%s,%s,%s,%s,%s,%d%d,%d,%u,%d\n",argv[0],argv[1],partist,palbumartist,ptitle,pgenre,palbum,pcomposer,tracknum, length, year, storageid, quiet); 465 ret = sendtrack_function(argv[0],argv[1],partist,palbumartist,ptitle,pgenre,palbum,pcomposer, tracknum, length, year, storageid, quiet);
|
tracks.c | 83 dump_tracks(LIBMTP_mtpdevice_t *device, uint32_t storageid, int leaf) 89 storageid, 101 dump_tracks(device, storageid, file->item_id);
|
/external/libmtp/src/ |
ptp.h | [all...] |
libmtp.c | 152 uint32_t storageid, 200 uint32_t const storageid, 4507 uint32_t storageid; local [all...] |
ptp-pack.c | 588 htod32a(&oidata[PTP_oi_StorageID],oi->StorageID); 694 oi->StorageID=dtoh32a(&data[PTP_oi_StorageID]); 2780 uint32_t storageid; local [all...] |
ptp.c | 1172 * storageid - StorageID 1180 ptp_getstorageinfo (PTPParams* params, uint32_t storageid, 1187 PTP_CNT_INIT(ptp, PTP_OC_GetStorageInfo, storageid); 1203 * storage - StorageID [all...] |