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

  /external/chromium_org/device/nfc/
nfc_adapter_factory.h 19 typedef base::Callback<void(scoped_refptr<NfcAdapter>)> AdapterCallback;
28 static void GetAdapter(const AdapterCallback& callback);
nfc_adapter_factory.cc 38 void NfcAdapterFactory::GetAdapter(const AdapterCallback& callback) {
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_factory.h 19 AdapterCallback;
29 static void GetAdapter(const AdapterCallback& callback);
bluetooth_adapter_factory.cc 31 typedef std::vector<BluetoothAdapterFactory::AdapterCallback>
43 for (std::vector<BluetoothAdapterFactory::AdapterCallback>::const_iterator
71 void BluetoothAdapterFactory::GetAdapter(const AdapterCallback& callback) {
bluetooth_socket_chromeos_unittest.cc 76 base::Bind(&BluetoothSocketChromeOSTest::AdapterCallback,
96 void AdapterCallback(scoped_refptr<BluetoothAdapter> adapter) {
bluetooth_gatt_chromeos_unittest.cc 331 base::Bind(&BluetoothGattChromeOSTest::AdapterCallback,
338 void AdapterCallback(scoped_refptr<BluetoothAdapter> adapter) {
    [all...]
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_extension_function.cc 32 void GetAdapter(const device::BluetoothAdapterFactory::AdapterCallback callback,
bluetooth_event_router.h 50 const device::BluetoothAdapterFactory::AdapterCallback& callback);
bluetooth_event_router.cc 68 const device::BluetoothAdapterFactory::AdapterCallback& callback) {

Completed in 731 milliseconds