Home
last modified time | relevance | path

Searched refs:active_sw (Results 1 – 2 of 2) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dserviceworkerregistration.rs31 fn new_inherited(active_sw: &ServiceWorker, scope: ServoUrl) -> ServiceWorkerRegistration { in new_inherited()
34 active: Some(Dom::from_ref(active_sw)), in new_inherited()
/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/bluez5/
H A Dbluez5-dbus.c2576 struct spa_bt_a2dp_codec_switch *active_sw; in a2dp_codec_switch_goto_active() local
2578active_sw = spa_list_first(&device->codec_switch_list, struct spa_bt_a2dp_codec_switch, device_lin… in a2dp_codec_switch_goto_active()
2580 if (active_sw != sw) { in a2dp_codec_switch_goto_active()
2588 if (sw != active_sw) in a2dp_codec_switch_goto_active()
2592 a2dp_codec_switch_process(active_sw); in a2dp_codec_switch_goto_active()