HomeSort by relevance Sort by last modified time
    Searched full:bluetooth_socket (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_socket_mac.mm 78 BluetoothSocketMac* bluetooth_socket = NULL;
89 bluetooth_socket = new BluetoothSocketMac(rfcomm_channel);
97 return scoped_refptr<BluetoothSocketMac>(bluetooth_socket);
103 BluetoothSocketMac* bluetooth_socket = NULL;
113 bluetooth_socket = new BluetoothSocketMac(rfcomm_channel);
123 return scoped_refptr<BluetoothSocketMac>(bluetooth_socket);
bluetooth_socket_win.cc 45 BluetoothSocketWin* bluetooth_socket = NULL; local
62 bluetooth_socket =
73 return scoped_refptr<BluetoothSocketWin>(bluetooth_socket);
bluetooth_socket_win.h 13 #include "device/bluetooth/bluetooth_socket.h"
bluetooth_socket_chromeos.h 13 #include "device/bluetooth/bluetooth_socket.h"
bluetooth_socket_mac.h 11 #include "device/bluetooth/bluetooth_socket.h"
bluetooth_socket_chromeos.cc 22 #include "device/bluetooth/bluetooth_socket.h"
162 BluetoothSocketChromeOS* bluetooth_socket = local
164 return scoped_refptr<BluetoothSocketChromeOS>(bluetooth_socket);
bluetooth.gyp 57 'bluetooth_socket.h',
bluetooth_profile_chromeos.cc 31 #include "device/bluetooth/bluetooth_socket.h"
bluetooth_profile_chromeos_unittest.cc 17 #include "device/bluetooth/bluetooth_socket.h"
bluetooth_device_chromeos.cc 20 #include "device/bluetooth/bluetooth_socket.h"
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_socket.h 10 #include "device/bluetooth/bluetooth_socket.h"
  /external/sepolicy/
file.te 89 type bluetooth_socket, file_type;
file_contexts 84 /dev/socket/bluetooth u:object_r:bluetooth_socket:s0
85 /dev/socket/dbus_bluetooth u:object_r:bluetooth_socket:s0
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router.h 16 #include "device/bluetooth/bluetooth_socket.h"
bluetooth_event_router.cc 25 #include "device/bluetooth/bluetooth_socket.h"
bluetooth_api.cc 26 #include "device/bluetooth/bluetooth_socket.h"

Completed in 511 milliseconds