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

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_profile_service_provider.h 33 virtual void NewConnection(
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.h 85 virtual void NewConnection(const dbus::ObjectPath& device_path,
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);
fake_bluetooth_device_client.cc 351 profile_service_provider->NewConnection(
    [all...]
  /external/chromium/net/tools/flip_server/
acceptor_thread.h 62 SMConnection* NewConnection();
acceptor_thread.cc 59 SMConnection* SMAcceptorThread::NewConnection() {
71 return NewConnection();
  /external/chromium_org/net/tools/flip_server/
acceptor_thread.h 65 SMConnection* NewConnection();
acceptor_thread.cc 59 SMConnection* SMAcceptorThread::NewConnection() {
71 return NewConnection();
  /external/chromium_org/device/bluetooth/
bluetooth_profile_chromeos.h 62 virtual void NewConnection(
90 // The |fd| argument is moved compared to the NewConnection() call since it
bluetooth_profile_chromeos.cc 142 void BluetoothProfileChromeOS::NewConnection(

Completed in 196 milliseconds