Searched defs:oinfos (Results 1 - 2 of 2) sorted by relevance

/external/libmtp/src/
H A Dptp-pack.c1773 PTPObjectInfo **oinfos, /* size(handles->n) */
1784 *oinfos = calloc(sizeof((*oinfos)[0]),nrofobs);
1785 if (!*oinfos) return PTP_RC_GeneralError;
1795 PTPObjectInfo *oi = (*oinfos)+curob;
1823 (*oinfos)[j].StorageID = dtoh32a(cur + ptp_canon_dir_storageid);
1842 storageid = (*oinfos)[j].StorageID;
1850 if ((*oinfos)[j].StorageID == 0xffffffff) {
1851 (*oinfos)[j].StorageID = storageid;
1861 if ((*oinfos)[
1768 ptp_unpack_canon_directory( PTPParams *params, unsigned char *dir, uint32_t cnt, PTPObjectHandles *handles, PTPObjectInfo **oinfos, uint32_t **flags ) argument
[all...]
H A Dptp.c1333 * PTPObjectInfo **oinfos - allocated array of PTP Object Infos
1340 PTPObjectInfo **oinfos, /* size(handles->n) */
1354 ret = ptp_unpack_canon_directory(params, dir, ptp.Param1, handles, oinfos, flags);
1338 ptp_canon_get_directory(PTPParams* params, PTPObjectHandles *handles, PTPObjectInfo **oinfos, uint32_t **flags ) argument

Completed in 70 milliseconds