Searched refs:add_object_to_cache (Results 1 - 1 of 1) sorted by relevance

/external/libmtp/src/
H A Dlibmtp.c176 static void add_object_to_cache(LIBMTP_mtpdevice_t *device, uint32_t object_id);
5409 add_object_to_cache(device, filedata->item_id);
5522 add_object_to_cache(device, filedata->item_id);
6813 add_object_to_cache(device, new_id);
7338 add_object_to_cache(device, *newid);
8374 static void add_object_to_cache(LIBMTP_mtpdevice_t *device, uint32_t object_id) function
8381 add_ptp_error_to_errorstack(device, ret, "add_object_to_cache(): couldn't add object to cache");
8396 add_object_to_cache(device, object_id);

Completed in 79 milliseconds