Searched refs:PTPObjectPropDesc (Results 1 – 4 of 4) sorted by relevance
/external/libmtp/src/ |
D | libmtp.c | 170 static uint16_t adjust_u16(uint16_t val, PTPObjectPropDesc *opd); 171 static uint32_t adjust_u32(uint32_t val, PTPObjectPropDesc *opd); 851 static uint16_t adjust_u16(uint16_t val, PTPObjectPropDesc *opd) in adjust_u16() 896 static uint32_t adjust_u32(uint32_t val, PTPObjectPropDesc *opd) in adjust_u32() 966 PTPObjectPropDesc opd; in LIBMTP_Get_Allowed_Property_Values() 2013 PTPObjectPropDesc opd; in LIBMTP_Open_Raw_Device_Uncached() 3237 PTPObjectPropDesc opd; in LIBMTP_Dump_Device_Info() 6272 PTPObjectPropDesc opd; 6429 PTPObjectPropDesc opd; 6591 PTPObjectPropDesc opd; [all …]
|
D | ptp.h | 1210 typedef struct _PTPObjectPropDesc PTPObjectPropDesc; typedef 2739 PTPObjectPropDesc *objectpropertydesc); 3335 void ptp_free_objectpropdesc (PTPObjectPropDesc*);
|
D | ptp.c | 1079 ptp_free_objectpropdesc(PTPObjectPropDesc* opd) in ptp_free_objectpropdesc() 3629 PTPParams* params, uint16_t opc, uint16_t ofc, PTPObjectPropDesc *opd in ptp_mtp_getobjectpropdesc()
|
D | ptp-pack.c | 1094 ptp_unpack_OPD (PTPParams *params, unsigned char* data, PTPObjectPropDesc *opd, unsigned int opdlen) in ptp_unpack_OPD()
|