Home
last modified time | relevance | path

Searched refs:AdapterCallback (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/device/nfc/
Dnfc_adapter_factory.h19 typedef base::Callback<void(scoped_refptr<NfcAdapter>)> AdapterCallback; typedef
28 static void GetAdapter(const AdapterCallback& callback);
Dnfc_adapter_factory.cc38 void NfcAdapterFactory::GetAdapter(const AdapterCallback& callback) { in GetAdapter()
/external/chromium_org/device/bluetooth/
Dbluetooth_adapter_factory.h22 AdapterCallback; typedef
32 static void GetAdapter(const AdapterCallback& callback);
Dbluetooth_adapter_factory.cc36 typedef std::vector<BluetoothAdapterFactory::AdapterCallback>
49 for (std::vector<BluetoothAdapterFactory::AdapterCallback>::const_iterator in RunAdapterCallbacks()
76 void BluetoothAdapterFactory::GetAdapter(const AdapterCallback& callback) { in GetAdapter()
Dbluetooth_profile_chromeos_unittest.cc58 base::Bind(&BluetoothProfileChromeOSTest::AdapterCallback, in SetUp()
76 void AdapterCallback(scoped_refptr<BluetoothAdapter> adapter) { in AdapterCallback() function in chromeos::BluetoothProfileChromeOSTest
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
Dbluetooth_extension_function.cc28 const device::BluetoothAdapterFactory::AdapterCallback callback, in GetAdapter()
Dbluetooth_event_router.h40 const device::BluetoothAdapterFactory::AdapterCallback& callback);
Dbluetooth_event_router.cc64 const device::BluetoothAdapterFactory::AdapterCallback& callback) { in GetAdapter()