Lines Matching refs:profile
29 #include "iface-card-profile.h"
31 #define OBJECT_NAME "profile"
45 pa_card_profile *profile;
99 pa_dbus_send_basic_variant_reply(conn, msg, DBUS_TYPE_STRING, &p->profile->name);
109 pa_dbus_send_basic_variant_reply(conn, msg, DBUS_TYPE_STRING, &p->profile->description);
120 sinks = p->profile->n_sinks;
133 sources = p->profile->n_sources;
146 priority = p->profile->priority;
159 available = p->profile->available != PA_AVAILABLE_NO;
178 sinks = p->profile->n_sinks;
179 sources = p->profile->n_sources;
180 priority = p->profile->priority;
181 available = p->profile->available != PA_AVAILABLE_NO;
189 pa_dbus_append_basic_variant_dict_entry(&dict_iter, property_handlers[PROPERTY_HANDLER_NAME].property_name, DBUS_TYPE_STRING, &p->profile->name);
190 pa_dbus_append_basic_variant_dict_entry(&dict_iter, property_handlers[PROPERTY_HANDLER_DESCRIPTION].property_name, DBUS_TYPE_STRING, &p->profile->description);
205 pa_card_profile *profile,
211 pa_assert(profile);
215 p->profile = profile;
244 return p->profile->name;
250 return p->profile;