/external/chromium_org/chromeos/dbus/ |
D | fake_nfc_manager_client.cc | 66 void FakeNfcManagerClient::AddAdapter(const std::string& adapter_path) { in AddAdapter() argument 67 VLOG(1) << "Adding NFC adapter: " << adapter_path; in AddAdapter() 68 dbus::ObjectPath new_adapter(adapter_path); in AddAdapter() 72 VLOG(1) << "Adapter \"" << adapter_path << "\" already exists."; in AddAdapter() 82 void FakeNfcManagerClient::RemoveAdapter(const std::string& adapter_path) { in RemoveAdapter() argument 83 VLOG(1) << "Removing NFC adapter: " << adapter_path; in RemoveAdapter() 84 dbus::ObjectPath to_remove(adapter_path); in RemoveAdapter() 86 VLOG(1) << "No such adapter: \"" << adapter_path << "\""; in RemoveAdapter()
|
D | fake_bluetooth_device_client.h | 49 const dbus::ObjectPath& adapter_path) OVERRIDE; 84 void BeginDiscoverySimulation(const dbus::ObjectPath& adapter_path); 85 void EndDiscoverySimulation(const dbus::ObjectPath& adapter_path); 88 void BeginIncomingPairingSimulation(const dbus::ObjectPath& adapter_path); 89 void EndIncomingPairingSimulation(const dbus::ObjectPath& adapter_path); 92 void CreateDevice(const dbus::ObjectPath& adapter_path, 96 void RemoveDevice(const dbus::ObjectPath& adapter_path,
|
D | fake_nfc_manager_client.h | 44 void AddAdapter(const std::string& adapter_path); 45 void RemoveAdapter(const std::string& adapter_path);
|
D | fake_bluetooth_device_client.cc | 266 const dbus::ObjectPath& adapter_path) { in GetDevicesForAdapter() argument 267 if (adapter_path == in GetDevicesForAdapter() 482 const dbus::ObjectPath& adapter_path) { in BeginDiscoverySimulation() argument 495 const dbus::ObjectPath& adapter_path) { in EndDiscoverySimulation() argument 501 const dbus::ObjectPath& adapter_path) { in BeginIncomingPairingSimulation() argument 514 const dbus::ObjectPath& adapter_path) { in EndIncomingPairingSimulation() argument 524 const dbus::ObjectPath& adapter_path, in CreateDevice() argument 534 properties->adapter.ReplaceValue(adapter_path); in CreateDevice() 640 const dbus::ObjectPath& adapter_path, in RemoveDevice() argument
|
D | nfc_device_client.cc | 65 const dbus::ObjectPath& adapter_path) OVERRIDE { in GetDevicesForAdapter() argument 67 adapters_to_object_maps_.GetObjectMap(adapter_path); in GetDevicesForAdapter()
|
D | fake_nfc_tag_client.cc | 76 const dbus::ObjectPath& adapter_path) { in GetTagsForAdapter() argument 79 adapter_path.value() == FakeNfcAdapterClient::kAdapterPath0) in GetTagsForAdapter()
|
D | fake_nfc_device_client.cc | 78 const dbus::ObjectPath& adapter_path) { in GetDevicesForAdapter() argument 81 adapter_path.value() == FakeNfcAdapterClient::kAdapterPath0) in GetDevicesForAdapter()
|
D | nfc_tag_client.cc | 68 const dbus::ObjectPath& adapter_path) OVERRIDE { in GetTagsForAdapter() argument 70 adapters_to_object_maps_.GetObjectMap(adapter_path); in GetTagsForAdapter()
|
D | nfc_device_client.h | 71 const dbus::ObjectPath& adapter_path) = 0;
|
D | nfc_tag_client.h | 91 const dbus::ObjectPath& adapter_path) = 0;
|
D | fake_nfc_tag_client.h | 45 const dbus::ObjectPath& adapter_path) OVERRIDE;
|
D | fake_nfc_device_client.h | 47 const dbus::ObjectPath& adapter_path) OVERRIDE;
|
D | nfc_client_unittest.cc | 249 const dbus::ObjectPath& adapter_path) { in SimulateTagsChanged() argument 251 adapter_client_->GetProperties(adapter_path); in SimulateTagsChanged() 254 AdapterPropertyChanged(adapter_path, in SimulateTagsChanged() 265 const dbus::ObjectPath& adapter_path) { in SimulateDevicesChanged() argument 267 adapter_client_->GetProperties(adapter_path); in SimulateDevicesChanged() 270 AdapterPropertyChanged(adapter_path, in SimulateDevicesChanged()
|
D | bluetooth_device_client.h | 133 const dbus::ObjectPath& adapter_path) = 0;
|
D | bluetooth_device_client.cc | 97 const dbus::ObjectPath& adapter_path) OVERRIDE { in GetDevicesForAdapter() argument 104 if (properties->adapter.value() == adapter_path) in GetDevicesForAdapter()
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_config_util.cpp | 493 static int load_bluez_cfg_value(const char* adapter_path, const char* file_name) in load_bluez_cfg_value() argument 501 snprintf(path, sizeof(path), "%s/%s", adapter_path, file_name); in load_bluez_cfg_value() 530 int load_bluez_adapter_info(char* adapter_path, int size) in load_bluez_adapter_info() argument 542 snprintf(adapter_path, size, "%s%s", BLUEZ_PATH, dptr->d_name); in load_bluez_adapter_info() 544 load_bluez_cfg_value(adapter_path, BLUEZ_CONFIG); in load_bluez_adapter_info() 578 static int parse_bluez_hid_sdp_records(const char* adapter_path, const char* bd_addr) in parse_bluez_hid_sdp_records() argument 589 snprintf(path, sizeof(path), "%s/%s", adapter_path, BLUEZ_SDP); in parse_bluez_hid_sdp_records() 755 static int load_bluez_dev_value(const char* adapter_path, const char* bd_addr, in load_bluez_dev_value() argument 766 snprintf(path, sizeof(path), "%s/%s", adapter_path, file_name); in load_bluez_dev_value() 797 parse_bluez_hid_sdp_records(adapter_path, bd_addr); in load_bluez_dev_value() [all …]
|
D | btif_config.c | 757 char adapter_path[256]; in load_bluez_cfg() local 758 if(load_bluez_adapter_info(adapter_path, sizeof(adapter_path))) in load_bluez_cfg() 760 if(load_bluez_linkkeys(adapter_path)) in load_bluez_cfg()
|
/external/bluetooth/bluedroid/btif/include/ |
D | btif_config_util.h | 55 int load_bluez_adapter_info(char* adapter_path, int size); 56 int load_bluez_linkkeys(const char* adapter_path);
|
/external/chromium_org/content/browser/geolocation/ |
D | wifi_data_provider_linux.cc | 67 bool GetAccessPointsForAdapter(const dbus::ObjectPath& adapter_path, 199 const dbus::ObjectPath& adapter_path, WifiData::AccessPointDataSet* data) { in GetAccessPointsForAdapter() argument 204 adapter_path); in GetAccessPointsForAdapter() 214 << adapter_path.value(); in GetAccessPointsForAdapter() 220 LOG(WARNING) << "Unexpected response for " << adapter_path.value() << ": " in GetAccessPointsForAdapter() 225 VLOG(1) << "Wireless adapter " << adapter_path.value() << " found " in GetAccessPointsForAdapter()
|