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

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_profile_service_provider.cc 40 void FakeBluetoothProfileServiceProvider::NewConnection(
45 VLOG(1) << object_path_.value() << ": NewConnection for "
47 delegate_->NewConnection(device_path, fd.Pass(), options, callback);
bluetooth_profile_service_provider.cc 50 base::Bind(&BluetoothProfileServiceProviderImpl::NewConnection,
99 void NewConnection(dbus::MethodCall* method_call,
111 LOG(WARNING) << "NewConnection called with incorrect paramters: "
122 LOG(WARNING) << "NewConnection called with incorrect paramters: "
138 delegate_->NewConnection(device_path, fd.Pass(), options, callback);
  /external/chromium_org/net/tools/flip_server/
acceptor_thread.cc 59 SMConnection* SMAcceptorThread::NewConnection() {
69 return NewConnection();
  /external/chromium_org/device/bluetooth/
bluetooth_socket_chromeos.cc 363 void BluetoothSocketChromeOS::NewConnection(

Completed in 217 milliseconds