Searched refs:retob (Results 1 – 3 of 3) sorted by relevance
/external/libmtp/src/ |
D | ptp.c | 6566 ptp_object_find (PTPParams *params, uint32_t handle, PTPObject **retob) in ptp_object_find() argument 6571 *retob = bsearch (&tmpob, params->objects, params->nrofobjects, sizeof(tmpob), _cmp_ob); in ptp_object_find() 6572 if (!*retob) in ptp_object_find() 6579 ptp_object_find_or_insert (PTPParams *params, uint32_t handle, PTPObject **retob) in ptp_object_find_or_insert() argument 6586 *retob = NULL; in ptp_object_find_or_insert() 6591 *retob = ¶ms->objects[0]; in ptp_object_find_or_insert() 6601 *retob = ¶ms->objects[cursor]; in ptp_object_find_or_insert() 6612 *retob = ¶ms->objects[begin]; in ptp_object_find_or_insert() 6616 *retob = ¶ms->objects[end]; in ptp_object_find_or_insert() 6635 *retob = ¶ms->objects[insertat]; in ptp_object_find_or_insert() [all …]
|
D | ptp.h | 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/ |
D | ChangeLog | 344 uint32_t handle, PTPObject **retob) 349 uint32_t handle, PTPObject **retob) 354 int want, PTPObject **retob)
|