Lines Matching refs:shared_name
45 char *shared_name; member
56 char *shared_name; member
76 if (r->shared_name) { in reserve_wrapper_free()
77 pa_assert_se(pa_shared_remove(r->core, r->shared_name) >= 0); in reserve_wrapper_free()
78 pa_xfree(r->shared_name); in reserve_wrapper_free()
96 …pa_log_debug("Device unlock of %s has been requested and %s.", r->shared_name, k < 0 ? "failed" : … in request_cb()
132 r->shared_name = t; in pa_reserve_wrapper_get()
134 pa_assert_se(pa_shared_set(c, r->shared_name, r) >= 0); in pa_reserve_wrapper_get()
218 if (w->shared_name) { in reserve_monitor_wrapper_free()
219 pa_assert_se(pa_shared_remove(w->core, w->shared_name) >= 0); in reserve_monitor_wrapper_free()
220 pa_xfree(w->shared_name); in reserve_monitor_wrapper_free()
241 pa_log_debug("Device lock status of %s changed: %s", w->shared_name, k ? "busy" : "not busy"); in change_cb()
275 w->shared_name = t; in pa_reserve_monitor_wrapper_get()
277 pa_assert_se(pa_shared_set(c, w->shared_name, w) >= 0); in pa_reserve_monitor_wrapper_get()