Searched refs:BluetoothSocketChromeOS (Results 1 – 5 of 5) sorted by relevance
56 scoped_refptr<BluetoothSocketChromeOS>57 BluetoothSocketChromeOS::CreateBluetoothSocket( in CreateBluetoothSocket()65 new BluetoothSocketChromeOS( in CreateBluetoothSocket()69 BluetoothSocketChromeOS::AcceptRequest::AcceptRequest() {} in AcceptRequest()71 BluetoothSocketChromeOS::AcceptRequest::~AcceptRequest() {} in ~AcceptRequest()73 BluetoothSocketChromeOS::ConnectionRequest::ConnectionRequest() in ConnectionRequest()77 BluetoothSocketChromeOS::ConnectionRequest::~ConnectionRequest() {} in ~ConnectionRequest()79 BluetoothSocketChromeOS::BluetoothSocketChromeOS( in BluetoothSocketChromeOS() function in chromeos::BluetoothSocketChromeOS87 BluetoothSocketChromeOS::~BluetoothSocketChromeOS() { in ~BluetoothSocketChromeOS()97 void BluetoothSocketChromeOS::Connect( in Connect()[all …]
32 class CHROMEOS_EXPORT BluetoothSocketChromeOS37 static scoped_refptr<BluetoothSocketChromeOS> CreateBluetoothSocket(77 virtual ~BluetoothSocketChromeOS();80 BluetoothSocketChromeOS(203 DISALLOW_COPY_AND_ASSIGN(BluetoothSocketChromeOS);
241 scoped_refptr<BluetoothSocketChromeOS> socket = in CreateRfcommService()242 BluetoothSocketChromeOS::CreateBluetoothSocket( in CreateRfcommService()248 BluetoothSocketChromeOS::kRfcomm, in CreateRfcommService()262 scoped_refptr<BluetoothSocketChromeOS> socket = in CreateL2capService()263 BluetoothSocketChromeOS::CreateBluetoothSocket( in CreateL2capService()269 BluetoothSocketChromeOS::kL2cap, in CreateL2capService()
443 scoped_refptr<BluetoothSocketChromeOS> socket = in ConnectToService()444 BluetoothSocketChromeOS::CreateBluetoothSocket( in ConnectToService()
493 static_cast<BluetoothSocketChromeOS*>(socket.get())->object_path(), in TEST_F()