/external/libmtp/examples/ |
D | sendtr.c | 185 … *pcomposer, uint16_t tracknum, uint16_t length, uint16_t year, uint32_t storageid, uint16_t quiet) in sendtrack_function() argument 354 if (pds->id == storageid) { in sendtrack_function() 360 printf("Storage ID: %s (%u)\n", desc, storageid); in sendtrack_function() 363 printf("Storage ID: %u\n", storageid); in sendtrack_function() 364 trackmeta->storage_id = storageid; in sendtrack_function() 405 uint32_t storageid = 0; in sendtrack_command() local 440 storageid = (uint32_t) strtoul(optarg, NULL, 0); in sendtrack_command() 464 …v[1],partist,palbumartist,ptitle,pgenre,palbum,pcomposer,tracknum, length, year, storageid, quiet); in sendtrack_command() 465 …[1],partist,palbumartist,ptitle,pgenre,palbum,pcomposer, tracknum, length, year, storageid, quiet); in sendtrack_command()
|
D | newplaylist.c | 45 uint32_t storageid = 0; in main() local 67 storageid = (uint32_t) strtoul(optarg, NULL, 0); in main() 102 playlist->storage_id = storageid; in main()
|
D | files.c | 50 dump_files(LIBMTP_mtpdevice_t *device, uint32_t storageid, int leaf) in dump_files() argument 56 storageid, in dump_files() 67 dump_files(device, storageid, file->item_id); in dump_files()
|
D | albums.c | 38 dump_albums(LIBMTP_mtpdevice_t *device, uint32_t storageid, int leaf) in dump_albums() argument 44 storageid, in dump_albums() 55 dump_albums(device, storageid, file->item_id); in dump_albums()
|
D | albumart.c | 56 uint32_t storageid = 0; local 82 storageid = (uint32_t) strtoul(optarg, NULL, 0); 150 album->storage_id = storageid;
|
D | tracks.c | 83 dump_tracks(LIBMTP_mtpdevice_t *device, uint32_t storageid, int leaf) in dump_tracks() argument 89 storageid, in dump_tracks() 101 dump_tracks(device, storageid, file->item_id); in dump_tracks()
|
/external/libmtp/src/ |
D | ptp.h | 2630 uint16_t ptp_getstorageinfo (PTPParams* params, uint32_t storageid, 2641 #define ptp_formatstore(params,storageid) ptp_generic_no_data(params,PTP_OC_FormatStore,1,storageid) argument 2707 #define ptp_initiatecapture(params,storageid,ofc) ptp_generic_no_data(params,PTP_OC_InitiateCapture… argument 2709 …fine ptp_initiateopencapture(params,storageid,ofc) ptp_generic_no_data(params,PTP_OC_InitiateOpenC… argument 3019 uint16_t ptp_canon_eos_getobjectinfoex (PTPParams* params, uint32_t storageid, uint32_t objectid, u…
|
D | libmtp.c | 152 uint32_t storageid, 200 uint32_t const storageid, 2755 uint32_t storageid, in get_handles_recursively() argument 2761 storageid, in get_handles_recursively() 2782 storageid, currentHandles.Handler[i]); in get_handles_recursively() 4507 uint32_t storageid; in LIBMTP_Get_Files_And_Folders() local 4531 storageid = PTP_GOH_ALL_STORAGE; in LIBMTP_Get_Files_And_Folders() 4533 storageid = storage; in LIBMTP_Get_Files_And_Folders() 4536 storageid, in LIBMTP_Get_Files_And_Folders() 7657 uint32_t const storageid, argument [all …]
|
D | ptp-pack.c | 2780 uint32_t storageid; in ptp_unpack_canon_directory() local 2789 storageid = (*oinfos)[j].StorageID; in ptp_unpack_canon_directory() 2790 if (storageid == 0xffffffff) continue; in ptp_unpack_canon_directory() 2798 (*oinfos)[j].StorageID = storageid; in ptp_unpack_canon_directory() 2809 (*oinfos)[j].StorageID = storageid; in ptp_unpack_canon_directory()
|
D | ptp.c | 1180 ptp_getstorageinfo (PTPParams* params, uint32_t storageid, in ptp_getstorageinfo() argument 1187 PTP_CNT_INIT(ptp, PTP_OC_GetStorageInfo, storageid); in ptp_getstorageinfo() 2445 PTPParams* params, uint32_t storageid, uint32_t oid, uint32_t unk, in ptp_canon_eos_getobjectinfoex() argument 2453 PTP_CNT_INIT(ptp, PTP_OC_CANON_EOS_GetObjectInfoEx, storageid, oid, unk); in ptp_canon_eos_getobjectinfoex()
|
/external/libmtp/ |
D | ChangeLog | 363 PTPOBJECT_PARENTOBJECT_LOADED this and storageid are
|