Searched refs:DeviceList (Results 1 – 16 of 16) sorted by relevance
21 struct DeviceList { struct22 DeviceList() : devices(NULL), count(0) { in DeviceList() argument31 typedef struct DeviceList<XDeviceInfo> XDeviceList; argument32 typedef struct DeviceList<XIDeviceInfo> XIDeviceList;
19 BluetoothAdapter::DeviceList BluetoothAdapter::GetDevices() { in GetDevices()23 DeviceList devices; in GetDevices()
139 typedef std::vector<BluetoothDevice*> DeviceList; typedef140 virtual DeviceList GetDevices();
342 BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); in TEST_F()746 BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); in TEST_F()777 BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); in TEST_F()804 BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); in TEST_F()833 BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); in TEST_F()874 BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); in TEST_F()
27 void(const DialRegistry::DeviceList& devices));105 const DialRegistry::DeviceList empty_list_;106 DialRegistry::DeviceList list_with_first_device_;107 DialRegistry::DeviceList list_with_second_device_;153 DialRegistry::DeviceList expected_list2; in TEST_F()310 DialRegistry::DeviceList expected_list3; in TEST_F()
36 void SendEventOnUIThread(const DialRegistry::DeviceList& devices);51 const DialRegistry::DeviceList& devices) OVERRIDE;
85 void DialAPI::OnDialDeviceEvent(const DialRegistry::DeviceList& devices) { in OnDialDeviceEvent()97 void DialAPI::SendEventOnUIThread(const DialRegistry::DeviceList& devices) { in SendEventOnUIThread()101 for (DialRegistry::DeviceList::const_iterator it = devices.begin(); in SendEventOnUIThread()
32 typedef std::vector<DialDeviceData> DeviceList; typedef47 virtual void OnDialDeviceEvent(const DeviceList& devices) = 0;
51 extensions::DialRegistry::DeviceList devices; in IN_PROC_BROWSER_TEST_F()
207 DeviceList device_list; in MaybeSendEvent()
135 DeviceList; typedef136 DeviceList discovered_devices_;
155 for (DeviceList::const_iterator i = discovered_devices_.begin(); in SetSendDiscoveryEvents()
309 BluetoothAdapter::DeviceList devices = adapter->GetDevices(); in DoWork()310 for (BluetoothAdapter::DeviceList::const_iterator iter = devices.begin(); in DoWork()
420 device::BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); in GetPairedDevicesCallback()422 for (device::BluetoothAdapter::DeviceList::iterator iter = devices.begin(); in GetPairedDevicesCallback()
965 device::BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); in WriteBluetoothProto()966 for (device::BluetoothAdapter::DeviceList::iterator iter = in WriteBluetoothProto()
671 device::BluetoothAdapter::DeviceList devices = in GetAvailableBluetoothDevices()