/external/chromium_org/device/bluetooth/ |
bluetooth_adapter.cc | 41 BluetoothDevice* BluetoothAdapter::GetDevice(const std::string& address) { 43 const_cast<const BluetoothAdapter *>(this)->GetDevice(address)); 46 const BluetoothDevice* BluetoothAdapter::GetDevice(
|
bluetooth_adapter.h | 146 virtual BluetoothDevice* GetDevice(const std::string& address); 147 virtual const BluetoothDevice* GetDevice(
|
bluetooth_chromeos_unittest.cc | 903 BluetoothDevice* device = adapter_->GetDevice( 944 device = adapter_->GetDevice( 952 BluetoothDevice* device = adapter_->GetDevice( 985 BluetoothDevice* device = adapter_->GetDevice( [all...] |
bluetooth_profile_chromeos_unittest.cc | 147 BluetoothDevice* device = adapter_->GetDevice( 273 BluetoothDevice* device = adapter_->GetDevice(
|
/external/chromium_org/device/bluetooth/test/ |
mock_bluetooth_adapter.h | 53 MOCK_METHOD1(GetDevice, BluetoothDevice*(const std::string& address)); 54 MOCK_CONST_METHOD1(GetDevice,
|
/external/chromium_org/build/android/pylib/ |
screenshot.py | 64 if self._adb.GetDevice(): 65 self._args += ['-s', self._adb.GetDevice()]
|
android_commands.py | 288 def GetDevice(self): [all...] |
/external/chromium_org/content/browser/renderer_host/media/ |
audio_input_device_manager.cc | 49 StreamDeviceList::iterator device = GetDevice(session_id); 96 StreamDeviceList::iterator device = GetDevice(session_id); 228 DCHECK(GetDevice(session_id) == devices_.end()); 248 AudioInputDeviceManager::GetDevice(int session_id) {
|
audio_input_device_manager.h | 82 StreamDeviceList::iterator GetDevice(int session_id);
|
/external/chromium_org/build/android/pylib/gtest/ |
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/ |
bluetooth_api.cc | 229 BluetoothDevice* device = adapter->GetDevice(options.device.address); 351 BluetoothDevice* device = adapter->GetDevice(options.device_address); 391 BluetoothDevice* device = adapter->GetDevice(options.device.address); 539 BluetoothDevice* device = adapter->GetDevice(address);
|
bluetooth_apitest.cc | 282 EXPECT_CALL(*mock_adapter_, GetDevice(device1_->GetAddress())) 301 EXPECT_CALL(*mock_adapter_, GetDevice(device1_->GetAddress())) 523 EXPECT_CALL(*mock_adapter_, GetDevice(device1_->GetAddress()))
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_objects.h | 77 virtual void STDMETHODCALLTYPE GetDevice( 273 virtual HRESULT STDMETHODCALLTYPE GetDevice( 592 virtual HRESULT STDMETHODCALLTYPE GetDevice(
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_objects.h | 77 virtual void STDMETHODCALLTYPE GetDevice( 273 virtual HRESULT STDMETHODCALLTYPE GetDevice( 592 virtual HRESULT STDMETHODCALLTYPE GetDevice(
|
/external/chromium_org/build/android/ |
adb_profile_chrome.py | 197 device = ['-s', self._adb.GetDevice()] if self._adb.GetDevice() else []
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
bluetooth_options_handler.cc | 257 device::BluetoothDevice* device = adapter_->GetDevice(address); 525 adapter_->GetDevice(pairing_device_address_);
|
/external/chromium_org/media/audio/win/ |
audio_low_latency_input_win.cc | 287 hr = enumerator->GetDevice(UTF8ToUTF16(device_id).c_str(), 483 hr = enumerator->GetDevice(UTF8ToUTF16(device_id_).c_str(),
|
core_audio_util_win.cc | 291 HRESULT hr = device_enumerator->GetDevice(UTF8ToUTF16(device_id).c_str(), 293 DVLOG_IF(1, FAILED(hr)) << "IMMDeviceEnumerator::GetDevice: " 360 if (FAILED(enumerator->GetDevice(filter_id, device_node.Receive())) ||
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/ |
android_rndis.py | 207 my_device = self._adb.GetDevice()
|
/system/core/adb/ |
usb_osx.c | 163 kr = (*iface)->GetDevice(iface, &usbDevice);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/ |
dxgi.idl | 164 HRESULT GetDevice(
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/ |
dxgi.idl | 164 HRESULT GetDevice(
|
/external/chromium_org/chrome/browser/chromeos/system/ |
ash_system_tray_delegate.cc | 698 device::BluetoothDevice* device = bluetooth_adapter_->GetDevice(address); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/ |
dxgi_native.cpp | 998 virtual HRESULT STDMETHODCALLTYPE GetDevice( [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/ |
dxgi_native.cpp | 998 virtual HRESULT STDMETHODCALLTYPE GetDevice( [all...] |