Searched refs:on_hotplug (Results 1 - 2 of 2) sorted by relevance
/third_party/pulseaudio/src/modules/ |
H A D | module-intended-roles.c | 39 "on_hotplug=<When new device becomes available, recheck streams?> " 43 "on_hotplug", 60 bool on_hotplug:1; member 170 pa_assert(u->on_hotplug); in sink_put_hook_callback() 214 pa_assert(u->on_hotplug); in source_put_hook_callback() 369 bool on_hotplug = true, on_rescue = true; in pa__init() local 378 if (pa_modargs_get_value_boolean(ma, "on_hotplug", &on_hotplug) < 0 || in pa__init() 380 pa_log("on_hotplug= and on_rescue= expect boolean arguments"); in pa__init() 387 u->on_hotplug in pa__init() [all...] |
H A D | module-device-manager.c | 58 "on_hotplug=<When new device becomes available, recheck streams?> " 66 "on_hotplug", 119 bool on_hotplug; member 1052 pa_assert(u->on_hotplug); in sink_put_hook_callback() 1063 pa_assert(u->on_hotplug); in source_put_hook_callback() 1551 bool do_routing = false, on_hotplug = true, on_rescue = true; in pa__init() local 1562 pa_modargs_get_value_boolean(ma, "on_hotplug", &on_hotplug) < 0 || in pa__init() 1564 pa_log("on_hotplug= and on_rescue= expect boolean arguments"); in pa__init() 1572 u->on_hotplug in pa__init() [all...] |
Completed in 4 milliseconds