HomeSort by relevance Sort by last modified time
    Searched defs:kAdapterPath (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_adapter_client.h 67 static const char kAdapterPath[];
fake_bluetooth_adapter_client.cc 25 const char FakeBluetoothAdapterClient::kAdapterPath[] =
115 object_paths.push_back(dbus::ObjectPath(kAdapterPath));
123 if (object_path == dbus::ObjectPath(kAdapterPath))
135 if (object_path != dbus::ObjectPath(kAdapterPath)) {
151 device_client->BeginDiscoverySimulation(dbus::ObjectPath(kAdapterPath));
159 if (object_path != dbus::ObjectPath(kAdapterPath)) {
179 device_client->EndDiscoverySimulation(dbus::ObjectPath(kAdapterPath));
183 dbus::ObjectPath(kAdapterPath));
195 if (object_path != dbus::ObjectPath(kAdapterPath)) {
207 device_client->RemoveDevice(dbus::ObjectPath(kAdapterPath), device_path)
    [all...]

Completed in 33 milliseconds