OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adapter_path
(Results
1 - 11
of
11
) sorted by null
/external/bluetooth/bluedroid/btif/include/
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/chromeos/dbus/
fake_nfc_manager_client.cc
66
void FakeNfcManagerClient::AddAdapter(const std::string&
adapter_path
) {
67
VLOG(1) << "Adding NFC adapter: " <<
adapter_path
;
68
dbus::ObjectPath new_adapter(
adapter_path
);
72
VLOG(1) << "Adapter \"" <<
adapter_path
<< "\" already exists.";
82
void FakeNfcManagerClient::RemoveAdapter(const std::string&
adapter_path
) {
83
VLOG(1) << "Removing NFC adapter: " <<
adapter_path
;
84
dbus::ObjectPath to_remove(
adapter_path
);
86
VLOG(1) << "No such adapter: \"" <<
adapter_path
<< "\"";
fake_nfc_manager_client.h
44
void AddAdapter(const std::string&
adapter_path
);
45
void RemoveAdapter(const std::string&
adapter_path
);
fake_bluetooth_device_client.h
49
const dbus::ObjectPath&
adapter_path
) OVERRIDE;
76
void BeginDiscoverySimulation(const dbus::ObjectPath&
adapter_path
);
77
void EndDiscoverySimulation(const dbus::ObjectPath&
adapter_path
);
80
void RemoveDevice(const dbus::ObjectPath&
adapter_path
,
bluetooth_device_client.h
116
// identified by the D-Bus object path |
adapter_path
|.
118
const dbus::ObjectPath&
adapter_path
) = 0;
bluetooth_device_client.cc
92
const dbus::ObjectPath&
adapter_path
) OVERRIDE {
99
if (properties->adapter.value() ==
adapter_path
)
nfc_client_unittest.cc
249
const dbus::ObjectPath&
adapter_path
) {
251
adapter_client_->GetProperties(
adapter_path
);
254
AdapterPropertyChanged(
adapter_path
,
265
const dbus::ObjectPath&
adapter_path
) {
267
adapter_client_->GetProperties(
adapter_path
);
270
AdapterPropertyChanged(
adapter_path
,
[
all
...]
fake_bluetooth_device_client.cc
236
const dbus::ObjectPath&
adapter_path
) {
237
if (
adapter_path
==
515
const dbus::ObjectPath&
adapter_path
) {
528
const dbus::ObjectPath&
adapter_path
) {
538
const dbus::ObjectPath&
adapter_path
,
[
all
...]
/external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp
458
static int load_bluez_cfg_value(const char*
adapter_path
, const char* file_name)
466
snprintf(path, sizeof(path), "%s/%s",
adapter_path
, file_name);
493
int load_bluez_adapter_info(char*
adapter_path
, int size)
505
snprintf(
adapter_path
, size, "%s%s", BLUEZ_PATH, dptr->d_name);
507
load_bluez_cfg_value(
adapter_path
, BLUEZ_CONFIG);
524
static int load_bluez_dev_value(const char*
adapter_path
, const char* bd_addr,
535
snprintf(path, sizeof(path), "%s/%s",
adapter_path
, file_name);
587
int load_bluez_linkkeys(const char*
adapter_path
)
594
snprintf(path, sizeof(path), "%s/%s",
adapter_path
, BLUEZ_LINKKEY);
636
if(load_bluez_dev_value(
adapter_path
, addr
[
all
...]
btif_config.c
706
char
adapter_path
[256];
local
707
if(load_bluez_adapter_info(
adapter_path
, sizeof(
adapter_path
)))
709
if(load_bluez_linkkeys(
adapter_path
))
/external/chromium_org/content/browser/geolocation/
wifi_data_provider_linux.cc
66
bool GetAccessPointsForAdapter(const dbus::ObjectPath&
adapter_path
,
198
const dbus::ObjectPath&
adapter_path
, WifiData::AccessPointDataSet* data) {
203
adapter_path
);
213
<<
adapter_path
.value();
219
LOG(WARNING) << "Unexpected response for " <<
adapter_path
.value() << ": "
224
VLOG(1) << "Wireless adapter " <<
adapter_path
.value() << " found "
Completed in 77 milliseconds