Searched refs:storageid (Results 1 - 5 of 5) 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.h2031 uint16_t ptp_getstorageinfo (PTPParams* params, uint32_t storageid,
2036 * storageid - StorageID
2042 #define ptp_formatstore(params,storageid) ptp_generic_no_data(params,PTP_OC_FormatStore,1,storageid)
2090 * storageid - destination StorageID on Responder
2095 * indicated by storageid. If storageid is 0x00000000, the object(s) will
2101 #define ptp_initiatecapture(params,storageid,ofc) ptp_generic_no_data(params,PTP_OC_InitiateCapture,2,storageid,ofc)
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...]
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);

Completed in 5462 milliseconds