Home
last modified time | relevance | path

Searched refs:GetDeviceName (Results 1 – 25 of 31) sorted by relevance

12

/external/webrtc/webrtc/modules/video_capture/windows/
Ddevice_info_mf.cc30 int32_t DeviceInfoMF::GetDeviceName( in GetDeviceName() function in webrtc::videocapturemodule::DeviceInfoMF
Ddevice_info_mf.h28 virtual int32_t GetDeviceName(uint32_t deviceNumber, char* deviceNameUTF8,
Ddevice_info_ds.h50 GetDeviceName(uint32_t deviceNumber,
/external/webrtc/webrtc/modules/video_capture/external/
Ddevice_info_external.cc31 virtual int32_t GetDeviceName( in GetDeviceName() function in webrtc::videocapturemodule::ExternalDeviceInfo
/external/webrtc/webrtc/modules/utility/include/
Dhelpers_ios.h52 std::string GetDeviceName();
/external/webrtc/webrtc/modules/video_capture/linux/
Ddevice_info_linux.h27 virtual int32_t GetDeviceName(
Ddevice_info_linux.cc80 int32_t DeviceInfoLinux::GetDeviceName( in GetDeviceName() function in webrtc::videocapturemodule::DeviceInfoLinux
/external/webrtc/webrtc/modules/video_capture/ios/
Ddevice_info_ios.mm73 this->GetDeviceName(i, deviceNameUTF8, 256, deviceId, 256);
88 int32_t DeviceInfoIos::GetDeviceName(uint32_t deviceNumber, function
Ddevice_info_ios.h28 int32_t GetDeviceName(uint32_t deviceNumber,
/external/webrtc/talk/media/devices/
Dmobiledevicemanager.cc60 if (info->GetDeviceName(i, name, arraysize(name), id, arraysize(id))) in GetVideoCaptureDevices()
/external/webrtc/webrtc/modules/video_capture/mac/qtkit/
Dvideo_capture_qtkit_info.h46 virtual int32_t GetDeviceName(
Dvideo_capture_qtkit_info.mm48 int32_t VideoCaptureMacQTKitInfo::GetDeviceName(
Dvideo_capture_qtkit.mm125 "GetDeviceName returned -1 for index %d", index);
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_tfgraph_builder.cc59 string GetDeviceName(int device) { return StrCat("/device/XLA:", device); } in GetDeviceName() function
221 node_def->set_device(GetDeviceName(device)); in AddInstruction()
/external/webrtc/webrtc/test/
Dvcm_capturer.cc29 if (device_info->GetDeviceName(0, device_name, sizeof(device_name), in Init()
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture.h34 virtual int32_t GetDeviceName(
/external/webrtc/talk/media/webrtc/
Dfakewebrtcdeviceinfo.h60 virtual int32_t GetDeviceName(uint32_t device_num, in GetDeviceName() function
Dwebrtcvideocapturer.cc175 if (info->GetDeviceName(index, vcm_name, arraysize(vcm_name), vcm_id, in Init()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.h133 string GetDeviceName(FunctionLibraryRuntime::Handle handle);
Dprocess_function_library_runtime.cc206 string ProcessFunctionLibraryRuntime::GetDeviceName( in GetDeviceName() function in tensorflow::ProcessFunctionLibraryRuntime
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.h141 static bool GetDeviceName(CUdevice device, string *name_out);
/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.h200 int32_t GetDeviceName(const AudioObjectPropertyScope scope,
Daudio_device_mac.cc945 return GetDeviceName(kAudioDevicePropertyScopeOutput, index, name); in PlayoutDeviceName()
963 return GetDeviceName(kAudioDevicePropertyScopeInput, index, name); in RecordingDeviceName()
1838 int32_t AudioDeviceMac::GetDeviceName(const AudioObjectPropertyScope scope, in GetDeviceName() function in webrtc::AudioDeviceMac
/external/webrtc/webrtc/modules/utility/source/
Dhelpers_ios.mm86 std::string GetDeviceName() {
/external/webrtc/webrtc/modules/video_capture/test/
Dvideo_capture_unittest.cc248 EXPECT_EQ(0, device_info_->GetDeviceName( in OpenVideoCaptureDevice()

12