Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_unittest.cc85 hci_handler_ = fake_registry_.GetTestModuleHandler(&HciLayer::Factory); in SetUp()
98 hci_handler_->Post(common::BindOnce(fake_timerfd_advance, ms)); in FakeTimerAdvance()
102 (hci_handler_->BindOnceOn(this, &HciLayerTest::fail_if_reset_not_sent))(); in FailIfResetNotSent()
121 os::Handler* hci_handler_ = nullptr; member in bluetooth::hci::HciLayerTest
229 EventCode::COMMAND_COMPLETE, hci_handler_->Bind([](EventView /* view */) { in TEST_F()
239 hci_handler_->Bind( in TEST_F()
262 EventCode::SIMPLE_PAIRING_COMPLETE, hci_handler_->Bind([](EventView /* view */) {})); in TEST_F()
264 EventCode::SIMPLE_PAIRING_COMPLETE, hci_handler_->Bind([](EventView /* view */) {})); in TEST_F()
276 hci_handler_->Bind([](LeMetaEventView /* view */) {})); in TEST_F()
279 hci_handler_->Bind([](LeMetaEventView /* view */) {})); in TEST_F()
[all …]