HomeSort by relevance Sort by last modified time
    Searched defs:device_name (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /device/google/cuttlefish_common/host/libs/ivserver/
vsocsharedmem.h 34 explicit Region(const char *device_name, const cvd::SharedFD &host_fd,
36 : device_name(device_name), host_fd(host_fd), guest_fd(guest_fd) {}
37 const char *device_name; member in struct:ivserver::VSoCSharedMemory::Region
vsocsharedmem.cc 127 auto device_name = region_spec->region_name(); local
134 LOG(ERROR) << "Failed to create host eventfd for " << device_name << ": "
140 LOG(ERROR) << "Failed to create guest eventfd for " << device_name << ": "
146 name_to_region_idx[device_name] = region_idx;
147 regions.emplace_back(device_name, host_fd, guest_fd);
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
hardware_test.cc 48 char device_name[128] = {0}; local
51 0, device_name, guid_name));
53 0, device_name, guid_name));
hardware_before_streaming_test.cc 38 char device_name[128] = {0}; local
43 -1, device_name, guid_name));
44 EXPECT_GT(strlen(device_name), 0u) << kNoDevicesErrorMessage;
45 device_name[0] = '\0';
48 -1, device_name, guid_name));
49 EXPECT_GT(strlen(device_name), 0u) << kNoDevicesErrorMessage;
53 0, device_name, guid_name));
54 EXPECT_GT(strlen(device_name), 0u) << kNoDevicesErrorMessage;
55 device_name[0] = '\0';
58 0, device_name, guid_name))
76 char device_name[128] = {0}; local
97 char device_name[128] = {0}; local
    [all...]
  /external/tensorflow/tensorflow/core/grappler/costs/
op_context.h 29 string device_name; member in struct:tensorflow::grappler::OpContext
  /external/toybox/toys/other/
eject.c 62 char *device_name = "/dev/cdrom"; local
64 if (*toys.optargs) device_name = *toys.optargs;
66 fd = xopen(device_name, O_RDONLY | O_NONBLOCK);
  /external/webrtc/webrtc/sound/
sounddevicelocator.h 32 const std::string &device_name() const { return device_name_; } function in class:rtc::SoundDeviceLocator
39 const std::string &device_name)
40 : name_(name), device_name_(device_name) {}
  /development/host/windows/usb/api/
