Lines Matching defs:local
81 "sink_name=<name for the local sink> "
82 "sink_properties=<properties for the local sink> "
96 "source_name=<name for the local source> "
97 "source_properties=<properties for the local source> "
926 struct timeval local, remote, now;
947 pa_tagstruct_get_timeval(t, &local) < 0 ||
979 if (pa_timeval_cmp(&local, &remote) < 0 && pa_timeval_cmp(&remote, &now) < 0) {
980 /* local and remote seem to have synchronized clocks */
982 u->transport_usec = pa_timeval_diff(&remote, &local);
987 u->transport_usec = pa_timeval_diff(&now, &local)/2;
1770 pa_log_debug("Protocol version: remote %u, local %u", u->version, PA_PROTOCOL_VERSION);
2246 pa_log("No server address found. Attempting default local sockets.");