HomeSort by relevance Sort by last modified time
    Searched refs:ConstDeviceList (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_adapter.cc 20 ConstDeviceList const_devices =
24 for (ConstDeviceList::const_iterator i = const_devices.begin();
31 BluetoothAdapter::ConstDeviceList BluetoothAdapter::GetDevices() const {
32 ConstDeviceList devices;
bluetooth_adapter.h 141 typedef std::vector<const BluetoothDevice*> ConstDeviceList;
142 virtual ConstDeviceList GetDevices() const;
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_adapter.h 52 MOCK_CONST_METHOD0(GetDevices, BluetoothAdapter::ConstDeviceList());
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_apitest.cc 541 BluetoothAdapter::ConstDeviceList devices;

Completed in 207 milliseconds