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

  /external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_socket_api.h 68 class BluetoothSocketCreateFunction : public BluetoothSocketAsyncApiFunction {
72 BluetoothSocketCreateFunction();
75 virtual ~BluetoothSocketCreateFunction();
bluetooth_socket_api.cc 181 BluetoothSocketCreateFunction::BluetoothSocketCreateFunction() {}
183 BluetoothSocketCreateFunction::~BluetoothSocketCreateFunction() {}
185 bool BluetoothSocketCreateFunction::Prepare() {
193 void BluetoothSocketCreateFunction::Work() {

Completed in 70 milliseconds