Home
last modified time | relevance | path

Searched refs:retob (Results 1 – 3 of 3) sorted by relevance

/external/libmtp/src/
Dptp.c4727 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 = &params->objects[0]; in ptp_object_find_or_insert()
4760 *retob = &params->objects[cursor]; in ptp_object_find_or_insert()
4771 *retob = &params->objects[begin]; in ptp_object_find_or_insert()
4775 *retob = &params->objects[end]; in ptp_object_find_or_insert()
4794 *retob = &params->objects[insertat]; in ptp_object_find_or_insert()
[all …]
Dptp.h2561 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/
DChangeLog125 uint32_t handle, PTPObject **retob)
130 uint32_t handle, PTPObject **retob)
135 int want, PTPObject **retob)