Home
last modified time | relevance | path

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

123

/external/chromium_org/media/audio/win/
Dcore_audio_util_win_unittest.cc101 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/
Deasy_unlock_screenlock_state_handler.cc231 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
Deasy_unlock_screenlock_state_handler.h107 base::string16 GetDeviceName();
/external/chromium_org/device/bluetooth/
Dbluetooth_device.cc25 std::string name = GetDeviceName(); in GetName()
182 GetDeviceName() == "PLAYSTATION(R)3 Controller")) in IsTrustable()
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_input_manager.cc65 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()
Dvie_input_manager.h46 int GetDeviceName(uint32_t device_number,
/external/chromium_org/third_party/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/chromium_org/third_party/webrtc/modules/video_capture/external/
Ddevice_info_external.cc31 virtual int32_t GetDeviceName( in GetDeviceName() function in webrtc::videocapturemodule::ExternalDeviceInfo
/external/chromium_org/third_party/webrtc/modules/video_capture/linux/
Ddevice_info_linux.h27 virtual int32_t GetDeviceName(
/external/chromium_org/third_party/webrtc/modules/video_capture/android/
Ddevice_info_android.h38 virtual int32_t GetDeviceName(
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
Dmobiledevicemanager.cc59 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/
Dvideo_capture_qtkit_info.h46 virtual int32_t GetDeviceName(
/external/chromium_org/chrome/browser/ui/android/
Dandroid_about_app_info.cc29 std::string android_device_name = base::SysInfo::GetDeviceName(); in GetOsInfo()
/external/chromium_org/third_party/webrtc/modules/video_capture/ios/
Ddevice_info_ios.h26 virtual int32_t GetDeviceName(
/external/chromium_org/base/
Dsys_info.h127 static std::string GetDeviceName();
/external/chromium_org/components/pairing/
Dhost_pairing_controller.h69 virtual std::string GetDeviceName() = 0;
Dfake_host_pairing_controller.h41 virtual std::string GetDeviceName() OVERRIDE;
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
Dtb_capture_device.cc36 EXPECT_EQ(0, devInfo->GetDeviceName(captureIdx, deviceName, in TbCaptureDevice()
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_capture.cc138 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/
Dvcm_capturer.cc28 if (device_info->GetDeviceName(0, device_name, sizeof(device_name), in Init()
/external/chromium_org/device/bluetooth/test/
Dmock_bluetooth_device.cc23 ON_CALL(*this, GetDeviceName()) in MockBluetoothDevice()
Dmock_bluetooth_device.h30 MOCK_CONST_METHOD0(GetDeviceName, std::string());
/external/chromium_org/third_party/webrtc/modules/video_capture/include/
Dvideo_capture.h33 virtual int32_t GetDeviceName(

123