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

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_device_client.h 95 static const char kAppleKeyboardPath[];
fake_bluetooth_device_client.cc 85 const char FakeBluetoothDeviceClient::kAppleKeyboardPath[] =
427 } else if (object_path == dbus::ObjectPath(kAppleKeyboardPath)) {
606 dbus::ObjectPath(kAppleKeyboardPath)) == device_list_.end()) {
610 dbus::ObjectPath(kAppleKeyboardPath)));
622 properties_map_[dbus::ObjectPath(kAppleKeyboardPath)] = properties;
623 device_list_.push_back(dbus::ObjectPath(kAppleKeyboardPath));
625 DeviceAdded(dbus::ObjectPath(kAppleKeyboardPath)));
    [all...]

Completed in 2542 milliseconds