HomeSort by relevance Sort by last modified time
    Searched defs:GetDeviceName (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_capture/windows/
device_info_mf.cc 30 int32_t DeviceInfoMF::GetDeviceName(
device_info_ds.cc 129 int32_t DeviceInfoDS::GetDeviceName(
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_capture/external/
device_info_external.cc 31 virtual int32_t GetDeviceName(
  /external/chromium_org/chrome/browser/signin/
easy_unlock_screenlock_state_handler.cc 231 IDS_EASY_UNLOCK_SCREENLOCK_TOOLTIP_HARDLOCK_USER, GetDeviceName());
263 device_name = GetDeviceName();
282 base::string16 EasyUnlockScreenlockStateHandler::GetDeviceName() {
  /external/chromium_org/components/pairing/
fake_host_pairing_controller.cc 114 std::string FakeHostPairingController::GetDeviceName() {
bluetooth_host_pairing_controller.cc 358 std::string BluetoothHostPairingController::GetDeviceName() {
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcdeviceinfo.h 58 virtual int32_t GetDeviceName(uint32_t device_num,
fakewebrtcvoiceengine.h 808 return GetDeviceName(i, name, guid);
811 return GetDeviceName(i, name, guid);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_capture/linux/
device_info_linux.cc 80 int32_t DeviceInfoLinux::GetDeviceName(
  /external/chromium_org/third_party/webrtc/video_engine/
vie_input_manager.cc 65 int ViEInputManager::GetDeviceName(uint32_t device_number,
75 return capture_device_info_->GetDeviceName(device_number, device_nameUTF8,
202 capture_device_info_->GetDeviceName(device_index, found_name,
  /external/chromium_org/base/
sys_info_android.cc 175 std::string SysInfo::GetDeviceName() {
  /external/chromium_org/device/bluetooth/
bluetooth_device_win.cc 144 std::string BluetoothDeviceWin::GetDeviceName() const {
bluetooth_device_chromeos.cc 172 std::string BluetoothDeviceChromeOS::GetDeviceName() const {
  /external/chromium_org/third_party/webrtc/modules/video_capture/android/
device_info_android.cc 177 int32_t DeviceInfoAndroid::GetDeviceName(
  /external/chromium_org/media/audio/win/
core_audio_util_win.cc 316 HRESULT CoreAudioUtil::GetDeviceName(IMMDevice* device, AudioDeviceName* name) {
437 HRESULT hr = GetDeviceName(audio_device, &device_name);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_device_mac.cc 1161 return GetDeviceName(kAudioDevicePropertyScopeOutput, index, name);
1184 return GetDeviceName(kAudioDevicePropertyScopeInput, index, name);
    [all...]

Completed in 419 milliseconds