Home
last modified time | relevance | path

Searched refs:connecting_devices_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ash/system/bluetooth/
Dtray_bluetooth.cc170 UpdateBluetoothDeviceListHelper(&connecting_devices_, list[i]); in UpdateBluetoothDeviceList()
184 RemoveObsoleteBluetoothDevicesFromList(&connecting_devices_, in UpdateBluetoothDeviceList()
250 connecting_devices_, true, false, bluetooth_enabled); in UpdateDeviceScrollList()
381 if (FoundDevice(device_id, connecting_devices_, NULL)) in OnViewClicked()
407 BluetoothDeviceList connecting_devices_; member in ash::tray::BluetoothDetailedView
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
Dbluetooth_low_energy_event_router.cc223 if (connecting_devices_.count(connect_id) != 0) { in Connect()
248 connecting_devices_.insert(connect_id); in Connect()
1240 DCHECK_NE(0U, connecting_devices_.count(connect_id)); in OnCreateGattConnection()
1248 connecting_devices_.erase(connect_id); in OnCreateGattConnection()
1284 DCHECK_NE(0U, connecting_devices_.count(connect_id)); in OnConnectError()
1286 connecting_devices_.erase(connect_id); in OnConnectError()
Dbluetooth_low_energy_event_router.h399 std::set<std::string> connecting_devices_; variable