Searched refs:get_u64_from_object (Results 1 – 1 of 1) sorted by relevance
/external/libmtp/src/ |
D | libmtp.c | 175 static uint64_t get_u64_from_object(LIBMTP_mtpdevice_t *device,uint32_t const object_id, 1219 …return get_u64_from_object(device, object_id, map_libmtp_property_to_ptp_property(attribute_id), v… in LIBMTP_Get_u64_From_Object() 1382 static uint64_t get_u64_from_object(LIBMTP_mtpdevice_t *device,uint32_t const object_id, in get_u64_from_object() function 4326 file->filesize = get_u64_from_object(device, file->item_id, PTP_OPC_ObjectSize, 0); in obj2file() 4827 track->filesize = get_u64_from_object(device, track->item_id, PTP_OPC_ObjectSize, 0); in get_track_metadata()
|