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

  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api_utils.cc 27 out->discovering = adapter.IsDiscovering();
bluetooth_event_router.h 78 // Sets whether this Profile is responsible for the discovering state of the
104 bool discovering) OVERRIDE;
bluetooth_event_router.cc 214 device::BluetoothAdapter* adapter, bool discovering) {
220 if (!discovering) {
bluetooth_apitest.cc 238 EXPECT_FALSE(state.discovering);
400 // Fake that the adapter is discovering
405 // Cache a device before the extension starts discovering
  /external/chromium_org/device/bluetooth/
bluetooth_adapter.h 25 // known to the adapter, discovering new devices, and providing notification of
46 // Called when the discovering state of the adapter |adapter| changes,
47 // when |discovering| is true the adapter is seeking new devices, false
50 bool discovering) {}
65 // either as a result of a discovered device being lost between discovering
112 // Indicates whether the adapter is currently discovering new devices.
115 // Requests that the adapter begin discovering new devices, code must
129 // adapter may not actually cease discovering devices if other callers
bluetooth_adapter_chromeos.cc 122 return properties->discovering.value();
188 else if (property_name == properties->discovering.name())
189 DiscoveringChanged(properties->discovering.value());
310 if (properties->discovering.value())
364 if (properties->discovering.value())
388 bool discovering) {
390 AdapterDiscoveringChanged(this, discovering));
bluetooth_adapter_chromeos.h 109 void DiscoveringChanged(bool discovering);
bluetooth_adapter_win_unittest.cc 52 device::BluetoothAdapter* adapter, bool discovering) OVERRIDE {
bluetooth_chromeos_unittest.cc 60 bool discovering) OVERRIDE {
64 last_discovering_ = discovering;
535 // discovering,
576 // Install an observer and start discovering again; only the callback
577 // should be called since we were already discovering to begin with.
592 // Stop discovering; only the callback should be called since we're still
593 // discovering. The adapter should be still discovering.
607 // Stop discovering one more time; aside from the callback, expect the
609 // discovering,
    [all...]
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_adapter.h 42 void(bool discovering,
  /external/chromium_org/chromeos/dbus/
bluetooth_adapter_client.h 64 // Indicates that the adapter is discovering other Bluetooth Devices.
66 dbus::Property<bool> discovering; member in struct:chromeos::BluetoothAdapterClient::Properties
fake_bluetooth_adapter_client.cc 135 properties_->discovering.ReplaceValue(true);
154 LOG(WARNING) << "StopDiscovery called when not discovering";
170 properties_->discovering.ReplaceValue(false);
238 properties_->discovering.ReplaceValue(false);
bluetooth_adapter_client.cc 39 RegisterProperty(bluetooth_adapter::kDiscoveringProperty, &discovering);
  /external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc     [all...]

Completed in 847 milliseconds