Searched defs:socket_thread (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_socket_net.h47 scoped_refptr<BluetoothSocketThread> socket_thread);
59 scoped_refptr<BluetoothSocketThread> socket_thread() const { function in class:device::BluetoothSocketNet
H A Dbluetooth_adapter_win.h80 const scoped_refptr<BluetoothSocketThread>& socket_thread() const { function in class:device::BluetoothAdapterWin
H A Dbluetooth_device_win.cc32 const scoped_refptr<BluetoothSocketThread>& socket_thread,
37 socket_thread_(socket_thread),
29 BluetoothDeviceWin( const BluetoothTaskManagerWin::DeviceState& device_state, const scoped_refptr<base::SequencedTaskRunner>& ui_task_runner, const scoped_refptr<BluetoothSocketThread>& socket_thread, net::NetLog* net_log, const net::NetLog::Source& net_log_source) argument
H A Dbluetooth_socket_chromeos.cc59 scoped_refptr<BluetoothSocketThread> socket_thread) {
63 new BluetoothSocketChromeOS(ui_task_runner, socket_thread));
78 scoped_refptr<BluetoothSocketThread> socket_thread)
79 : BluetoothSocketNet(ui_task_runner, socket_thread) {
382 socket_thread()->task_runner()->PostTask(
448 ui_task_runner(), socket_thread());
454 socket_thread()->task_runner()->PostTask(
473 DCHECK(socket_thread()->task_runner()->RunsTasksOnCurrentThread());
57 CreateBluetoothSocket( scoped_refptr<base::SequencedTaskRunner> ui_task_runner, scoped_refptr<BluetoothSocketThread> socket_thread) argument
76 BluetoothSocketChromeOS( scoped_refptr<base::SequencedTaskRunner> ui_task_runner, scoped_refptr<BluetoothSocketThread> socket_thread) argument
H A Dbluetooth_socket_net.cc28 const scoped_refptr<device::BluetoothSocketThread>& socket_thread) {
29 socket_thread->OnSocketDeactivate();
43 scoped_refptr<BluetoothSocketThread> socket_thread)
45 socket_thread_(socket_thread) {
27 DeactivateSocket( const scoped_refptr<device::BluetoothSocketThread>& socket_thread) argument
41 BluetoothSocketNet( scoped_refptr<base::SequencedTaskRunner> ui_task_runner, scoped_refptr<BluetoothSocketThread> socket_thread) argument
H A Dbluetooth_socket_win.cc78 scoped_refptr<device::BluetoothSocketThread> socket_thread) {
82 new BluetoothSocketWin(ui_task_runner, socket_thread));
87 scoped_refptr<BluetoothSocketThread> socket_thread)
88 : BluetoothSocketNet(ui_task_runner, socket_thread),
124 socket_thread()->task_runner()->PostTask(
145 socket_thread()->task_runner()->PostTask(
170 socket_thread()->task_runner()->PostTask(
181 DCHECK(socket_thread()->task_runner()->RunsTasksOnCurrentThread());
238 DCHECK(socket_thread()->task_runner()->RunsTasksOnCurrentThread());
338 DCHECK(socket_thread()
76 CreateBluetoothSocket( scoped_refptr<base::SequencedTaskRunner> ui_task_runner, scoped_refptr<device::BluetoothSocketThread> socket_thread) argument
85 BluetoothSocketWin( scoped_refptr<base::SequencedTaskRunner> ui_task_runner, scoped_refptr<BluetoothSocketThread> socket_thread) argument
[all...]
H A Dbluetooth_device_chromeos.cc127 scoped_refptr<device::BluetoothSocketThread> socket_thread)
133 socket_thread_(socket_thread),
123 BluetoothDeviceChromeOS( BluetoothAdapterChromeOS* adapter, const dbus::ObjectPath& object_path, scoped_refptr<base::SequencedTaskRunner> ui_task_runner, scoped_refptr<device::BluetoothSocketThread> socket_thread) argument

Completed in 594 milliseconds