HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothSocketMac (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_channel_mac.h 18 class BluetoothSocketMac;
29 virtual void SetSocket(BluetoothSocketMac* socket);
53 BluetoothSocketMac* socket() { return socket_; }
57 BluetoothSocketMac* socket_;
bluetooth_l2cap_channel_mac.h 25 BluetoothL2capChannelMac(BluetoothSocketMac* socket,
34 BluetoothSocketMac* socket,
40 virtual void SetSocket(BluetoothSocketMac* socket) OVERRIDE;
bluetooth_rfcomm_channel_mac.h 25 BluetoothRfcommChannelMac(BluetoothSocketMac* socket,
34 BluetoothSocketMac* socket,
40 virtual void SetSocket(BluetoothSocketMac* socket) OVERRIDE;
bluetooth_socket_mac.h 36 class BluetoothSocketMac : public BluetoothSocket {
38 static scoped_refptr<BluetoothSocketMac> CreateSocket();
142 BluetoothSocketMac();
143 virtual ~BluetoothSocketMac();
196 DISALLOW_COPY_AND_ASSIGN(BluetoothSocketMac);

Completed in 82 milliseconds