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

  /external/chromium_org/ash/system/chromeos/bluetooth/
bluetooth_notification_controller.h 58 void OnGetAdapter(scoped_refptr<device::BluetoothAdapter> adapter);
bluetooth_notification_controller.cc 150 base::Bind(&BluetoothNotificationController::OnGetAdapter,
263 void BluetoothNotificationController::OnGetAdapter(
  /external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_socket_api.h 146 virtual void OnGetAdapter(scoped_refptr<device::BluetoothAdapter> adapter);
232 virtual void OnGetAdapter(scoped_refptr<device::BluetoothAdapter> adapter);
bluetooth_socket_api.cc 277 base::Bind(&BluetoothSocketListenFunction::OnGetAdapter, this));
280 void BluetoothSocketListenFunction::OnGetAdapter(
457 base::Bind(&BluetoothSocketAbstractConnectFunction::OnGetAdapter, this));
460 void BluetoothSocketAbstractConnectFunction::OnGetAdapter(
  /external/chromium_org/components/pairing/
bluetooth_controller_pairing_controller.h 44 void OnGetAdapter(scoped_refptr<device::BluetoothAdapter> adapter);
bluetooth_host_pairing_controller.h 46 void OnGetAdapter(scoped_refptr<device::BluetoothAdapter> adapter);
bluetooth_host_pairing_controller.cc 112 void BluetoothHostPairingController::OnGetAdapter(
354 base::Bind(&BluetoothHostPairingController::OnGetAdapter,
bluetooth_controller_pairing_controller.cc 114 void BluetoothControllerPairingController::OnGetAdapter(
247 base::Bind(&BluetoothControllerPairingController::OnGetAdapter,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
nfc_debug_ui.cc 240 void OnGetAdapter(scoped_refptr<NfcAdapter> adapter);
410 base::Bind(&NfcDebugMessageHandler::OnGetAdapter,
534 void NfcDebugMessageHandler::OnGetAdapter(
  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
bluetooth_low_energy_event_router.h 267 void OnGetAdapter(const base::Closure& callback,
271 // Called by OnGetAdapter and SetAdapterForTesting.
bluetooth_low_energy_event_router.cc 197 base::Bind(&BluetoothLowEnergyEventRouter::OnGetAdapter,
    [all...]

Completed in 129 milliseconds