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

1 2

  /external/chromium_org/base/
sys_info.h 104 static std::string GetDeviceName();
sys_info_android.cc 132 std::string SysInfo::GetDeviceName() {
  /external/chromium_org/chrome/browser/ui/android/
android_about_app_info.cc 29 std::string android_device_name = base::SysInfo::GetDeviceName();
  /external/chromium_org/media/audio/mac/
aggregate_device_manager.h 31 static void GetDeviceName(AudioDeviceID id, char* name, UInt32 size);
aggregate_device_manager.cc 103 void AggregateDeviceManager::GetDeviceName(
242 GetDeviceName(
249 GetDeviceName(
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
mobiledevicemanager.cc 59 if (info->GetDeviceName(i, name, ARRAY_SIZE(name), id, ARRAY_SIZE(id)))
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.cc 23 ON_CALL(*this, GetDeviceName())
mock_bluetooth_device.h 30 MOCK_CONST_METHOD0(GetDeviceName, std::string());
  /external/chromium_org/media/audio/win/
core_audio_util_win_unittest.cc 99 EXPECT_TRUE(SUCCEEDED(CoreAudioUtil::GetDeviceName(default_render_device,
111 EXPECT_TRUE(SUCCEEDED(CoreAudioUtil::GetDeviceName(audio_device,
136 EXPECT_TRUE(SUCCEEDED(CoreAudioUtil::GetDeviceName(audio_device,
151 HRESULT hr = CoreAudioUtil::GetDeviceName(audio_device, &device_name);
162 hr = CoreAudioUtil::GetDeviceName(audio_device, &device_name);
177 EXPECT_TRUE(SUCCEEDED(CoreAudioUtil::GetDeviceName(audio_device, &name)));
core_audio_util_win.h 69 static HRESULT GetDeviceName(IMMDevice* device, AudioDeviceName* name);
audio_device_listener_win.cc 62 hr = CoreAudioUtil::GetDeviceName(device, &device_name);
audio_unified_win.h 158 std::string GetDeviceName(LPCWSTR device_id) const;
core_audio_util_win.cc 285 HRESULT CoreAudioUtil::GetDeviceName(IMMDevice* device, AudioDeviceName* name) {
327 HRESULT hr = GetDeviceName(audio_device, &device_name);
audio_unified_win_unittest.cc 225 EXPECT_TRUE(SUCCEEDED(CoreAudioUtil::GetDeviceName(audio_device, &name)));
  /external/chromium_org/device/bluetooth/
bluetooth_device_mac.h 76 virtual std::string GetDeviceName() const OVERRIDE;
bluetooth_device_win.h 78 virtual std::string GetDeviceName() const OVERRIDE;
bluetooth_device.cc 28 std::string name = GetDeviceName();
bluetooth_device.h 367 virtual std::string GetDeviceName() const = 0;
bluetooth_device_win.cc 66 std::string BluetoothDeviceWin::GetDeviceName() const {
bluetooth_device_chromeos.h 77 virtual std::string GetDeviceName() const OVERRIDE;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcdeviceinfo.h 58 virtual int32_t GetDeviceName(uint32_t device_num,
webrtcvideocapturer.cc 161 if (info->GetDeviceName(index, vcm_name, ARRAY_SIZE(vcm_name),
fakewebrtcvoiceengine.h 575 return GetDeviceName(i, name, guid);
578 return GetDeviceName(i, name, guid);
    [all...]
  /external/chromium_org/webkit/common/user_agent/
user_agent_util.cc 38 std::string android_device_name = base::SysInfo::GetDeviceName();
  /external/qemu/distrib/sdl-1.2.15/src/joystick/beos/
SDL_bejoystick.cc 71 if ( joystick.GetDeviceName(i, name) == B_OK ) {

Completed in 548 milliseconds

1 2