Home
last modified time | relevance | path

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

/external/chromium_org/chromeos/dbus/
Dfake_bluetooth_profile_service_provider.cc40 void FakeBluetoothProfileServiceProvider::NewConnection( in NewConnection() function in chromeos::FakeBluetoothProfileServiceProvider
47 delegate_->NewConnection(device_path, fd.Pass(), options, callback); in NewConnection()
Dbluetooth_profile_service_provider.cc50 base::Bind(&BluetoothProfileServiceProviderImpl::NewConnection, in BluetoothProfileServiceProviderImpl()
99 void NewConnection(dbus::MethodCall* method_call, in NewConnection() function in chromeos::BluetoothProfileServiceProviderImpl
138 delegate_->NewConnection(device_path, fd.Pass(), options, callback); in NewConnection()
Dfake_bluetooth_profile_service_provider.h32 virtual void NewConnection(
Dbluetooth_profile_service_provider.h87 virtual void NewConnection(const dbus::ObjectPath& device_path,
Dfake_bluetooth_device_client.cc402 profile_service_provider->NewConnection( in ConnectProfile()
/external/chromium_org/net/tools/flip_server/
Dacceptor_thread.cc59 SMConnection* SMAcceptorThread::NewConnection() { in NewConnection() function in net::SMAcceptorThread
69 return NewConnection(); in FindOrMakeNewSMConnection()
Dacceptor_thread.h65 SMConnection* NewConnection();
/external/chromium_org/device/bluetooth/
Dbluetooth_socket_chromeos.h113 virtual void NewConnection(
Dbluetooth_socket_chromeos.cc363 void BluetoothSocketChromeOS::NewConnection( in NewConnection() function in chromeos::BluetoothSocketChromeOS