HomeSort by relevance Sort by last modified time
    Searched refs:storageid (Results 1 - 5 of 5) sorted by null

  /external/libmtp/examples/
sendtr.c 164 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)
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/
ptp-pack.c 471 htod32a(&oidata[PTP_oi_StorageID],oi->StorageID);
572 oi->StorageID=dtoh32a(&data[PTP_oi_StorageID]);
1833 uint32_t storageid; local
    [all...]
ptp.h 734 uint32_t StorageID;
    [all...]
libmtp.c 113 uint32_t storageid,
160 uint32_t const storageid,
    [all...]
ptp.c 570 * storageid - StorageID
578 ptp_getstorageinfo (PTPParams* params, uint32_t storageid,
588 ptp.Param1=storageid;
600 * storage - StorageID
651 * storage - StorageID
881 * uint32_t* store - destination StorageID on Responder
889 * Upon success : uint32_t* store - Responder StorageID in which
1060 * uint32_t* store - destination StorageID on Responder
1068 * Upon success : uint32_t* store - Responder StorageID in whic
    [all...]

Completed in 561 milliseconds