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) {
47 socket_thread_->OnSocketActivate();
53 base::Bind(&DeactivateSocket, socket_thread_));
58 socket_thread_->task_runner()->PostTask(
65 socket_thread_->task_runner()->PostTask(
80 socket_thread_->task_runner()->PostTask(
100 socket_thread_->task_runner()->PostTask(
137 DCHECK(socket_thread_->task_runner()->RunsTasksOnCurrentThread());
156 DCHECK(socket_thread_->task_runner()->RunsTasksOnCurrentThread());
167 DCHECK(socket_thread_
[all...]
H A Dbluetooth_socket_net.h60 return socket_thread_;
112 scoped_refptr<BluetoothSocketThread> socket_thread_; member in class:device::BluetoothSocketNet
H A Dbluetooth_adapter_win.h81 return socket_thread_;
132 scoped_refptr<BluetoothSocketThread> socket_thread_; member in class:device::BluetoothAdapterWin
H A Dbluetooth_adapter_win.cc171 ui_task_runner_, socket_thread_);
264 socket_thread_,
313 socket_thread_ = BluetoothSocketThread::Get();
H A Dbluetooth_device_win.h102 scoped_refptr<BluetoothSocketThread> socket_thread_; member in class:device::BluetoothDeviceWin
H A Dbluetooth_device_win.cc37 socket_thread_(socket_thread),
262 ui_task_runner_, socket_thread_));
H A Dbluetooth_device_chromeos.h192 scoped_refptr<device::BluetoothSocketThread> socket_thread_; member in class:chromeos::BluetoothDeviceChromeOS
H A Dbluetooth_device_chromeos.cc133 socket_thread_(socket_thread),
434 ui_task_runner_, socket_thread_);
447 ui_task_runner_, socket_thread_);
H A Dbluetooth_adapter_chromeos.cc79 socket_thread_ = device::BluetoothSocketThread::Get();
246 ui_task_runner_, socket_thread_);
264 ui_task_runner_, socket_thread_);
332 socket_thread_);
H A Dbluetooth_adapter_chromeos.h270 scoped_refptr<device::BluetoothSocketThread> socket_thread_; member in class:chromeos::BluetoothAdapterChromeOS

Completed in 2053 milliseconds