Searched refs:BluetoothChannelMac (Results 1 – 8 of 8) sorted by relevance
14 BluetoothChannelMac::BluetoothChannelMac() : socket_(NULL) {17 BluetoothChannelMac::~BluetoothChannelMac() {20 void BluetoothChannelMac::SetSocket(BluetoothSocketMac* socket) {25 std::string BluetoothChannelMac::GetDeviceAddress() {
21 class BluetoothChannelMac {23 BluetoothChannelMac();24 virtual ~BluetoothChannelMac();59 DISALLOW_COPY_AND_ASSIGN(BluetoothChannelMac);
34 class BluetoothChannelMac; variable103 void OnChannelOpened(scoped_ptr<BluetoothChannelMac> channel);180 scoped_ptr<BluetoothChannelMac> channel_;199 std::queue<linked_ptr<BluetoothChannelMac>> accept_queue_;
20 class BluetoothL2capChannelMac : public BluetoothChannelMac {
20 class BluetoothRfcommChannelMac : public BluetoothChannelMac {
148 socket_->OnChannelOpened(scoped_ptr<device::BluetoothChannelMac>(210 socket_->OnChannelOpened(scoped_ptr<device::BluetoothChannelMac>(626 scoped_ptr<BluetoothChannelMac> channel) {630 accept_queue_.push(linked_ptr<BluetoothChannelMac>(channel.release()));870 linked_ptr<BluetoothChannelMac> channel = accept_queue_.front();
101 BluetoothChannelMac::SetSocket(socket);
106 BluetoothChannelMac::SetSocket(socket);