HomeSort by relevance Sort by last modified time
    Searched refs:GetDevices (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/device/bluetooth/
bluetooth_adapter.cc 19 BluetoothAdapter::DeviceList BluetoothAdapter::GetDevices() {
21 const_cast<const BluetoothAdapter *>(this)->GetDevices();
31 BluetoothAdapter::ConstDeviceList BluetoothAdapter::GetDevices() const {
bluetooth_adapter.h 124 // GetDevices() and checking for those with IsPaired() as false.
140 virtual DeviceList GetDevices();
142 virtual ConstDeviceList GetDevices() const;
bluetooth_chromeos_unittest.cc 336 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
740 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
771 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
798 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
827 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
868 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
888 // GetDevices shouldn't return the device either.
889 devices = adapter_->GetDevices();
937 // GetDevices shouldn't return the device either.
    [all...]
  /external/chromium_org/chrome/test/chromedriver/chrome/
adb.h 17 virtual Status GetDevices(std::vector<std::string>* devices) = 0;
adb_impl.h 30 virtual Status GetDevices(std::vector<std::string>* devices) OVERRIDE;
device_manager.cc 125 Status status = adb_->GetDevices(&devices);
145 Status status = adb_->GetDevices(&devices);
device_manager_unittest.cc 22 virtual Status GetDevices(std::vector<std::string>* devices) OVERRIDE {
adb_impl.cc 82 Status AdbImpl::GetDevices(std::vector<std::string>* devices) {
  /external/chromium_org/chrome/browser/usb/
usb_service.h 51 void GetDevices(std::vector<scoped_refptr<UsbDevice> >* devices);
usb_service.cc 124 void UsbService::GetDevices(std::vector<scoped_refptr<UsbDevice> >* devices) {
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_adapter.h 52 MOCK_CONST_METHOD0(GetDevices, BluetoothAdapter::ConstDeviceList());
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
win32devicemanager.cc 87 static bool GetDevices(const CLSID& catid, std::vector<Device>* out);
166 if (!GetDevices(CLSID_VideoInputDeviceCategory, devices)) {
172 bool GetDevices(const CLSID& catid, std::vector<Device>* devices) {
dummydevicemanager_unittest.cc 50 TEST(DummyDeviceManagerTest, GetDevices) {
devicemanager_unittest.cc 136 TEST(DeviceManagerTest, GetDevices) {
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.cc 70 namespace GetDevices = extensions::api::bluetooth::GetDevices;
295 scoped_ptr<GetDevices::Params> params(GetDevices::Params::Create(*args_));
309 BluetoothAdapter::DeviceList devices = adapter->GetDevices();
bluetooth_apitest.cc 537 IN_PROC_BROWSER_TEST_F(BluetoothApiTest, GetDevices) {
551 EXPECT_CALL(*mock_adapter_, GetDevices())
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.h 160 void GetDevices();
callclient.cc 226 GetDevices();
896 void CallClient::GetDevices() {
  /external/chromium_org/chrome/browser/storage_monitor/
portable_device_watcher_win.cc 414 HRESULT hr = portable_device_mgr->GetDevices(NULL, &pnp_device_count);
419 hr = portable_device_mgr->GetDevices(pnp_device_ids.get(), &pnp_device_count);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 136 static bool GetDevices(const CLSID& catid, std::vector<Device>* out);
386 return GetDevices(CLSID_VideoInputDeviceCategory, devices);
389 bool GetDevices(const CLSID& catid, std::vector<Device>* devices) {
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 420 device::BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.h 289 void GetDevices();
callclient.cc 365 GetDevices();
    [all...]
  /external/chromium_org/chrome/browser/devtools/adb/
android_usb_device.cc 157 service->GetDevices(&usb_devices);
  /external/chromium_org/chrome/browser/metrics/
metrics_log.cc     [all...]

Completed in 2607 milliseconds

1 2