Home
last modified time | relevance | path

Searched refs:controller_socket_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/pairing/
Dbluetooth_host_pairing_controller.cc67 controller_socket_->Send( in SendHostStatus()
78 if (controller_socket_.get()) { in AbortWithError()
89 controller_socket_->Send( in AbortWithError()
100 if (controller_socket_.get()) { in Reset()
101 controller_socket_->Close(); in Reset()
102 controller_socket_ = NULL; in Reset()
200 controller_socket_ = socket; in OnAccept()
206 controller_socket_->Receive( in OnAccept()
231 controller_socket_->Receive( in OnReceiveComplete()
Dbluetooth_host_pairing_controller.h111 scoped_refptr<device::BluetoothSocket> controller_socket_; variable