HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothSocketChromeOS (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_socket_chromeos.cc 27 BluetoothSocketChromeOS::BluetoothSocketChromeOS(int fd)
46 BluetoothSocketChromeOS::~BluetoothSocketChromeOS() {
50 bool BluetoothSocketChromeOS::Receive(net::GrowableIOBuffer *buffer) {
128 bool BluetoothSocketChromeOS::Send(net::DrainableIOBuffer *buffer) {
153 std::string BluetoothSocketChromeOS::GetLastErrorMessage() const {
158 scoped_refptr<device::BluetoothSocket> BluetoothSocketChromeOS::Create(
162 BluetoothSocketChromeOS* bluetooth_socket =
163 new BluetoothSocketChromeOS(fd->TakeValue());
    [all...]
bluetooth_socket_chromeos.h 30 // The BluetoothSocketChromeOS class implements BluetoothSocket for the
32 class CHROMEOS_EXPORT BluetoothSocketChromeOS
47 virtual ~BluetoothSocketChromeOS();
50 BluetoothSocketChromeOS(int fd);
68 DISALLOW_COPY_AND_ASSIGN(BluetoothSocketChromeOS);

Completed in 147 milliseconds