Home
last modified time | relevance | path

Searched refs:GetDevice (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/device/bluetooth/
Dbluetooth_adapter.cc41 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
Dbluetooth_chromeos_unittest.cc903 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 …]
Dbluetooth_adapter.h146 virtual BluetoothDevice* GetDevice(const std::string& address);
147 virtual const BluetoothDevice* GetDevice(
Dbluetooth_profile_chromeos_unittest.cc147 BluetoothDevice* device = adapter_->GetDevice( in TEST_F()
273 BluetoothDevice* device = adapter_->GetDevice( in TEST_F()
/external/chromium_org/content/browser/renderer_host/media/
Daudio_input_device_manager.cc49 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
Daudio_input_device_manager.h82 StreamDeviceList::iterator GetDevice(int session_id);
/external/chromium_org/device/bluetooth/test/
Dmock_bluetooth_adapter.h53 MOCK_METHOD1(GetDevice, BluetoothDevice*(const std::string& address));
54 MOCK_CONST_METHOD1(GetDevice,
/external/chromium_org/build/android/pylib/
Dscreenshot.py64 if self._adb.GetDevice():
65 self._args += ['-s', self._adb.GetDevice()]
Dandroid_commands.py288 def GetDevice(self): member in AndroidCommands
/external/chromium_org/build/android/pylib/gtest/
Dtest_package_exe.py115 args = ['adb', '-s', adb.GetDevice(), 'shell', 'sh',
125 target_name = self.suite_path + '_' + adb.GetDevice() + '_stripped'
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
Dbluetooth_api.cc229 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()
Dbluetooth_apitest.cc282 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/
Dadb_profile_chrome.py197 device = ['-s', self._adb.GetDevice()] if self._adb.GetDevice() else []
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Dbluetooth_options_handler.cc257 device::BluetoothDevice* device = adapter_->GetDevice(address); in UpdateDeviceCallback()
525 adapter_->GetDevice(pairing_device_address_); in DismissDisplayOrConfirm()
/external/chromium_org/media/audio/win/
Daudio_low_latency_input_win.cc287 hr = enumerator->GetDevice(UTF8ToUTF16(device_id).c_str(), in GetMixFormat()
483 hr = enumerator->GetDevice(UTF8ToUTF16(device_id_).c_str(), in SetCaptureDevice()
Dcore_audio_util_win.cc291 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/
Dd3d11_objects.h77 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/
Dd3d11_objects.h77 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/
Dandroid_rndis.py207 my_device = self._adb.GetDevice()
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
Ddxgi.idl164 HRESULT GetDevice(
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
Ddxgi.idl164 HRESULT GetDevice(
Dd3d10.idl914 void GetDevice(
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp998 virtual HRESULT STDMETHODCALLTYPE GetDevice( in GetDevice() function
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp998 virtual HRESULT STDMETHODCALLTYPE GetDevice( in GetDevice() function
/external/chromium_org/chrome/browser/chromeos/system/
Dash_system_tray_delegate.cc698 device::BluetoothDevice* device = bluetooth_adapter_->GetDevice(address); in ConnectToBluetoothDevice()

12