Home
last modified time | relevance | path

Searched refs:deviceName (Results 1 – 25 of 75) sorted by relevance

123

/third_party/flutter/flutter/packages/flutter_tools/lib/src/fuchsia/
Dfuchsia_dev_finder.dart43 /// Returns the host address by which the device [deviceName] should use for
46 /// The string [deviceName] should be the name of the device from the
48 Future<String> resolve(String deviceName) async {
58 deviceName
/third_party/skia/third_party/externals/oboe/samples/audio-device/src/main/java/com/google/oboe/samples/audio_device/
DAudioDeviceAdapter.java50 TextView deviceName = rowView.findViewById(R.id.device_name); in getDropDownView() local
52 deviceName.setText(deviceInfo.getName()); in getDropDownView()
DAudioDeviceListEntry.java35 public AudioDeviceListEntry(int deviceId, String deviceName){ in AudioDeviceListEntry() argument
37 mName = deviceName; in AudioDeviceListEntry()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/audio_device/
DAudioDeviceAdapter.java52 TextView deviceName = (TextView) rowView.findViewById(R.id.device_name); in getDropDownView() local
54 deviceName.setText(deviceInfo.getName()); in getDropDownView()
DAudioDeviceListEntry.java35 public AudioDeviceListEntry(int deviceId, String deviceName){ in AudioDeviceListEntry() argument
37 mName = deviceName; in AudioDeviceListEntry()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsmodes.c74 WIN_UpdateDisplayMode(_THIS, LPCTSTR deviceName, DWORD index, SDL_DisplayMode * mode) in WIN_UpdateDisplayMode() argument
85 && (hdc = CreateDC(deviceName, NULL, NULL, NULL)) != NULL) { in WIN_UpdateDisplayMode()
183 WIN_GetDisplayMode(_THIS, LPCTSTR deviceName, DWORD index, SDL_DisplayMode * mode) in WIN_GetDisplayMode() argument
190 if (!EnumDisplaySettings(deviceName, index, &devmode)) { in WIN_GetDisplayMode()
215 WIN_UpdateDisplayMode(_this, deviceName, index, mode); in WIN_GetDisplayMode()
/third_party/skia/third_party/externals/angle2/src/common/vulkan/
Dvulkan_icd.cpp82 (strcmp(deviceProperties.deviceName, kMockDeviceName) == 0)); in GetFilterForICD()
88 (strncmp(deviceProperties.deviceName, kSwiftShaderDeviceName, in GetFilterForICD()
95 return (anglePreferredDevice == deviceProperties.deviceName); in GetFilterForICD()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.cpp431 char deviceName[30]; in initialize() local
435 snprintf(deviceName, sizeof(deviceName), "/dev/dri/card%d", i); in initialize()
436 fd = open(deviceName, O_RDWR | O_CLOEXEC); in initialize()
452 snprintf(deviceName, sizeof(deviceName), "/dev/dri/renderD%d", i); in initialize()
453 fd = open(deviceName, O_RDWR | O_CLOEXEC); in initialize()
/third_party/flutter/flutter/packages/flutter_tools/bin/
Dfuchsia_attach.dart78 final String deviceName = argResults['device'];
93 if (deviceName != null && deviceName.isNotEmpty) ...<String>['-d', deviceName],
/third_party/mesa3d/src/glx/
Ddri2.c269 DRI2Connect(Display * dpy, XID window, char **driverName, char **deviceName) in DRI2Connect() argument
320 *deviceName = malloc(rep.deviceNameLength + 1); in DRI2Connect()
321 if (*deviceName == NULL) { in DRI2Connect()
328 _XReadPad(dpy, *deviceName, rep.deviceNameLength); in DRI2Connect()
329 (*deviceName)[rep.deviceNameLength] = '\0'; in DRI2Connect()
Ddri2.h59 char **driverName, char **deviceName);
Ddri2_glx.c1142 char *driverName = NULL, *loader_driverName, *deviceName, *tmp; in dri2CreateScreen() local
1158 &driverName, &deviceName)) { in dri2CreateScreen()
1165 psc->fd = loader_open_device(deviceName); in dri2CreateScreen()
1167 ErrorMessageF("failed to open %s: %s\n", deviceName, strerror(errno)); in dri2CreateScreen()
1288 free(deviceName); in dri2CreateScreen()
1314 free(deviceName); in dri2CreateScreen()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ozone/
DDisplayOzone.cpp436 char deviceName[30]; in initialize() local
440 snprintf(deviceName, sizeof(deviceName), "/dev/dri/card%d", i); in initialize()
441 fd = open(deviceName, O_RDWR | O_CLOEXEC); in initialize()
457 snprintf(deviceName, sizeof(deviceName), "/dev/dri/renderD%d", i); in initialize()
458 fd = open(deviceName, O_RDWR | O_CLOEXEC); in initialize()
/third_party/boost/tools/build/test/qt4/
Dqtmultimedia.cpp23 BOOST_TEST_MESSAGE(QAudioDeviceInfo(devices.at(i)).deviceName().constData()); in BOOST_AUTO_TEST_CASE()
/third_party/boost/tools/build/test/qt5/
Dqtmultimedia.cpp23 BOOST_TEST_MESSAGE(QAudioDeviceInfo(devices.at(i)).deviceName().constData()); in BOOST_AUTO_TEST_CASE()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_expectations/
DGPUTestConfig.cpp427 inline bool IsAndroidDevice(const std::string &deviceName) in IsAndroidDevice() argument
435 if (systemInfo->machineModelName == deviceName) in IsAndroidDevice()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
Dangle_test_instantiate.cpp75 bool IsAndroidDevice(const std::string &deviceName) in IsAndroidDevice() argument
82 if (systemInfo->machineModelName == deviceName) in IsAndroidDevice()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DAdapterVk.cpp45 mPCIInfo.name = mDeviceInfo.properties.deviceName; in Initialize()
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
DGPUTestConfig.cpp399 inline bool IsAndroidDevice(const std::string &deviceName) in IsAndroidDevice() argument
407 if (systemInfo->machineModelName == deviceName) in IsAndroidDevice()
/third_party/mesa3d/src/util/
Dxmlconfig.c598 const char *deviceName; member
665 else if (device && (!data->deviceName || in parseDeviceAttr()
666 strcmp(device, data->deviceName))) in parseDeviceAttr()
1158 const char *deviceName, in driParseConfigFiles() argument
1169 userData.deviceName = deviceName; in driParseConfigFiles()
Dxmlconfig.h142 const char *deviceName,
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DBasicTests.cpp101 EXPECT_NE(strstr(physicalDeviceProperties.deviceName, "SwiftShader Device"), nullptr); in TEST_F()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davfdeviceprovider.m104 const gchar *deviceName = [[device localizedName] UTF8String];
105 …GstDevice *gst_device = gst_avf_device_new (deviceName, i, caps, GST_AVF_DEVICE_TYPE_VIDEO_SOURCE,…
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
Dangle_test_instantiate.cpp100 bool IsAndroidDevice(const std::string &deviceName) in IsAndroidDevice() argument
107 if (systemInfo->machineModelName == deviceName) in IsAndroidDevice()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DBackendMTL.mm46 const char* deviceName = [device.name UTF8String];
48 if (strstr(deviceName, it.trademark) != nullptr) {

123