Home
last modified time | relevance | path

Searched refs:socket_thread (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/device/bluetooth/
Dbluetooth_socket_win.cc78 scoped_refptr<device::BluetoothSocketThread> socket_thread) { in CreateBluetoothSocket() argument
82 new BluetoothSocketWin(ui_task_runner, socket_thread)); in CreateBluetoothSocket()
87 scoped_refptr<BluetoothSocketThread> socket_thread) in BluetoothSocketWin() argument
88 : BluetoothSocketNet(ui_task_runner, socket_thread), in BluetoothSocketWin()
124 socket_thread()->task_runner()->PostTask( in Connect()
145 socket_thread()->task_runner()->PostTask( in Listen()
170 socket_thread()->task_runner()->PostTask( in Accept()
181 DCHECK(socket_thread()->task_runner()->RunsTasksOnCurrentThread()); in DoConnect()
238 DCHECK(socket_thread()->task_runner()->RunsTasksOnCurrentThread()); in DoListen()
338 DCHECK(socket_thread()->task_runner()->RunsTasksOnCurrentThread()); in DoAccept()
[all …]
Dbluetooth_device_win_unittest.cc47 scoped_refptr<BluetoothSocketThread> socket_thread( in BluetoothDeviceWinTest() local
69 socket_thread, in BluetoothDeviceWinTest()
79 socket_thread, in BluetoothDeviceWinTest()
Dbluetooth_socket_chromeos.cc59 scoped_refptr<BluetoothSocketThread> socket_thread) { in CreateBluetoothSocket() argument
63 new BluetoothSocketChromeOS(ui_task_runner, socket_thread)); in CreateBluetoothSocket()
78 scoped_refptr<BluetoothSocketThread> socket_thread) in BluetoothSocketChromeOS() argument
79 : BluetoothSocketNet(ui_task_runner, socket_thread) { in BluetoothSocketChromeOS()
382 socket_thread()->task_runner()->PostTask( in NewConnection()
448 ui_task_runner(), socket_thread()); in AcceptConnectionRequest()
454 socket_thread()->task_runner()->PostTask( in AcceptConnectionRequest()
473 DCHECK(socket_thread()->task_runner()->RunsTasksOnCurrentThread()); in DoNewConnection()
Dbluetooth_socket_win.h32 scoped_refptr<BluetoothSocketThread> socket_thread);
67 scoped_refptr<BluetoothSocketThread> socket_thread);
Dbluetooth_socket_net.cc28 const scoped_refptr<device::BluetoothSocketThread>& socket_thread) { in DeactivateSocket() argument
29 socket_thread->OnSocketDeactivate(); in DeactivateSocket()
43 scoped_refptr<BluetoothSocketThread> socket_thread) in BluetoothSocketNet() argument
45 socket_thread_(socket_thread) { in BluetoothSocketNet()
Dbluetooth_socket_net.h47 scoped_refptr<BluetoothSocketThread> socket_thread);
59 scoped_refptr<BluetoothSocketThread> socket_thread() const { in socket_thread() function
Dbluetooth_socket_chromeos.h44 scoped_refptr<device::BluetoothSocketThread> socket_thread);
87 scoped_refptr<device::BluetoothSocketThread> socket_thread);
Dbluetooth_device_win.cc32 const scoped_refptr<BluetoothSocketThread>& socket_thread, in BluetoothDeviceWin() argument
37 socket_thread_(socket_thread), in BluetoothDeviceWin()
Dbluetooth_device_win.h27 const scoped_refptr<BluetoothSocketThread>& socket_thread,
Dbluetooth_adapter_win.h80 const scoped_refptr<BluetoothSocketThread>& socket_thread() const { in socket_thread() function
Dbluetooth_device_chromeos.h116 scoped_refptr<device::BluetoothSocketThread> socket_thread);
Dbluetooth_device_chromeos.cc127 scoped_refptr<device::BluetoothSocketThread> socket_thread) in BluetoothDeviceChromeOS() argument
133 socket_thread_(socket_thread), in BluetoothDeviceChromeOS()