Searched refs:storageid (Results 1 – 6 of 6) sorted by relevance
/external/libmtp/examples/ |
D | sendtr.c | 164 …ar *palbum, char *pcomposer, uint16_t tracknum, uint16_t length, uint16_t year, uint32_t storageid) in sendtrack_function() argument 333 if (pds->id == storageid) in sendtrack_function() 341 printf("Storage ID: %s (%u)\n", desc, storageid); in sendtrack_function() 345 printf("Storage ID: %u\n", storageid); in sendtrack_function() 346 trackmeta->storage_id = storageid; in sendtrack_function() 387 uint32_t storageid = 0; in sendtrack_command() local 415 storageid = (uint32_t) strtoul(optarg, NULL, 0); in sendtrack_command() 441 …[0],argv[1],partist,palbumartist,ptitle,pgenre,palbum,pcomposer,tracknum, length, year, storageid); in sendtrack_command() 442 …0],argv[1],partist,palbumartist,ptitle,pgenre,palbum,pcomposer, tracknum, length, year, storageid); in sendtrack_command()
|
/external/libmtp/src/ |
D | ptp.h | 2031 uint16_t ptp_getstorageinfo (PTPParams* params, uint32_t storageid, 2042 #define ptp_formatstore(params,storageid) ptp_generic_no_data(params,PTP_OC_FormatStore,1,storageid) argument 2101 #define ptp_initiatecapture(params,storageid,ofc) ptp_generic_no_data(params,PTP_OC_InitiateCapture… argument
|
D | ptp-pack.c | 1833 uint32_t storageid; in ptp_unpack_canon_directory() local 1842 storageid = (*oinfos)[j].StorageID; in ptp_unpack_canon_directory() 1843 if (storageid == 0xffffffff) continue; in ptp_unpack_canon_directory() 1851 (*oinfos)[j].StorageID = storageid; in ptp_unpack_canon_directory() 1862 (*oinfos)[j].StorageID = storageid; in ptp_unpack_canon_directory()
|
D | libmtp.c | 113 uint32_t storageid, 160 uint32_t const storageid, 2278 uint32_t storageid, in get_handles_recursively() argument 2284 storageid, in get_handles_recursively() 2303 get_handles_recursively(device, params, storageid, currentHandles.Handler[i]); in get_handles_recursively() 2431 uint32_t storageid, in get_files() argument 2441 storageid, in get_files() 7041 uint32_t const storageid, argument 7062 if (storageid == 0) { 7066 store = storageid;
|
D | ptp.c | 578 ptp_getstorageinfo (PTPParams* params, uint32_t storageid, in ptp_getstorageinfo() argument 588 ptp.Param1=storageid; in ptp_getstorageinfo()
|
/external/libmtp/ |
D | ChangeLog | 144 PTPOBJECT_PARENTOBJECT_LOADED this and storageid are
|