/external/chromium_org/media/audio/win/ |
D | core_audio_util_win_unittest.cc | 101 EXPECT_TRUE(SUCCEEDED(CoreAudioUtil::GetDeviceName(default_render_device, in TEST_F() 113 EXPECT_TRUE(SUCCEEDED(CoreAudioUtil::GetDeviceName(audio_device, in TEST_F() 138 EXPECT_TRUE(SUCCEEDED(CoreAudioUtil::GetDeviceName(audio_device, in TEST_F() 180 HRESULT hr = CoreAudioUtil::GetDeviceName(audio_device, &device_name); in TEST_F() 191 hr = CoreAudioUtil::GetDeviceName(audio_device, &device_name); in TEST_F() 206 EXPECT_TRUE(SUCCEEDED(CoreAudioUtil::GetDeviceName(audio_device, &name))); in TEST_F()
|
/external/chromium_org/chrome/browser/signin/ |
D | easy_unlock_screenlock_state_handler.cc | 231 IDS_EASY_UNLOCK_SCREENLOCK_TOOLTIP_HARDLOCK_USER, GetDeviceName()); in ShowHardlockUI() 263 device_name = GetDeviceName(); in UpdateTooltipOptions() 282 base::string16 EasyUnlockScreenlockStateHandler::GetDeviceName() { in GetDeviceName() function in EasyUnlockScreenlockStateHandler
|
D | easy_unlock_screenlock_state_handler.h | 107 base::string16 GetDeviceName();
|
/external/chromium_org/device/bluetooth/ |
D | bluetooth_device.cc | 25 std::string name = GetDeviceName(); in GetName() 182 GetDeviceName() == "PLAYSTATION(R)3 Controller")) in IsTrustable()
|
/external/chromium_org/third_party/webrtc/video_engine/ |
D | vie_input_manager.cc | 65 int ViEInputManager::GetDeviceName(uint32_t device_number, in GetDeviceName() function in webrtc::ViEInputManager 75 return capture_device_info_->GetDeviceName(device_number, device_nameUTF8, in GetDeviceName() 202 capture_device_info_->GetDeviceName(device_index, found_name, in CreateCaptureDevice()
|
D | vie_input_manager.h | 46 int GetDeviceName(uint32_t device_number,
|
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/ |
D | device_info_mf.cc | 30 int32_t DeviceInfoMF::GetDeviceName( in GetDeviceName() function in webrtc::videocapturemodule::DeviceInfoMF
|
D | device_info_mf.h | 28 virtual int32_t GetDeviceName(uint32_t deviceNumber, char* deviceNameUTF8,
|
D | device_info_ds.h | 50 GetDeviceName(uint32_t deviceNumber,
|
/external/chromium_org/third_party/webrtc/modules/video_capture/external/ |
D | device_info_external.cc | 31 virtual int32_t GetDeviceName( in GetDeviceName() function in webrtc::videocapturemodule::ExternalDeviceInfo
|
/external/chromium_org/third_party/webrtc/modules/video_capture/linux/ |
D | device_info_linux.h | 27 virtual int32_t GetDeviceName(
|
/external/chromium_org/third_party/webrtc/modules/video_capture/android/ |
D | device_info_android.h | 38 virtual int32_t GetDeviceName(
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
D | mobiledevicemanager.cc | 59 if (info->GetDeviceName(i, name, ARRAY_SIZE(name), id, ARRAY_SIZE(id))) in GetVideoCaptureDevices()
|
/external/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/ |
D | video_capture_qtkit_info.h | 46 virtual int32_t GetDeviceName(
|
/external/chromium_org/chrome/browser/ui/android/ |
D | android_about_app_info.cc | 29 std::string android_device_name = base::SysInfo::GetDeviceName(); in GetOsInfo()
|
/external/chromium_org/third_party/webrtc/modules/video_capture/ios/ |
D | device_info_ios.h | 26 virtual int32_t GetDeviceName(
|
/external/chromium_org/base/ |
D | sys_info.h | 127 static std::string GetDeviceName();
|
/external/chromium_org/components/pairing/ |
D | host_pairing_controller.h | 69 virtual std::string GetDeviceName() = 0;
|
D | fake_host_pairing_controller.h | 41 virtual std::string GetDeviceName() OVERRIDE;
|
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/ |
D | tb_capture_device.cc | 36 EXPECT_EQ(0, devInfo->GetDeviceName(captureIdx, deviceName, in TbCaptureDevice()
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
D | vie_autotest_capture.cc | 138 EXPECT_EQ(0, dev_info->GetDeviceName(device_index, in ViECaptureStandardTest() 177 EXPECT_EQ(0, dev_info->GetDeviceName(device_index, in ViECaptureStandardTest() 291 EXPECT_EQ(0, dev_info->GetDeviceName(0, device_name, in ViECaptureAPITest()
|
/external/chromium_org/third_party/webrtc/test/ |
D | vcm_capturer.cc | 28 if (device_info->GetDeviceName(0, device_name, sizeof(device_name), in Init()
|
/external/chromium_org/device/bluetooth/test/ |
D | mock_bluetooth_device.cc | 23 ON_CALL(*this, GetDeviceName()) in MockBluetoothDevice()
|
D | mock_bluetooth_device.h | 30 MOCK_CONST_METHOD0(GetDeviceName, std::string());
|
/external/chromium_org/third_party/webrtc/modules/video_capture/include/ |
D | video_capture.h | 33 virtual int32_t GetDeviceName(
|