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

/external/libmtp/src/
H A Dlibmtp.c135 static uint64_t get_u64_from_object(LIBMTP_mtpdevice_t *device,uint32_t const object_id,
1139 return get_u64_from_object(device, object_id, map_libmtp_property_to_ptp_property(attribute_id), value_default);
1301 static uint64_t get_u64_from_object(LIBMTP_mtpdevice_t *device,uint32_t const object_id, function
1325 add_ptp_error_to_errorstack(device, ret, "get_u64_from_object(): could not get unsigned 64bit integer from object.");
2411 file->filesize = get_u64_from_object(device, file->item_id, PTP_OPC_ObjectSize, 0);
4013 file->filesize = get_u64_from_object(device, file->item_id, PTP_OPC_ObjectSize, 0);
4130 file->filesize = get_u64_from_object(device, file->item_id, PTP_OPC_ObjectSize, 0);
4393 track->filesize = get_u64_from_object(device, track->item_id, PTP_OPC_ObjectSize, 0);

Completed in 41 milliseconds