Searched defs:AdapterCallback (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter_factory.h19 AdapterCallback; typedef in class:device::BluetoothAdapterFactory
29 static void GetAdapter(const AdapterCallback& callback);
H A Dbluetooth_socket_chromeos_unittest.cc76 base::Bind(&BluetoothSocketChromeOSTest::AdapterCallback,
96 void AdapterCallback(scoped_refptr<BluetoothAdapter> adapter) { function in class:chromeos::BluetoothSocketChromeOSTest
H A Dbluetooth_gatt_chromeos_unittest.cc331 base::Bind(&BluetoothGattChromeOSTest::AdapterCallback,
338 void AdapterCallback(scoped_refptr<BluetoothAdapter> adapter) { function in class:chromeos::BluetoothGattChromeOSTest
/external/chromium_org/device/nfc/
H A Dnfc_adapter_factory.h19 typedef base::Callback<void(scoped_refptr<NfcAdapter>)> AdapterCallback; typedef in class:device::NfcAdapterFactory
28 static void GetAdapter(const AdapterCallback& callback);

Completed in 97 milliseconds