Lines Matching defs:path
383 pa_log_info("Transport %s released", t->path);
583 pa_log_debug("Transport %s available for profile %s", t->path, pa_bluetooth_profile_to_string(t->profile));
940 const char *sender, *path, PA_UNUSED *handler;
963 dbus_message_iter_get_basic(&arg_i, &path);
965 d = pa_bluetooth_discovery_get_device_by_path(b->discovery, path);
967 pa_log_error("Device doesn't exist for %s", path);
986 pa_log_debug("dbus: NewConnection path=%s, fd=%d, profile %s", path, fd,
991 pathfd = pa_sprintf_malloc ("%s/fd%d", path, fd);
1054 const char *path, *interface, *member;
1058 path = dbus_message_get_path(m);
1062 pa_log_debug("dbus: path=%s, interface=%s, member=%s", path, interface, member);
1064 if (!pa_streq(path, HSP_AG_PROFILE) && !pa_streq(path, HSP_HS_PROFILE)
1065 && !pa_streq(path, HFP_AG_PROFILE))