Home
last modified time | relevance | path

Searched defs:GetDeviceName (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/webrtc/modules/desktop_capture/win/
H A Ddxgi_adapter_duplicator.cc157 const std::string& DxgiAdapterDuplicator::GetDeviceName(int id) const { in GetDeviceName() function in webrtc::DxgiAdapterDuplicator
/aosp_15_r20/external/webrtc/modules/video_capture/linux/
H A Ddevice_info_v4l2.cc65 int32_t DeviceInfoV4l2::GetDeviceName(uint32_t deviceNumber, in GetDeviceName() function in webrtc::videocapturemodule::DeviceInfoV4l2
/aosp_15_r20/system/core/fs_mgr/
H A Dfs_mgr_dm_linear.cpp251 std::string CreateLogicalPartitionParams::GetDeviceName() const { in GetDeviceName() function in android::fs_mgr::CreateLogicalPartitionParams
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/
H A Dexecution_metadata_exporter.cc58 llvm::Optional<std::string> GetDeviceName(mlir::Operation* op) { in GetDeviceName() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dutils.cc213 absl::string_view GetDeviceName(const Node* node) { in GetDeviceName() function
/aosp_15_r20/external/webrtc/modules/video_capture/windows/
H A Ddevice_info_ds.cc105 int32_t DeviceInfoDS::GetDeviceName(uint32_t deviceNumber, in GetDeviceName() function in webrtc::videocapturemodule::DeviceInfoDS
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
H A DShell.h1227 EFI_SHELL_GET_DEVICE_NAME GetDeviceName; member
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dc_api_test_util.cc401 bool GetDeviceName(TFE_Context* ctx, string* device_name, in GetDeviceName() function
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
H A DShell.h1233 EFI_SHELL_GET_DEVICE_NAME GetDeviceName; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
H A DShell.h1226 EFI_SHELL_GET_DEVICE_NAME GetDeviceName; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
H A DShell.h1227 EFI_SHELL_GET_DEVICE_NAME GetDeviceName; member
/aosp_15_r20/system/update_engine/aosp/
H A Ddynamic_partition_control_android.cc193 std::string DynamicPartitionControlAndroid::GetDeviceName( in GetDeviceName() function in chromeos_update_engine::DynamicPartitionControlAndroid
/aosp_15_r20/external/webrtc/modules/audio_device/win/
H A Dcore_audio_utility_win.cc756 AudioDeviceName GetDeviceName(IMMDevice* device) { in GetDeviceName() function
/aosp_15_r20/external/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.cc1649 int32_t AudioDeviceMac::GetDeviceName(const AudioObjectPropertyScope scope, in GetDeviceName() function in webrtc::AudioDeviceMac
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/
H A Drocm_driver.cc333 /* static */ port::Status GpuDriver::GetDeviceName(hipDevice_t device, in GetDeviceName() function in stream_executor::gpu::GpuDriver
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_driver.cc291 /* static */ port::Status GpuDriver::GetDeviceName(CUdevice device, in GetDeviceName() function in stream_executor::gpu::GpuDriver
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dprocess_function_library_runtime.cc349 string ProcessFunctionLibraryRuntime::GetDeviceName( in GetDeviceName() function in tensorflow::ProcessFunctionLibraryRuntime
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dgeneric_layout_optimizer_transposer.cc1949 string GetDeviceName(const NodeDef& node) { return node.device(); } in GetDeviceName() function
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tfe_src.cc3546 const char* GetDeviceName(PyObject* py_device_name) { function