Lines Matching defs:client
253 pa_client *client = NULL;
260 client = (s->type == STREAM_TYPE_PLAYBACK) ? s->sink_input->client : s->source_output->client;
262 if (!client) {
265 pa_dbus_send_error(conn, msg, PA_DBUS_ERROR_NO_SUCH_PROPERTY, "%s isn't associated to any client.", str);
271 object_path = pa_dbusiface_core_get_client_path(s->core, client);
521 pa_client *client = NULL;
546 client = s->sink_input->client;
556 client = s->source_output->client;
565 if (client)
566 client_path = pa_dbusiface_core_get_client_path(s->core, client);
585 if (client)