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

/external/libmtp/src/
H A Dptp.c2597 uint16_t objecttype, uint64_t objectsize, MTPProperties *props, int nrofprops)
2609 ptp.Param4 = (uint32_t) (objectsize >> 32);
2610 ptp.Param5 = (uint32_t) (objectsize & 0xffffffffU);
4900 ptp_debug (params, "ptp2/mtpfast: objectsize has type 0x%x???", xpl->datatype);
4903 ptp_debug (params, "ptp2/mtpfast: objectsize %u", xpl->propval.u32);
2596 ptp_mtp_sendobjectproplist(PTPParams* params, uint32_t* store, uint32_t* parenthandle, uint32_t* handle, uint16_t objecttype, uint64_t objectsize, MTPProperties *props, int nrofprops) argument

Completed in 728 milliseconds