Home
last modified time | relevance | path

Searched refs:PTPObjectPropDesc (Results 1 – 4 of 4) sorted by relevance

/external/libmtp/src/
Dlibmtp.c130 static uint16_t adjust_u16(uint16_t val, PTPObjectPropDesc *opd);
131 static uint32_t adjust_u32(uint32_t val, PTPObjectPropDesc *opd);
774 static uint16_t adjust_u16(uint16_t val, PTPObjectPropDesc *opd) in adjust_u16()
819 static uint32_t adjust_u32(uint32_t val, PTPObjectPropDesc *opd) in adjust_u32()
889 PTPObjectPropDesc opd; in LIBMTP_Get_Allowed_Property_Values()
1760 PTPObjectPropDesc opd; in LIBMTP_Open_Raw_Device()
2919 PTPObjectPropDesc opd; in LIBMTP_Dump_Device_Info()
5708 PTPObjectPropDesc opd;
5861 PTPObjectPropDesc opd;
6023 PTPObjectPropDesc opd;
[all …]
Dptp.h974 typedef struct _PTPObjectPropDesc PTPObjectPropDesc; typedef
2116 PTPObjectPropDesc *objectpropertydesc);
2539 void ptp_free_objectpropdesc (PTPObjectPropDesc* dpd);
Dptp.c2440 PTPParams* params, uint16_t opc, uint16_t ofc, PTPObjectPropDesc *opd in ptp_mtp_getobjectpropdesc()
2732 ptp_free_objectpropdesc(PTPObjectPropDesc* opd) in ptp_free_objectpropdesc()
Dptp-pack.c797 ptp_unpack_OPD (PTPParams *params, unsigned char* data, PTPObjectPropDesc *opd, unsigned int opdlen) in ptp_unpack_OPD()