Searched defs:BluetoothSocketChromeOS (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_socket_chromeos.cc56 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( function in class:chromeos::BluetoothSocketChromeOS
82 BluetoothSocketChromeOS
[all...]
H A Dbluetooth_socket_chromeos.h30 // The BluetoothSocketChromeOS class implements BluetoothSocket for the
32 class CHROMEOS_EXPORT BluetoothSocketChromeOS class in namespace:chromeos
42 static scoped_refptr<BluetoothSocketChromeOS> CreateBluetoothSocket(
82 virtual ~BluetoothSocketChromeOS();
85 BluetoothSocketChromeOS(
206 DISALLOW_COPY_AND_ASSIGN(BluetoothSocketChromeOS);

Completed in 163 milliseconds