Searched refs:get_u64_from_object (Results 1 – 1 of 1) sorted by relevance
/external/libmtp/src/ |
D | libmtp.c | 135 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), v… in LIBMTP_Get_u64_From_Object() 1301 static uint64_t get_u64_from_object(LIBMTP_mtpdevice_t *device,uint32_t const object_id, in get_u64_from_object() function 2411 file->filesize = get_u64_from_object(device, file->item_id, PTP_OPC_ObjectSize, 0); in obj2file() 4013 file->filesize = get_u64_from_object(device, file->item_id, PTP_OPC_ObjectSize, 0); in LIBMTP_Get_Filelisting_With_Callback() 4130 file->filesize = get_u64_from_object(device, file->item_id, PTP_OPC_ObjectSize, 0); in LIBMTP_Get_Filemetadata() 4393 track->filesize = get_u64_from_object(device, track->item_id, PTP_OPC_ObjectSize, 0); in get_track_metadata()
|