/external/chromium_org/chrome/browser/extensions/api/bluetooth/ |
D | bluetooth_private_api.cc | 140 bool* discoverable = new_state.discoverable.get(); in DoWork() local 156 if (discoverable && adapter->IsDiscoverable() != *discoverable) { in DoWork() 159 *discoverable, in DoWork()
|
D | bluetooth_private_apitest.cc | 81 void SetDiscoverable(bool discoverable, const base::Closure& callback) { in SetDiscoverable() argument 82 adapter_discoverable_ = discoverable; in SetDiscoverable()
|
/external/chromium_org/device/bluetooth/ |
D | bluetooth_adapter_chromeos.cc | 204 return properties->discoverable.value(); in IsDiscoverable() 208 bool discoverable, in SetDiscoverable() argument 215 GetProperties(object_path_)->discoverable.Set( in SetDiscoverable() 216 discoverable, in SetDiscoverable() 317 else if (property_name == properties->discoverable.name()) in AdapterPropertyChanged() 318 DiscoverableChanged(properties->discoverable.value()); in AdapterPropertyChanged() 662 if (properties->discoverable.value()) in SetAdapter() 703 if (properties->discoverable.value()) in RemoveAdapter() 728 void BluetoothAdapterChromeOS::DiscoverableChanged(bool discoverable) { in DiscoverableChanged() argument 730 AdapterDiscoverableChanged(this, discoverable)); in DiscoverableChanged()
|
D | bluetooth_adapter_win.h | 49 bool discoverable, 54 bool discoverable,
|
D | bluetooth_adapter.h | 54 bool discoverable) {} in AdapterDiscoverableChanged() argument 147 virtual void SetDiscoverable(bool discoverable,
|
D | bluetooth_adapter_chromeos.h | 61 bool discoverable, 176 void DiscoverableChanged(bool discoverable);
|
D | bluetooth_adapter_mac.h | 57 bool discoverable,
|
D | bluetooth_adapter_unittest.cc | 63 bool discoverable, in SetDiscoverable() argument
|
D | bluetooth_adapter_win.cc | 106 bool discoverable, in SetDiscoverable() argument
|
D | bluetooth_adapter_mac.mm | 109 bool discoverable,
|
D | bluetooth_chromeos_unittest.cc | 74 bool discoverable) OVERRIDE { in AdapterDiscoverableChanged() argument
|
/external/chromium_org/tools/cr/ |
D | README | 10 It also makes the commands more discoverable by being a single starting point
|
/external/chromium_org/ash/system/chromeos/bluetooth/ |
D | bluetooth_notification_controller.cc | 165 bool discoverable) { in AdapterDiscoverableChanged() argument 166 if (discoverable) { in AdapterDiscoverableChanged()
|
D | bluetooth_notification_controller.h | 34 bool discoverable) OVERRIDE;
|
/external/chromium_org/chromeos/dbus/ |
D | bluetooth_adapter_client.h | 47 dbus::Property<bool> discoverable; member
|
D | fake_bluetooth_adapter_client.cc | 67 property->name() == discoverable.name() || in Set()
|
D | bluetooth_adapter_client.cc | 33 RegisterProperty(bluetooth_adapter::kDiscoverableProperty, &discoverable); in Properties()
|
/external/chromium_org/device/bluetooth/test/ |
D | mock_bluetooth_adapter.h | 52 void(bool discoverable,
|
/external/chromium_org/v8/tools/oom_dump/ |
D | README | 14 need some additional tweaking to make it discoverable, for example,
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-P2P | 97 Start Listen-only state (become discoverable without searching for 101 testing. It can also be used to keep the device discoverable without
|