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

  /external/chromium_org/device/bluetooth/
bluetooth_socket_chromeos.cc 56 scoped_refptr<BluetoothSocketChromeOS>
57 BluetoothSocketChromeOS::CreateBluetoothSocket(
63 new BluetoothSocketChromeOS(ui_task_runner, socket_thread));
66 BluetoothSocketChromeOS::AcceptRequest::AcceptRequest() {}
68 BluetoothSocketChromeOS::AcceptRequest::~AcceptRequest() {}
70 BluetoothSocketChromeOS::ConnectionRequest::ConnectionRequest()
74 BluetoothSocketChromeOS::ConnectionRequest::~ConnectionRequest() {}
76 BluetoothSocketChromeOS::BluetoothSocketChromeOS(
82 BluetoothSocketChromeOS::~BluetoothSocketChromeOS()
    [all...]
bluetooth_socket_chromeos.h 30 // The BluetoothSocketChromeOS class implements BluetoothSocket for the
32 class CHROMEOS_EXPORT BluetoothSocketChromeOS
42 static scoped_refptr<BluetoothSocketChromeOS> CreateBluetoothSocket(
82 virtual ~BluetoothSocketChromeOS();
85 BluetoothSocketChromeOS(
206 DISALLOW_COPY_AND_ASSIGN(BluetoothSocketChromeOS);

Completed in 40 milliseconds