Home
last modified time | relevance | path

Searched refs:vendor_name (Results 1 – 7 of 7) sorted by relevance

/third_party/pulseaudio/src/modules/macosx/
Dmodule-coreaudio-device.c92 char *device_name, *vendor_name; member
489 if (u->vendor_name) in ca_device_create_sink()
490 pa_proplist_sets(new_data.proplist, PA_PROP_DEVICE_VENDOR_NAME, u->vendor_name); in ca_device_create_sink()
623 if (u->vendor_name) in ca_device_create_source()
624 pa_proplist_sets(new_data.proplist, PA_PROP_DEVICE_VENDOR_NAME, u->vendor_name); in ca_device_create_source()
822 u->vendor_name = pa_xstrdup(tmp); in pa__init()
980 pa_xfree(u->vendor_name); in pa__done()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Ddevice.hpp89 std::string vendor_name() const;
Ddevice.cpp408 device::vendor_name() const { in vendor_name() function in device
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_ohos.c1133 char *vendor_name = NULL; in ohos_open_device() local
1165 if (vendor_name) { in ohos_open_device()
1166 if (ohos_filter_device(disp, dri2_dpy->fd, vendor_name)) { in ohos_open_device()
1193 vendor_name ? "desired": "any"); in ohos_open_device()
Dplatform_android.c1596 char *vendor_name = NULL; in droid_open_device() local
1606 vendor_name = vendor_buf; in droid_open_device()
1628 if (vendor_name) { in droid_open_device()
1629 if (droid_filter_device(disp, dri2_dpy->fd, vendor_name)) { in droid_open_device()
1656 vendor_name ? "desired": "any"); in droid_open_device()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp329 buf.as_string() = dev.vendor_name(); in clGetDeviceInfo()
/third_party/eudev/rules/
D78-sound-card.rules47 ENV{ID_VENDOR}="$attr{vendor_name}", ENV{ID_MODEL}="$attr{model_name}"