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

/external/libmtp/examples/
H A Dsendtr.c164 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) argument
333 if (pds->id == storageid)
341 printf("Storage ID: %s (%u)\n", desc, storageid);
345 printf("Storage ID: %u\n", storageid);
346 trackmeta->storage_id = storageid;
387 uint32_t storageid = 0; local
415 storageid = (uint32_t) strtoul(optarg, NULL, 0);
441 printf("%s,%s,%s,%s,%s,%s,%s,%s,%d%d,%d,%u\n",argv[0],argv[1],partist,palbumartist,ptitle,pgenre,palbum,pcomposer,tracknum, length, year, storageid);
442 sendtrack_function(argv[0],argv[1],partist,palbumartist,ptitle,pgenre,palbum,pcomposer, tracknum, length, year, storageid);
/external/libmtp/src/
H A Dptp-pack.c1833 uint32_t storageid; local
1842 storageid = (*oinfos)[j].StorageID;
1843 if (storageid == 0xffffffff) continue;
1851 (*oinfos)[j].StorageID = storageid;
1862 (*oinfos)[j].StorageID = storageid;
H A Dptp.c570 * storageid - StorageID
578 ptp_getstorageinfo (PTPParams* params, uint32_t storageid, argument
588 ptp.Param1=storageid;
4907 ptp_debug (params, "ptp2/mtpfast: storageid has type 0x%x???", xpl->datatype);
4911 ptp_debug (params, "ptp2/mtpfast: storageid 0x%x", xpl->propval.u32);
H A Dlibmtp.c113 uint32_t storageid,
160 uint32_t const storageid,
2278 uint32_t storageid,
2284 storageid,
2303 get_handles_recursively(device, params, storageid, currentHandles.Handler[i]);
2431 uint32_t storageid,
2441 storageid,
2748 * This function grabs the first writeable storageid from the
2808 * @param storageid the storage ID for the storage to flush and
3457 * @param storageid th
2276 get_handles_recursively(LIBMTP_mtpdevice_t *device, PTPParams *params, uint32_t storageid, uint32_t parent) argument
2429 get_files(LIBMTP_mtpdevice_t *device, PTPParams *params, uint32_t storageid, uint32_t parentId ) argument
7035 create_new_abstract_list(LIBMTP_mtpdevice_t *device, char const * const name, char const * const artist, char const * const composer, char const * const genre, uint32_t const parenthandle, uint32_t const storageid, uint16_t const objectformat, char const * const suffix, uint32_t * const newid, uint32_t const * const tracks, uint32_t const no_tracks) argument
[all...]

Completed in 347 milliseconds