adb_api_private_defines.h 39 Set(proto.device_name().c_str(), proto.class_id(), proto.flags());
55 Set(proto.device_name().c_str(), proto.class_id(), proto.flags());
69 return static_cast<ULONG>(FIELD_OFFSET(AdbInterfaceInfo, device_name) +
82 wcscpy(info->device_name, device_name().c_str());
86 const std::wstring& device_name() const { function in class:AdbInstanceEnumEntry
  /external/tensorflow/tensorflow/compiler/tf2xla/
sharding_util.cc 54 const string& device_name, int num_cores_per_replica,
56 if (device_name.empty()) {
60 if (!DeviceNameUtils::ParseFullName(device_name, &parsed_device)) {
61 return errors::InvalidArgument("Malformed assigned device '", device_name,
83 const string& device_name = node_def.device(); local
86 return ParseShardingFromDevice(device_name, num_cores_per_replica, sharding);
91 string device_name = node.assigned_device_name(); local
92 if (device_name.empty()) {
93 device_name = node.requested_device();
97 return ParseShardingFromDevice(device_name, num_cores_per_replica, sharding)
101 string device_name = src.assigned_device_name(); local
    [all...]
  /external/tensorflow/tensorflow/core/debug/
debug_node_key.h 30 DebugNodeKey(const string& device_name, const string& node_name,
36 static const string DeviceNameToDevicePath(const string& device_name);
41 const string device_name; member in struct:tensorflow::DebugNodeKey
  /external/tensorflow/tensorflow/core/framework/
session_state.h 63 string device_name; member in struct:tensorflow::TensorStore::TensorAndKey
66 return strings::StrCat(tensor_name, ";", id, ";", device_name);
  /external/vulkan-validation-layers/libs/vkjson/
vkjson_info.cc 39 std::string device_name; member in struct:Options
65 options->device_name = arg2;
75 !options->device_name.empty())) {
80 if (options->device_index != unsignedNegOne && !options->device_name.empty()) {
91 options->device_index == unsignedNegOne && options->device_name.empty()) {
111 } else if (!options.device_name.empty()) {
113 if (device.properties.deviceName == options.device_name) {
118 std::cerr << "Error: device '" << options.device_name
174 !options.device_name.empty()) {
  /external/webrtc/webrtc/test/
vcm_capturer.cc 27 char device_name[256]; local
29 if (device_info->GetDeviceName(0, device_name, sizeof(device_name),
  /frameworks/native/vulkan/vkjson/
vkjson_info.cc 39 std::string device_name; member in struct:Options
65 options->device_name = arg2;
75 !options->device_name.empty())) {
80 if (options->device_index != unsignedNegOne && !options->device_name.empty()) {
91 options->device_index == unsignedNegOne && options->device_name.empty()) {
111 } else if (!options.device_name.empty()) {
113 if (device.properties.deviceName == options.device_name) {
118 std::cerr << "Error: device '" << options.device_name
174 !options.device_name.empty()) {
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/vkjson/
vkjson_info.cc 36 std::string device_name; member in struct:Options
62 options->device_name = arg2;
72 !options->device_name.empty())) {
77 if (options->device_index != unsignedNegOne && !options->device_name.empty()) {
88 options->device_index == unsignedNegOne && options->device_name.empty()) {
108 } else if (!options.device_name.empty()) {
110 if (device.properties.deviceName == options.device_name) {
115 std::cerr << "Error: device '" << options.device_name
162 !options.device_name.empty()) {
  /system/bt/service/common/bluetooth/
scan_filter.h 37 const std::string& device_name() const { return device_name_; } function in class:bluetooth::ScanFilter
  /system/core/init/
uevent.h 31 std::string device_name; member in struct:android::init::Uevent
  /external/e2fsprogs/e2fsck/
scantest.c 38 const char * device_name = NULL; variable
100 device_name = "/dev/hda3";
104 retval = ext2fs_open(device_name, 0,
108 device_name);
iscan.c 31 const char * device_name = NULL; variable
75 device_name = argv[optind];
77 int fd = open(device_name, O_RDONLY, 0);
81 _("while opening %s for flushing"), device_name);
86 _("while trying to flush %s"), device_name);
107 retval = ext2fs_open(device_name, 0,
111 device_name);
  /external/webrtc/webrtc/tools/e2e_quality/audio/
audio_e2e_harness.cc 72 char device_name[128] = {0}; local
77 ASSERT_EQ(0, hardware->GetPlayoutDeviceName(device_index, device_name,
79 if (FLAGS_render.compare(device_name) == 0) {
  /external/e2fsprogs/misc/
findsuper.c 124 const char * device_name; local
150 device_name = argv[optind++];
179 fd = open(device_name, O_RDONLY);
181 perror(device_name);
  /external/mesa3d/src/egl/wayland/wayland-drm/
wayland-drm.c 47 char *device_name; member in struct:wl_drm
223 wl_resource_post_event(resource, WL_DRM_DEVICE, drm->device_name);
261 wayland_drm_init(struct wl_display *display, char *device_name,
272 drm->device_name = strdup(device_name);
289 free(drm->device_name);
  /external/tensorflow/tensorflow/compiler/xla/service/
backend.h 137 string device_name(int device_ordinal) const { function in namespace:xla
  /external/tensorflow/tensorflow/core/grappler/clusters/
virtual_cluster.cc 77 cost_node->set_device(op_context.device_name);
106 const string& device_name = mem_usage.first; local
107 auto it = device.find(device_name);
123 device_name, " to run ", " but device only has ", dev.memory_size(),
  /external/e2fsprogs/debugfs/
e2freefrag.c 36 "device_name\n", prog);
216 static void close_device(char *device_name, ext2_filsys fs)
221 com_err(device_name, retval, "while closing the filesystem.\n");
228 fprintf(f, "Device: %s\n", fs->device_name);
233 com_err(fs->device_name, retval, "while reading block bitmap");
234 close_device(fs->device_name, fs);
242 com_err(fs->device_name, retval, "while collecting chunk info");
243 close_device(fs->device_name, fs);
249 static void open_device(char *device_name, ext2_filsys *fs)
254 retval = ext2fs_open(device_name, flag, 0, 0, unix_io_manager, fs)
282 char *device_name; local
    [all...]

Completed in 1403 milliseconds

1 2 3 4 5