Searched refs:MTPProperties (Results 1 - 4 of 4) sorted by relevance
/external/libmtp/src/ |
H A D | ptp.c | 2573 ptp_mtp_getobjectproplist (PTPParams* params, uint32_t handle, MTPProperties **props, int *nrofprops) 2597 uint16_t objecttype, uint64_t objectsize, MTPProperties *props, int nrofprops) 2625 ptp_mtp_setobjectproplist (PTPParams* params, MTPProperties *props, int nrofprops) 4618 MTPProperties * 4619 ptp_get_new_object_prop_entry(MTPProperties **props, int *nrofprops) { 4620 MTPProperties *newprops; 4621 MTPProperties *prop; 4624 newprops = malloc(sizeof(MTPProperties)*(*nrofprops+1)); 4626 newprops = realloc(*props,sizeof(MTPProperties)*(*nrofprops+1)); 4642 ptp_destroy_object_prop(MTPProperties *pro [all...] |
H A D | ptp.h | 927 typedef struct _MTPProperties MTPProperties; typedef in typeref:struct:_MTPProperties 1897 MTPProperties *mtpprops; 2123 uint16_t ptp_mtp_getobjectproplist (PTPParams* params, uint32_t handle, MTPProperties **props, int *nrofprops); 2125 uint16_t objecttype, uint64_t objectsize, MTPProperties *props, int nrofprops); 2126 uint16_t ptp_mtp_setobjectproplist (PTPParams* params, MTPProperties *props, int nrofprops); 2555 MTPProperties *ptp_get_new_object_prop_entry(MTPProperties **props, int *nrofprops); 2556 void ptp_destroy_object_prop(MTPProperties *prop); 2557 void ptp_destroy_object_prop_list(MTPProperties *props, int nrofprops); 2558 MTPProperties *ptp_find_object_prop_in_cach [all...] |
H A D | libmtp.c | 1265 MTPProperties *prop; 1308 MTPProperties *prop; 1347 MTPProperties *prop; 1385 MTPProperties *prop; 1426 MTPProperties *prop; 2142 MTPProperties *props = NULL; 2143 MTPProperties *prop; 2243 MTPProperties *newprops; 2247 newprops = realloc(params->objects[i].mtpprops,(params->objects[i].nrofmtpprops+1)*sizeof(MTPProperties)); 2249 newprops = calloc(sizeof(MTPProperties), [all...] |
H A D | ptp-pack.c | 976 ptp_pack_OPL (PTPParams *params, MTPProperties *props, int nrofprops, unsigned char** opldataptr) 979 MTPProperties *propitr; 1035 const MTPProperties *px = x; 1036 const MTPProperties *py = y; 1042 ptp_unpack_OPL (PTPParams *params, unsigned char* data, MTPProperties **pprops, unsigned int len) 1045 MTPProperties *props = NULL; 1055 props = malloc(prop_count * sizeof(MTPProperties)); 1062 qsort (props, i, sizeof(MTPProperties),_compare_func); 1083 qsort (props, prop_count, sizeof(MTPProperties),_compare_func);
|
Completed in 116 milliseconds