Searched refs:socket_thread_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_socket_net.cc45 socket_thread_(socket_thread),
49 socket_thread_->OnSocketActivate();
55 base::Bind(&DeactivateSocket, socket_thread_));
60 socket_thread_->task_runner()->PostTask(
67 socket_thread_->task_runner()->PostTask(
82 socket_thread_->task_runner()->PostTask(
102 socket_thread_->task_runner()->PostTask(
139 DCHECK(socket_thread_->task_runner()->RunsTasksOnCurrentThread());
158 DCHECK(socket_thread_->task_runner()->RunsTasksOnCurrentThread());
169 DCHECK(socket_thread_
[all...]
H A Dbluetooth_socket_net.h63 return socket_thread_;
118 scoped_refptr<BluetoothSocketThread> socket_thread_; member in class:device::BluetoothSocketNet
H A Dbluetooth_adapter_win.cc172 socket_thread_,
225 **iter, ui_task_runner_, socket_thread_, NULL, net::NetLog::Source());
241 **iter, ui_task_runner_, socket_thread_, NULL, net::NetLog::Source());
273 socket_thread_ = BluetoothSocketThread::Get();
H A Dbluetooth_adapter_win.h86 return socket_thread_;
137 scoped_refptr<BluetoothSocketThread> socket_thread_; member in class:device::BluetoothAdapterWin
H A Dbluetooth_device_win.cc36 socket_thread_(socket_thread),
206 ui_task_runner_, socket_thread_, NULL, net::NetLog::Source()));
H A Dbluetooth_device_win.h95 scoped_refptr<BluetoothSocketThread> socket_thread_; member in class:device::BluetoothDeviceWin
H A Dbluetooth_adapter_chromeos.cc76 socket_thread_ = device::BluetoothSocketThread::Get();
244 socket_thread_,
265 socket_thread_,
335 socket_thread_);
H A Dbluetooth_adapter_chromeos.h246 scoped_refptr<device::BluetoothSocketThread> socket_thread_; member in class:chromeos::BluetoothAdapterChromeOS
H A Dbluetooth_device_chromeos.h187 scoped_refptr<device::BluetoothSocketThread> socket_thread_; member in class:chromeos::BluetoothDeviceChromeOS
H A Dbluetooth_device_chromeos.cc133 socket_thread_(socket_thread),
446 socket_thread_,

Completed in 110 milliseconds