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

  /external/chromium_org/components/proximity_auth/
bluetooth_connection.cc 22 BluetoothConnection::BluetoothConnection(const RemoteDevice& remote_device,
27 BluetoothConnection::~BluetoothConnection() {
31 void BluetoothConnection::Connect() {
46 base::Bind(&BluetoothConnection::OnAdapterInitialized,
50 void BluetoothConnection::Disconnect() {
70 void BluetoothConnection::SendMessageImpl(scoped_ptr<WireMessage> message) {
81 base::WeakPtr<BluetoothConnection> weak_this = weak_ptr_factory_.GetWeakPtr();
84 base::Bind(&BluetoothConnection::OnSend, weak_this)
    [all...]
bluetooth_connection.h 28 class BluetoothConnection : public Connection,
34 BluetoothConnection(const RemoteDevice& remote_device,
36 virtual ~BluetoothConnection();
86 base::WeakPtrFactory<BluetoothConnection> weak_ptr_factory_;
88 DISALLOW_COPY_AND_ASSIGN(BluetoothConnection);
bluetooth_connection_unittest.cc 55 class MockBluetoothConnection : public BluetoothConnection {
58 : BluetoothConnection(kRemoteDevice, device::BluetoothUUID(kUuid)) {}
79 BluetoothConnection::SetStatus(status);
82 using BluetoothConnection::status;
83 using BluetoothConnection::Connect;
84 using BluetoothConnection::DeviceRemoved;
85 using BluetoothConnection::Disconnect;

Completed in 840 milliseconds