Searched refs:PTP_OPC_UseCount (Results 1 – 3 of 3) sorted by relevance
/external/libmtp/src/ |
D | libmtp.c | 540 register_property("Use Count", LIBMTP_PROPERTY_UseCount, PTP_OPC_UseCount); in init_propertymap() 4292 case PTP_OPC_UseCount: in pick_property_to_track_metadata() 4388 case PTP_OPC_UseCount: in get_track_metadata() 4389 track->usecount = get_u32_from_object(device, track->item_id, PTP_OPC_UseCount, 0); in get_track_metadata() 5982 case PTP_OPC_UseCount: 5985 prop->property = PTP_OPC_UseCount; 6161 case PTP_OPC_UseCount: 6163 …ret = set_object_u32(device, metadata->item_id, PTP_OPC_UseCount, adjust_u32(metadata->usecount, &…
|
D | ptp.h | 1698 #define PTP_OPC_UseCount 0xDC91 macro
|
D | ptp.c | 4483 {PTP_OPC_UseCount,"UseCount"},
|