/external/webrtc/modules/video_capture/linux/ |
D | device_info_linux.h | 25 int32_t GetDeviceName(uint32_t deviceNumber,
|
D | device_info_linux.cc | 71 int32_t DeviceInfoLinux::GetDeviceName(uint32_t deviceNumber, in GetDeviceName() function in webrtc::videocapturemodule::DeviceInfoLinux
|
/external/webrtc/sdk/objc/native/src/audio/ |
D | helpers.h | 52 std::string GetDeviceName();
|
D | helpers.mm | 80 std::string GetDeviceName() {
|
/external/webrtc/modules/desktop_capture/win/ |
D | dxgi_adapter_duplicator.h | 64 const std::string& GetDeviceName(int id) const;
|
D | dxgi_adapter_duplicator.cc | 159 const std::string& DxgiAdapterDuplicator::GetDeviceName(int id) const { in GetDeviceName() function in webrtc::DxgiAdapterDuplicator
|
D | dxgi_duplicator_controller.cc | 407 output->push_back(duplicator.GetDeviceName(i)); in GetDeviceNamesUnlocked()
|
/external/webrtc/modules/video_capture/windows/ |
D | device_info_ds.h | 44 int32_t GetDeviceName(uint32_t deviceNumber,
|
D | device_info_ds.cc | 106 int32_t DeviceInfoDS::GetDeviceName(uint32_t deviceNumber, in GetDeviceName() function in webrtc::videocapturemodule::DeviceInfoDS
|
/external/webrtc/modules/video_capture/ |
D | video_capture.h | 35 virtual int32_t GetDeviceName(uint32_t deviceNumber,
|
/external/webrtc/test/ |
D | vcm_capturer.cc | 35 if (device_info->GetDeviceName(static_cast<uint32_t>(capture_device_index), in Init()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | utils.cc | 262 absl::string_view GetDeviceName(const Node* node) { in GetDeviceName() function 271 absl::string_view device_name = GetDeviceName(node); in GetDeviceParsedName()
|
D | utils.h | 186 absl::string_view GetDeviceName(const Node* node);
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_test_util.h | 92 bool GetDeviceName(TFE_Context* ctx, tensorflow::string* device_name,
|
D | c_api_remote_test_util.cc | 161 ASSERT_TRUE(GetDeviceName(ctx, &cpu_device_name, "CPU")); in TestRemoteExecuteSilentCopies()
|
D | c_api_test.cc | 418 if (GetDeviceName(ctx, &gpu_device_name, "GPU")) { in TensorHandleSilentCopy() 433 ASSERT_TRUE(GetDeviceName(ctx, &cpu_device_name, "CPU")); in TensorHandleSilentCopy() 490 if (GetDeviceName(ctx, &gpu_device_name, "GPU")) { in SetAndGetOpDevices() 568 if (GetDeviceName(ctx, &gpu_device_name, "GPU")) { in TEST() 619 if (GetDeviceName(ctx, &gpu_device_name, "GPU")) { in ExecuteAdd() 636 ASSERT_TRUE(GetDeviceName(ctx, &cpu_device_name, "CPU")); in ExecuteAdd()
|
/external/webrtc/modules/audio_device/win/ |
D | core_audio_utility_win_unittest.cc | 229 core_audio_utility::GetDeviceName(default_render_device.Get()); in TEST_F() 242 core_audio_utility::GetDeviceName(audio_device.Get()); in TEST_F() 263 device_name = core_audio_utility::GetDeviceName(audio_device.Get()); in TEST_F() 275 core_audio_utility::GetDeviceName(audio_device.Get()); in TEST_F() 287 device_name = core_audio_utility::GetDeviceName(audio_device.Get()); in TEST_F()
|
D | core_audio_utility_win.h | 404 webrtc::AudioDeviceName GetDeviceName(IMMDevice* device);
|
/external/webrtc/modules/audio_device/mac/ |
D | audio_device_mac.h | 171 int32_t GetDeviceName(const AudioObjectPropertyScope scope,
|
D | audio_device_mac.cc | 847 return GetDeviceName(kAudioDevicePropertyScopeOutput, index, name); in PlayoutDeviceName() 865 return GetDeviceName(kAudioDevicePropertyScopeInput, index, name); in RecordingDeviceName() 1651 int32_t AudioDeviceMac::GetDeviceName(const AudioObjectPropertyScope scope, in GetDeviceName() function in webrtc::AudioDeviceMac
|
/external/webrtc/modules/video_capture/test/ |
D | video_capture_unittest.cc | 166 EXPECT_EQ(0, device_info_->GetDeviceName(device, device_name, 256, in OpenVideoCaptureDevice()
|
/external/tensorflow/tensorflow/stream_executor/gpu/ |
D | gpu_driver.h | 210 static port::Status GetDeviceName(GpuDeviceHandle device,
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | generic_layout_optimizer.cc | 84 GetDeviceName(context.virtual_placer.get(), *node_def); in NumConvOnDeviceWithDataTypeOverThreshold()
|
D | generic_layout_optimizer_transposer.cc | 268 GetDeviceName(context.virtual_placer.get(), *node_def); in ShouldProcess() 497 const string device = GetDeviceName( in UpdateEdge() 533 GetDeviceName(context->virtual_placer.get(), *src_node_def), in UpdateEdge() 1954 string GetDeviceName(const VirtualPlacer* virtual_placer, const NodeDef& node) { in GetDeviceName() function
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | process_function_library_runtime.h | 340 string GetDeviceName(FunctionLibraryRuntime::Handle handle) const;
|