Searched refs:storageid (Results 1 - 10 of 10) sorted by relevance

/external/libmtp/examples/
H A Dnewplaylist.c45 uint32_t storageid = 0; local
67 storageid = (uint32_t) strtoul(optarg, NULL, 0);
102 playlist->storage_id = storageid;
H A Dfiles.c50 dump_files(LIBMTP_mtpdevice_t *device, uint32_t storageid, int leaf) argument
56 storageid,
67 dump_files(device, storageid, file->item_id);
H A Dalbumart.c56 uint32_t storageid = 0; local
82 storageid = (uint32_t) strtoul(optarg, NULL, 0);
150 album->storage_id = storageid;
H A Dalbums.c38 dump_albums(LIBMTP_mtpdevice_t *device, uint32_t storageid, int leaf) argument
44 storageid,
55 dump_albums(device, storageid, file->item_id);
H A Dsendtr.c185 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) argument
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);
H A Dtracks.c83 dump_tracks(LIBMTP_mtpdevice_t *device, uint32_t storageid, int leaf) argument
89 storageid,
101 dump_tracks(device, storageid, file->item_id);
/external/libmtp/src/
H A Dptp.h2630 uint16_t ptp_getstorageinfo (PTPParams* params, uint32_t storageid,
2635 * storageid - StorageID
2641 #define ptp_formatstore(params,storageid) ptp_generic_no_data(params,PTP_OC_FormatStore,1,storageid)
2696 * storageid - destination StorageID on Responder
2701 * indicated by storageid. If storageid is 0x00000000, the object(s) will
2707 #define ptp_initiatecapture(params,storageid,ofc) ptp_generic_no_data(params,PTP_OC_InitiateCapture,2,storageid,ofc)
2709 #define ptp_initiateopencapture(params,storageid,of
[all...]
H A Dlibmtp.c152 uint32_t storageid,
200 uint32_t const storageid,
2755 uint32_t storageid,
2761 storageid,
2782 storageid, currentHandles.Handler[i]);
3022 * This function grabs the first writeable storageid from the
3112 * @param storageid the storage ID for the storage to flush and
3791 * @param storageid the ID of the storage to try to fit the file on.
4507 uint32_t storageid; local
4531 storageid
2753 get_handles_recursively(LIBMTP_mtpdevice_t *device, PTPParams *params, uint32_t storageid, uint32_t parent) argument
7651 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-pack.c1473 4: 01 00 02 00 storageid
2780 uint32_t storageid; local
2789 storageid = (*oinfos)[j].StorageID;
2790 if (storageid == 0xffffffff) continue;
2798 (*oinfos)[j].StorageID = storageid;
2809 (*oinfos)[j].StorageID = storageid;
H A Dptp.c1172 * storageid - StorageID
1180 ptp_getstorageinfo (PTPParams* params, uint32_t storageid, argument
1187 PTP_CNT_INIT(ptp, PTP_OC_GetStorageInfo, storageid);
2445 PTPParams* params, uint32_t storageid, uint32_t oid, uint32_t unk,
2453 PTP_CNT_INIT(ptp, PTP_OC_CANON_EOS_GetObjectInfoEx, storageid, oid, unk);
6829 ptp_debug (params, "ptp2/mtpfast: storageid has type 0x%x???", xpl->datatype);
6833 ptp_debug (params, "ptp2/mtpfast: storageid 0x%x", xpl->propval.u32);
2444 ptp_canon_eos_getobjectinfoex( PTPParams* params, uint32_t storageid, uint32_t oid, uint32_t unk, PTPCANONFolderEntry **entries, unsigned int *nrofentries ) argument

Completed in 247 milliseconds