HomeSort by relevance Sort by last modified time
    Searched refs:OnGetAdapter (Results 1 - 7 of 7) 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/chrome/browser/extensions/api/bluetooth_socket/
bluetooth_socket_api.h 145 virtual void OnGetAdapter(scoped_refptr<device::BluetoothAdapter> adapter);
223 virtual void OnGetAdapter(scoped_refptr<device::BluetoothAdapter> adapter);
bluetooth_socket_api.cc 246 base::Bind(&BluetoothSocketListenFunction::OnGetAdapter, this));
249 void BluetoothSocketListenFunction::OnGetAdapter(
408 base::Bind(&BluetoothSocketConnectFunction::OnGetAdapter, this));
411 void BluetoothSocketConnectFunction::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/chrome/browser/extensions/api/bluetooth_low_energy/
bluetooth_low_energy_event_router.h 269 void OnGetAdapter(const base::Closure& callback,
273 // Called by OnGetAdapter and SetAdapterForTesting.
bluetooth_low_energy_event_router.cc 217 base::Bind(&BluetoothLowEnergyEventRouter::OnGetAdapter,
    [all...]

Completed in 372 milliseconds