Searched refs:socket_thread (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/device/bluetooth/ |
D | bluetooth_socket_win.cc | 78 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 …]
|
D | bluetooth_device_win_unittest.cc | 47 scoped_refptr<BluetoothSocketThread> socket_thread( in BluetoothDeviceWinTest() local 69 socket_thread, in BluetoothDeviceWinTest() 79 socket_thread, in BluetoothDeviceWinTest()
|
D | bluetooth_socket_chromeos.cc | 59 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()
|
D | bluetooth_socket_win.h | 32 scoped_refptr<BluetoothSocketThread> socket_thread); 67 scoped_refptr<BluetoothSocketThread> socket_thread);
|
D | bluetooth_socket_net.cc | 28 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()
|
D | bluetooth_socket_net.h | 47 scoped_refptr<BluetoothSocketThread> socket_thread); 59 scoped_refptr<BluetoothSocketThread> socket_thread() const { in socket_thread() function
|
D | bluetooth_socket_chromeos.h | 44 scoped_refptr<device::BluetoothSocketThread> socket_thread); 87 scoped_refptr<device::BluetoothSocketThread> socket_thread);
|
D | bluetooth_device_win.cc | 32 const scoped_refptr<BluetoothSocketThread>& socket_thread, in BluetoothDeviceWin() argument 37 socket_thread_(socket_thread), in BluetoothDeviceWin()
|
D | bluetooth_device_win.h | 27 const scoped_refptr<BluetoothSocketThread>& socket_thread,
|
D | bluetooth_adapter_win.h | 80 const scoped_refptr<BluetoothSocketThread>& socket_thread() const { in socket_thread() function
|
D | bluetooth_device_chromeos.h | 116 scoped_refptr<device::BluetoothSocketThread> socket_thread);
|
D | bluetooth_device_chromeos.cc | 127 scoped_refptr<device::BluetoothSocketThread> socket_thread) in BluetoothDeviceChromeOS() argument 133 socket_thread_(socket_thread), in BluetoothDeviceChromeOS()
|