Lines Matching refs:PTP_OPC_Name
554 register_property("Name", LIBMTP_PROPERTY_Name, PTP_OPC_Name); in init_propertymap()
4665 case PTP_OPC_Name: in pick_property_to_track_metadata()
4779 case PTP_OPC_Name: in get_track_metadata()
4780 track->title = get_string_from_object(device, track->item_id, PTP_OPC_Name); in get_track_metadata()
6306 case PTP_OPC_Name:
6309 prop->property = PTP_OPC_Name;
6437 case PTP_OPC_Name:
6442 prop->property = PTP_OPC_Name;
6599 case PTP_OPC_Name:
6601 ret = set_object_string(device, metadata->item_id, PTP_OPC_Name, metadata->title);
7408 props[1].property = PTP_OPC_Name;
7537 pl->name = get_string_from_object(device, ob->oid, PTP_OPC_Name);
7612 pl->name = get_string_from_object(device, ob->oid, PTP_OPC_Name);
7763 case PTP_OPC_Name:
7767 prop->property = PTP_OPC_Name;
7896 case PTP_OPC_Name:
7898 ret = set_object_string(device, *newid, PTP_OPC_Name, name);
8026 case PTP_OPC_Name:
8029 prop->property = PTP_OPC_Name;
8105 case PTP_OPC_Name:
8107 ret = set_object_string(device, objecthandle, PTP_OPC_Name, name);
8346 case PTP_OPC_Name:
8420 case PTP_OPC_Name:
8421 alb->name = get_string_from_object(device, ob->oid, PTP_OPC_Name);