Home
last modified time | relevance | path

Searched refs:new_active (Results 1 - 3 of 3) sorted by relevance

/third_party/pulseaudio/src/modules/dbus/
H A Diface-card.c329 pa_dbusiface_card_profile *new_active = NULL; in handle_set_active_profile() local
341 new_active = profile; in handle_set_active_profile()
346 if (!new_active) { in handle_set_active_profile()
351 if ((r = pa_card_set_profile(c->card, pa_dbusiface_card_profile_get_profile(new_active), true)) < 0) { in handle_set_active_profile()
H A Diface-device.c733 pa_dbusiface_device_port *new_active = NULL; in handle_set_active_port() local
757 new_active = port; in handle_set_active_port()
762 if (!new_active) { in handle_set_active_port()
768 if ((r = pa_sink_set_port(d->sink, pa_dbusiface_device_port_get_name(new_active), true)) < 0) { in handle_set_active_port()
774 if ((r = pa_source_set_port(d->source, pa_dbusiface_device_port_get_name(new_active), true)) < 0) { in handle_set_active_port()
/third_party/python/Lib/
H A Dthreading.py1618 new_active = {}
1648 new_active[ident] = thread
1656 _active.update(new_active)

Completed in 6 milliseconds