Home
last modified time | relevance | path

Searched refs:vendor_name (Results 1 – 8 of 8) 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/egl/drivers/dri2/
Dplatform_ohos.c1162 char *vendor_name = NULL; in ohos_open_device() local
1194 DISPLAY_LOGI("vendor_name %{public}s", vendor_name); in ohos_open_device()
1195 if (vendor_name) { in ohos_open_device()
1196 if (ohos_filter_device(disp, dri2_dpy->fd, vendor_name)) { in ohos_open_device()
1226 vendor_name ? "desired" : "any"); in ohos_open_device()
Dplatform_android.c1603 char *vendor_name = NULL; in droid_open_device() local
1613 vendor_name = vendor_buf; in droid_open_device()
1635 if (vendor_name) { in droid_open_device()
1636 if (droid_filter_device(disp, dri2_dpy->fd, vendor_name)) { in droid_open_device()
1663 vendor_name ? "desired": "any"); in droid_open_device()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Ddevice.hpp89 std::string vendor_name() const;
Ddevice.cpp419 device::vendor_name() const { in vendor_name() function in device
/third_party/libdrm/tests/modetest/
Dmodetest.c271 char *vendor_name = drmGetFormatModifierVendor(modifier); in modifier_to_string() local
275 if (vendor_name) in modifier_to_string()
277 vendor_name, "UNKNOWN_MODIFIER"); in modifier_to_string()
282 free(vendor_name); in modifier_to_string()
289 free(vendor_name); in modifier_to_string()
294 vendor_name, modifier_name); in modifier_to_string()
297 free(vendor_name); in modifier_to_string()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp329 buf.as_string() = dev.vendor_name(); in clGetDeviceInfo()
/third_party/libdrm/
Dxf86drm.c151 const char *vendor_name; member
5075 return strdup(drm_format_modifier_vendor_table[i].vendor_name); in drmGetFormatModifierVendor()