Searched refs:retob (Results 1 – 3 of 3) sorted by relevance
/external/libmtp/src/ |
D | ptp.c | 4727 ptp_object_find (PTPParams *params, uint32_t handle, PTPObject **retob) { in ptp_object_find() argument 4731 *retob = bsearch (&tmpob, params->objects, params->nrofobjects, sizeof(tmpob), _cmp_ob); in ptp_object_find() 4732 if (!*retob) in ptp_object_find() 4739 ptp_object_find_or_insert (PTPParams *params, uint32_t handle, PTPObject **retob) { in ptp_object_find_or_insert() argument 4745 *retob = NULL; in ptp_object_find_or_insert() 4750 *retob = ¶ms->objects[0]; in ptp_object_find_or_insert() 4760 *retob = ¶ms->objects[cursor]; in ptp_object_find_or_insert() 4771 *retob = ¶ms->objects[begin]; in ptp_object_find_or_insert() 4775 *retob = ¶ms->objects[end]; in ptp_object_find_or_insert() 4794 *retob = ¶ms->objects[insertat]; in ptp_object_find_or_insert() [all …]
|
D | ptp.h | 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);
|
/external/libmtp/ |
D | ChangeLog | 125 uint32_t handle, PTPObject **retob) 130 uint32_t handle, PTPObject **retob) 135 int want, PTPObject **retob)
|