Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp.c4162 ptp_free_object (PTPObject *ob) in ptp_free_object()
6511 PTPObject *ob; in ptp_find_object_prop_in_cache()
6530 PTPObject *ob; in ptp_remove_object_from_cache()
6538 memmove (ob,ob+1,(params->nrofobjects-1-i)*sizeof(PTPObject)); in ptp_remove_object_from_cache()
6541 params->objects = realloc(params->objects, sizeof(PTPObject)*params->nrofobjects); in ptp_remove_object_from_cache()
6547 PTPObject *oa = (PTPObject*)a; in _cmp_ob()
6548 PTPObject *ob = (PTPObject*)b; in _cmp_ob()
6561 qsort (params->objects, params->nrofobjects, sizeof(PTPObject), _cmp_ob); in ptp_objects_sort()
6566 ptp_object_find (PTPParams *params, uint32_t handle, PTPObject **retob) in ptp_object_find()
6568 PTPObject tmpob; in ptp_object_find()
[all …]
Dlibmtp.c2670 params->objects = calloc (cnt, sizeof(PTPObject)); in get_all_metadata_fast()
2776 PTPObject *ob; in get_handles_recursively()
2855 PTPObject *ob, *xob; in flush_handles()
3093 PTPObject *ob; in get_suggested_storage_id()
4244 static LIBMTP_file_t *obj2file(LIBMTP_mtpdevice_t *device, PTPObject *ob) in obj2file()
4365 PTPObject *ob; in LIBMTP_Get_Filemetadata()
4449 PTPObject *ob; in LIBMTP_Get_Filelisting_With_Callback()
4756 PTPObject *ob; in get_track_metadata()
4959 PTPObject *ob; in LIBMTP_Get_Tracklisting_With_Callback_For_Storage()
5064 PTPObject *ob; in LIBMTP_Get_Trackmetadata()
[all …]
Dptp.h2428 typedef struct _PTPObject PTPObject; typedef
2482 PTPObject *objects;
3339 void ptp_free_object (PTPObject *oi);
3361 uint16_t ptp_object_want (PTPParams *, uint32_t handle, unsigned int want, PTPObject**retob);
3363 uint16_t ptp_object_find (PTPParams *params, uint32_t handle, PTPObject **retob);
3364 uint16_t ptp_object_find_or_insert (PTPParams *params, uint32_t handle, PTPObject **retob);
/external/libmtp/
DChangeLog323 are now consolidated into "PTPObject"s.
344 uint32_t handle, PTPObject **retob)
349 uint32_t handle, PTPObject **retob)
354 int want, PTPObject **retob)
377 stays of course, it will just fill out the PTPObject array.