Searched refs:PTPObject (Results 1 – 4 of 4) sorted by relevance
/external/libmtp/src/ |
D | ptp.c | 2774 ptp_free_object (PTPObject *ob) in ptp_free_object() 4677 PTPObject *ob; in ptp_find_object_prop_in_cache() 4696 PTPObject *ob; in ptp_remove_object_from_cache() 4707 memmove (ob,ob+1,(params->nrofobjects-1-i)*sizeof(PTPObject)); in ptp_remove_object_from_cache() 4710 params->objects = realloc(params->objects, sizeof(PTPObject)*params->nrofobjects); in ptp_remove_object_from_cache() 4714 PTPObject *oa = (PTPObject*)a; in _cmp_ob() 4715 PTPObject *ob = (PTPObject*)b; in _cmp_ob() 4722 qsort (params->objects, params->nrofobjects, sizeof(PTPObject), _cmp_ob); in ptp_objects_sort() 4727 ptp_object_find (PTPParams *params, uint32_t handle, PTPObject **retob) { in ptp_object_find() 4728 PTPObject tmpob; in ptp_object_find() [all …]
|
D | ptp.h | 1900 typedef struct _PTPObject PTPObject; typedef 1935 PTPObject *objects; 2542 void ptp_free_object (PTPObject *oi); 2561 uint16_t ptp_object_want (PTPParams *, uint32_t handle, int want, PTPObject**retob); 2563 uint16_t ptp_object_find (PTPParams *params, uint32_t handle, PTPObject **retob); 2564 uint16_t ptp_object_find_or_insert (PTPParams *params, uint32_t handle, PTPObject **retob);
|
D | libmtp.c | 2200 params->objects = calloc (sizeof(PTPObject),cnt); in get_all_metadata_fast() 2299 PTPObject *ob; in get_handles_recursively() 2314 LIBMTP_file_t * obj2file(LIBMTP_mtpdevice_t *device, PTPObject *ob) in obj2file() 2319 PTPObject *xob; in obj2file() 2455 PTPObject *ob; in get_files() 2590 PTPObject *ob, *xob; in flush_handles() 3924 PTPObject *ob, *xob; in LIBMTP_Get_Filelisting_With_Callback() 4065 PTPObject *ob; in LIBMTP_Get_Filemetadata() 4322 PTPObject *ob; in get_track_metadata() 4475 PTPObject *ob; in LIBMTP_Get_Tracklisting_With_Callback() [all …]
|
/external/libmtp/ |
D | ChangeLog | 104 are now consolidated into "PTPObject"s. 125 uint32_t handle, PTPObject **retob) 130 uint32_t handle, PTPObject **retob) 135 int want, PTPObject **retob) 158 stays of course, it will just fill out the PTPObject array.
|