Home
last modified time | relevance | path

Searched refs:oinfos (Results 1 – 3 of 3) sorted by relevance

/external/libmtp/src/
Dptp-pack.c2720 PTPObjectInfo **oinfos, /* size(handles->n) */ in ptp_unpack_canon_directory() argument
2731 *oinfos = calloc(nrofobs,sizeof((*oinfos)[0])); in ptp_unpack_canon_directory()
2732 if (!*oinfos) return PTP_RC_GeneralError; in ptp_unpack_canon_directory()
2742 PTPObjectInfo *oi = (*oinfos)+curob; in ptp_unpack_canon_directory()
2770 (*oinfos)[j].StorageID = dtoh32a(cur + ptp_canon_dir_storageid); in ptp_unpack_canon_directory()
2789 storageid = (*oinfos)[j].StorageID; in ptp_unpack_canon_directory()
2797 if ((*oinfos)[j].StorageID == 0xffffffff) { in ptp_unpack_canon_directory()
2798 (*oinfos)[j].StorageID = storageid; in ptp_unpack_canon_directory()
2808 if ((*oinfos)[j].StorageID == 0xffffffff) { in ptp_unpack_canon_directory()
2809 (*oinfos)[j].StorageID = storageid; in ptp_unpack_canon_directory()
Dptp.h2999 …directory (PTPParams* params, PTPObjectHandles *handles, PTPObjectInfo **oinfos, uint32_t **flags);
Dptp.c1996 PTPObjectInfo **oinfos, /* size(handles->n) */ in ptp_canon_get_directory() argument
2005 ret = ptp_unpack_canon_directory(params, data, ptp.Param1, handles, oinfos, flags); in ptp_canon_get_directory()