Searched refs:BluetoothSocketThread (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_socket_thread.h22 class BluetoothSocketThread class in namespace:device
23 : public base::RefCountedThreadSafe<BluetoothSocketThread> {
25 static scoped_refptr<BluetoothSocketThread> Get();
34 friend class base::RefCountedThreadSafe<BluetoothSocketThread>;
35 BluetoothSocketThread();
36 virtual ~BluetoothSocketThread();
45 DISALLOW_COPY_AND_ASSIGN(BluetoothSocketThread);
H A Dbluetooth_socket_thread.cc13 base::LazyInstance<scoped_refptr<BluetoothSocketThread> > g_instance =
17 scoped_refptr<BluetoothSocketThread> BluetoothSocketThread::Get() {
19 g_instance.Get() = new BluetoothSocketThread();
25 void BluetoothSocketThread::CleanupForTesting() {
30 BluetoothSocketThread::BluetoothSocketThread() function in class:device::BluetoothSocketThread
33 BluetoothSocketThread::~BluetoothSocketThread() {
41 void BluetoothSocketThread
[all...]
H A Dbluetooth_device_win.h20 class BluetoothSocketThread;
27 const scoped_refptr<BluetoothSocketThread>& socket_thread,
102 scoped_refptr<BluetoothSocketThread> socket_thread_;
H A Dbluetooth_socket_net.h47 scoped_refptr<BluetoothSocketThread> socket_thread);
59 scoped_refptr<BluetoothSocketThread> socket_thread() const {
112 scoped_refptr<BluetoothSocketThread> socket_thread_;
H A Dbluetooth_device_win_unittest.cc47 scoped_refptr<BluetoothSocketThread> socket_thread(
48 BluetoothSocketThread::Get());
H A Dbluetooth_socket_win.h32 scoped_refptr<BluetoothSocketThread> socket_thread);
67 scoped_refptr<BluetoothSocketThread> socket_thread);
H A Dbluetooth_adapter_win.h29 class BluetoothSocketThread;
80 const scoped_refptr<BluetoothSocketThread>& socket_thread() const {
132 scoped_refptr<BluetoothSocketThread> socket_thread_;
H A Dbluetooth_device_chromeos.h20 class BluetoothSocketThread;
116 scoped_refptr<device::BluetoothSocketThread> socket_thread);
192 scoped_refptr<device::BluetoothSocketThread> socket_thread_;
H A Dbluetooth_socket_chromeos.h44 scoped_refptr<device::BluetoothSocketThread> socket_thread);
87 scoped_refptr<device::BluetoothSocketThread> socket_thread);
H A Dbluetooth_adapter_chromeos.h22 class BluetoothSocketThread;
270 scoped_refptr<device::BluetoothSocketThread> socket_thread_;
H A Dbluetooth_socket_net.cc28 const scoped_refptr<device::BluetoothSocketThread>& socket_thread) {
43 scoped_refptr<BluetoothSocketThread> socket_thread)
H A Dbluetooth_socket_chromeos_unittest.cc31 using device::BluetoothSocketThread;
72 BluetoothSocketThread::Get();
92 BluetoothSocketThread::CleanupForTesting();
H A Dbluetooth_socket_win.cc78 scoped_refptr<device::BluetoothSocketThread> socket_thread) {
87 scoped_refptr<BluetoothSocketThread> socket_thread)
H A Dbluetooth_socket_chromeos.cc42 using device::BluetoothSocketThread;
59 scoped_refptr<BluetoothSocketThread> socket_thread) {
78 scoped_refptr<BluetoothSocketThread> socket_thread)
H A Dbluetooth_device_win.cc32 const scoped_refptr<BluetoothSocketThread>& socket_thread,
H A Dbluetooth_adapter_win.cc313 socket_thread_ = BluetoothSocketThread::Get();
H A Dbluetooth_device_chromeos.cc127 scoped_refptr<device::BluetoothSocketThread> socket_thread)
H A Dbluetooth_adapter_chromeos.cc79 socket_thread_ = device::BluetoothSocketThread::Get();

Completed in 125 milliseconds