HomeSort by relevance Sort by last modified time
    Searched refs:GetDeviceName (Results 1 - 25 of 27) sorted by null

1 2

  /external/webrtc/webrtc/modules/utility/include/
helpers_ios.h 52 std::string GetDeviceName();
  /external/webrtc/webrtc/modules/video_capture/linux/
device_info_linux.h 27 virtual int32_t GetDeviceName(
device_info_linux.cc 80 int32_t DeviceInfoLinux::GetDeviceName(
  /external/webrtc/webrtc/modules/video_capture/windows/
device_info_mf.cc 30 int32_t DeviceInfoMF::GetDeviceName(
device_info_mf.h 28 virtual int32_t GetDeviceName(uint32_t deviceNumber, char* deviceNameUTF8,
device_info_ds.h 50 GetDeviceName(uint32_t deviceNumber,
  /external/webrtc/webrtc/modules/video_capture/external/
device_info_external.cc 31 virtual int32_t GetDeviceName(
  /external/webrtc/talk/media/devices/
mobiledevicemanager.cc 60 if (info->GetDeviceName(i, name, arraysize(name), id, arraysize(id)))
  /external/webrtc/webrtc/modules/video_capture/ios/
device_info_ios.h 28 int32_t GetDeviceName(uint32_t deviceNumber,
device_info_ios.mm 73 this->GetDeviceName(i, deviceNameUTF8, 256, deviceId, 256);
88 int32_t DeviceInfoIos::GetDeviceName(uint32_t deviceNumber,
  /external/webrtc/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_info.h 46 virtual int32_t GetDeviceName(
video_capture_qtkit_info.mm 48 int32_t VideoCaptureMacQTKitInfo::GetDeviceName(
  /external/webrtc/webrtc/modules/video_capture/
video_capture.h 34 virtual int32_t GetDeviceName(
  /external/webrtc/webrtc/test/
vcm_capturer.cc 29 if (device_info->GetDeviceName(0, device_name, sizeof(device_name),
  /external/webrtc/talk/media/webrtc/
fakewebrtcdeviceinfo.h 60 virtual int32_t GetDeviceName(uint32_t device_num,
webrtcvideocapturer.cc 175 if (info->GetDeviceName(index, vcm_name, arraysize(vcm_name), vcm_id,
  /external/webrtc/webrtc/modules/utility/source/
helpers_ios.mm 86 std::string GetDeviceName() {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
Dh.c 339 Status = gEfiShellProtocol->GetDeviceName(Handle, EFI_DEVICE_NAME_USE_COMPONENT_NAME|EFI_DEVICE_NAME_USE_DEVICE_PATH, (CHAR8*)Language, &TempStringPointer);
437 Status = gEfiShellProtocol->GetDeviceName(ParentControllerHandleBuffer[Index], EFI_DEVICE_NAME_USE_COMPONENT_NAME|EFI_DEVICE_NAME_USE_DEVICE_PATH, (CHAR8*)Language, &TempStringPointer);
470 Status = gEfiShellProtocol->GetDeviceName(ChildControllerHandleBuffer[Index], EFI_DEVICE_NAME_USE_COMPONENT_NAME|EFI_DEVICE_NAME_USE_DEVICE_PATH, (CHAR8*)Language, &TempStringPointer);
591 Status = gEfiShellProtocol->GetDeviceName(ControllerHandleBuffer[HandleIndex], EFI_DEVICE_NAME_USE_COMPONENT_NAME|EFI_DEVICE_NAME_USE_DEVICE_PATH, (CHAR8*)Language, &TempStringPointer);
612 Status = gEfiShellProtocol->GetDeviceName(ChildControllerHandleBuffer[ChildIndex], EFI_DEVICE_NAME_USE_COMPONENT_NAME|EFI_DEVICE_NAME_USE_DEVICE_PATH, (CHAR8*)Language, &TempStringPointer);
DevTree.c 106 gEfiShellProtocol->GetDeviceName((EFI_HANDLE)TheHandle, !UseDevPaths?EFI_DEVICE_NAME_USE_COMPONENT_NAME|EFI_DEVICE_NAME_USE_DEVICE_PATH:EFI_DEVICE_NAME_USE_DEVICE_PATH, (CHAR8*)Lang, &Name);
Devices.c 83 gEfiShellProtocol->GetDeviceName(TheHandle, EFI_DEVICE_NAME_USE_COMPONENT_NAME|EFI_DEVICE_NAME_USE_DEVICE_PATH, (CHAR8*)Language, Name);
  /device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/
EfiShellEnvironment2.h     [all...]
EfiShell.h     [all...]
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.h 200 int32_t GetDeviceName(const AudioObjectPropertyScope scope,
audio_device_mac.cc 945 return GetDeviceName(kAudioDevicePropertyScopeOutput, index, name);
963 return GetDeviceName(kAudioDevicePropertyScopeInput, index, name);
    [all...]
  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 248 EXPECT_EQ(0, device_info_->GetDeviceName(

Completed in 557 milliseconds

1 2