Home
last modified time | relevance | path

Searched refs:SetEventFunction (Results 1 – 7 of 7) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dfake_controller_test.cc35 controller.SetEventFunction( in TEST_F()
/external/pigweed/pw_bluetooth/public/pw_bluetooth/
Dcontroller.h74 virtual void SetEventFunction(DataFunction func) = 0;
/external/pigweed/pw_bluetooth_sapphire/host/testing/public/pw_bluetooth_sapphire/internal/host/testing/
Dcontroller_test_double_base.h93 void SetEventFunction(DataFunction func) override { in SetEventFunction() function
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/controllers/public/pw_bluetooth_sapphire/fuchsia/host/controllers/
Dfidl_controller.h70 void SetEventFunction(DataFunction func) override { in SetEventFunction() function
/external/pigweed/pw_bluetooth_sapphire/host/transport/
Dcommand_channel.cc138 hci_->SetEventFunction(fit::bind_member<&CommandChannel::OnEvent>(this)); in CommandChannel()
145 hci_->SetEventFunction(nullptr); in ~CommandChannel()
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/controllers/
Dfidl_controller_test.cc140 controller()->SetEventFunction([&](pw::span<const std::byte> buffer) { in TEST_F()
589 controller()->SetEventFunction([&](pw::span<const std::byte> /* buffer */) { in TEST_F()
/external/pigweed/pw_bluetooth_sapphire/fuchsia/bt_hci_virtual/
Demulator.cc267 fake_device_.SetEventFunction( in OpenHciTransport()