/external/chromium_org/device/bluetooth/ |
D | bluetooth_adapter.cc | 41 BluetoothDevice* BluetoothAdapter::GetDevice(const std::string& address) { in GetDevice() function in device::BluetoothAdapter 43 const_cast<const BluetoothAdapter *>(this)->GetDevice(address)); in GetDevice() 46 const BluetoothDevice* BluetoothAdapter::GetDevice( in GetDevice() function in device::BluetoothAdapter
|
D | bluetooth_chromeos_unittest.cc | 903 BluetoothDevice* device = adapter_->GetDevice( in TEST_F() 944 device = adapter_->GetDevice( in TEST_F() 952 BluetoothDevice* device = adapter_->GetDevice( in TEST_F() 985 BluetoothDevice* device = adapter_->GetDevice( in TEST_F() 1029 BluetoothDevice* device = adapter_->GetDevice( in TEST_F() 1074 BluetoothDevice* device = adapter_->GetDevice( in TEST_F() 1104 BluetoothDevice* device = adapter_->GetDevice( in TEST_F() 1146 BluetoothDevice* device = adapter_->GetDevice( in TEST_F() 1180 BluetoothDevice* device = adapter_->GetDevice( in TEST_F() 1241 BluetoothDevice* device = adapter_->GetDevice( in TEST_F() [all …]
|
D | bluetooth_adapter.h | 146 virtual BluetoothDevice* GetDevice(const std::string& address); 147 virtual const BluetoothDevice* GetDevice(
|
D | bluetooth_profile_chromeos_unittest.cc | 147 BluetoothDevice* device = adapter_->GetDevice( in TEST_F() 273 BluetoothDevice* device = adapter_->GetDevice( in TEST_F()
|
/external/chromium_org/content/browser/renderer_host/media/ |
D | audio_input_device_manager.cc | 49 StreamDeviceList::iterator device = GetDevice(session_id); in GetOpenedDeviceInfoById() 96 StreamDeviceList::iterator device = GetDevice(session_id); in Close() 228 DCHECK(GetDevice(session_id) == devices_.end()); in OpenedOnIOThread() 248 AudioInputDeviceManager::GetDevice(int session_id) { in GetDevice() function in content::AudioInputDeviceManager
|
D | audio_input_device_manager.h | 82 StreamDeviceList::iterator GetDevice(int session_id);
|
/external/chromium_org/device/bluetooth/test/ |
D | mock_bluetooth_adapter.h | 53 MOCK_METHOD1(GetDevice, BluetoothDevice*(const std::string& address)); 54 MOCK_CONST_METHOD1(GetDevice,
|
/external/chromium_org/build/android/pylib/ |
D | screenshot.py | 64 if self._adb.GetDevice(): 65 self._args += ['-s', self._adb.GetDevice()]
|
D | android_commands.py | 288 def GetDevice(self): member in AndroidCommands
|
/external/chromium_org/build/android/pylib/gtest/ |
D | test_package_exe.py | 115 args = ['adb', '-s', adb.GetDevice(), 'shell', 'sh', 125 target_name = self.suite_path + '_' + adb.GetDevice() + '_stripped'
|
/external/chromium_org/chrome/browser/extensions/api/bluetooth/ |
D | bluetooth_api.cc | 229 BluetoothDevice* device = adapter->GetDevice(options.device.address); in DoWork() 351 BluetoothDevice* device = adapter->GetDevice(options.device_address); in DoWork() 391 BluetoothDevice* device = adapter->GetDevice(options.device.address); in DoWork() 539 BluetoothDevice* device = adapter->GetDevice(address); in DoWork()
|
D | bluetooth_apitest.cc | 282 EXPECT_CALL(*mock_adapter_, GetDevice(device1_->GetAddress())) in IN_PROC_BROWSER_TEST_F() 301 EXPECT_CALL(*mock_adapter_, GetDevice(device1_->GetAddress())) in IN_PROC_BROWSER_TEST_F() 523 EXPECT_CALL(*mock_adapter_, GetDevice(device1_->GetAddress())) in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/build/android/ |
D | adb_profile_chrome.py | 197 device = ['-s', self._adb.GetDevice()] if self._adb.GetDevice() else []
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
D | bluetooth_options_handler.cc | 257 device::BluetoothDevice* device = adapter_->GetDevice(address); in UpdateDeviceCallback() 525 adapter_->GetDevice(pairing_device_address_); in DismissDisplayOrConfirm()
|
/external/chromium_org/media/audio/win/ |
D | audio_low_latency_input_win.cc | 287 hr = enumerator->GetDevice(UTF8ToUTF16(device_id).c_str(), in GetMixFormat() 483 hr = enumerator->GetDevice(UTF8ToUTF16(device_id_).c_str(), in SetCaptureDevice()
|
D | core_audio_util_win.cc | 291 HRESULT hr = device_enumerator->GetDevice(UTF8ToUTF16(device_id).c_str(), in CreateDevice() 360 if (FAILED(enumerator->GetDevice(filter_id, device_node.Receive())) || in GetAudioControllerID()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_objects.h | 77 virtual void STDMETHODCALLTYPE GetDevice( in GetDevice() function 273 virtual HRESULT STDMETHODCALLTYPE GetDevice( in GetDevice() function 592 virtual HRESULT STDMETHODCALLTYPE GetDevice(
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_objects.h | 77 virtual void STDMETHODCALLTYPE GetDevice( in GetDevice() function 273 virtual HRESULT STDMETHODCALLTYPE GetDevice( in GetDevice() function 592 virtual HRESULT STDMETHODCALLTYPE GetDevice(
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/ |
D | android_rndis.py | 207 my_device = self._adb.GetDevice()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/ |
D | dxgi.idl | 164 HRESULT GetDevice(
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/ |
D | dxgi.idl | 164 HRESULT GetDevice(
|
D | d3d10.idl | 914 void GetDevice(
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/ |
D | dxgi_native.cpp | 998 virtual HRESULT STDMETHODCALLTYPE GetDevice( in GetDevice() function
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/ |
D | dxgi_native.cpp | 998 virtual HRESULT STDMETHODCALLTYPE GetDevice( in GetDevice() function
|
/external/chromium_org/chrome/browser/chromeos/system/ |
D | ash_system_tray_delegate.cc | 698 device::BluetoothDevice* device = bluetooth_adapter_->GetDevice(address); in ConnectToBluetoothDevice()
|