Searched refs:PTP_OPC_UseCount (Results 1 – 3 of 3) sorted by relevance
/external/libmtp/src/ |
D | libmtp.c | 584 register_property("Use Count", LIBMTP_PROPERTY_UseCount, PTP_OPC_UseCount); in init_propertymap() 4726 case PTP_OPC_UseCount: in pick_property_to_track_metadata() 4822 case PTP_OPC_UseCount: in get_track_metadata() 4823 track->usecount = get_u32_from_object(device, track->item_id, PTP_OPC_UseCount, 0); in get_track_metadata() 6550 case PTP_OPC_UseCount: 6553 prop->property = PTP_OPC_UseCount; 6735 case PTP_OPC_UseCount: 6737 …ret = set_object_u32(device, metadata->item_id, PTP_OPC_UseCount, adjust_u32(metadata->usecount, &…
|
D | ptp.h | 2226 #define PTP_OPC_UseCount 0xDC91 macro
|
D | ptp.c | 6319 {PTP_OPC_UseCount,"UseCount"},
|