Searched refs:NewConnection (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_profile_service_provider.h32 virtual void NewConnection(
H A Dfake_bluetooth_profile_service_provider.cc40 void FakeBluetoothProfileServiceProvider::NewConnection( function in class:chromeos::FakeBluetoothProfileServiceProvider
45 VLOG(1) << object_path_.value() << ": NewConnection for "
47 delegate_->NewConnection(device_path, fd.Pass(), options, callback);
H A Dbluetooth_profile_service_provider.h87 virtual void NewConnection(const dbus::ObjectPath& device_path,
H A Dbluetooth_profile_service_provider.cc50 base::Bind(&BluetoothProfileServiceProviderImpl::NewConnection,
99 void NewConnection(dbus::MethodCall* method_call, function in class:chromeos::BluetoothProfileServiceProviderImpl
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);
H A Dfake_bluetooth_device_client.cc402 profile_service_provider->NewConnection(
/external/chromium_org/net/tools/flip_server/
H A Dacceptor_thread.cc60 SMConnection* SMAcceptorThread::NewConnection() { function in class:net::SMAcceptorThread
70 return NewConnection();
H A Dacceptor_thread.h65 SMConnection* NewConnection();
/external/chromium_org/device/bluetooth/
H A Dbluetooth_socket_chromeos.h116 virtual void NewConnection(
H A Dbluetooth_socket_chromeos.cc370 void BluetoothSocketChromeOS::NewConnection( function in class:chromeos::BluetoothSocketChromeOS

Completed in 107 milliseconds