/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/base/ |
sys_info.h | 116 static std::string GetDeviceName();
|
sys_info_android.cc | 132 std::string SysInfo::GetDeviceName() {
|
/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/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/media/audio/win/ |
core_audio_util_win_unittest.cc | 101 EXPECT_TRUE(SUCCEEDED(CoreAudioUtil::GetDeviceName(default_render_device, 113 EXPECT_TRUE(SUCCEEDED(CoreAudioUtil::GetDeviceName(audio_device, 138 EXPECT_TRUE(SUCCEEDED(CoreAudioUtil::GetDeviceName(audio_device, 180 HRESULT hr = CoreAudioUtil::GetDeviceName(audio_device, &device_name); 191 hr = CoreAudioUtil::GetDeviceName(audio_device, &device_name); 206 EXPECT_TRUE(SUCCEEDED(CoreAudioUtil::GetDeviceName(audio_device, &name)));
|
audio_device_listener_win.cc | 61 hr = CoreAudioUtil::GetDeviceName(device, &device_name);
|
audio_unified_win.h | 158 std::string GetDeviceName(LPCWSTR device_id) const;
|
core_audio_util_win.h | 79 static HRESULT GetDeviceName(IMMDevice* device, AudioDeviceName* name);
|
audio_unified_win_unittest.cc | 224 EXPECT_TRUE(SUCCEEDED(CoreAudioUtil::GetDeviceName(audio_device, &name)));
|
core_audio_util_win.cc | 298 HRESULT CoreAudioUtil::GetDeviceName(IMMDevice* device, AudioDeviceName* name) { 419 HRESULT hr = GetDeviceName(audio_device, &device_name);
|
/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 | 598 return GetDeviceName(i, name, guid); 601 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 ) {
|