Home
last modified time | relevance | path

Searched refs:supported_devices (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/tool/pps/
Dpps_driver.cc84 auto supported_devices = Driver::supported_device_names(); in default_driver_name() local
87 if (CONTAINS(supported_devices, device.name)) { in default_driver_name()
97 auto supported_devices = Driver::supported_device_names(); in find_driver_name() local
107 std::copy(supported_devices.begin(), in find_driver_name()
108 supported_devices.end() - 1, in find_driver_name()
110 drivers_os << supported_devices.back(); in find_driver_name()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-ucm.h202 pa_idxset *supported_devices; member
228 const char **supported_devices; member
Dalsa-ucm.c541 …device->supported_devices = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_f… in ucm_get_device_property()
542 … ucm_add_devices_to_idxset(device->supported_devices, device, verb->devices, devices, n_suppdev); in ucm_get_device_property()
576 modifier->n_suppdev = snd_use_case_get_list(uc_mgr, id, &modifier->supported_devices); in ucm_get_modifier_property()
725 add_media_role(modifier->supported_devices[i], list, role_name, sub, is_sink); in ucm_set_media_roles()
745 if (dev->supported_devices) { in append_lost_relationship()
746 PA_IDXSET_FOREACH(d, dev->supported_devices, idx) { in append_lost_relationship()
747 if (!d->supported_devices) in append_lost_relationship()
748 … d->supported_devices = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in append_lost_relationship()
750 if (pa_idxset_put(d->supported_devices, dev, NULL) == 0) in append_lost_relationship()
1191 } else if (dev->supported_devices) { /* the device defines supported devices */ in ucm_check_conformance()
[all …]