Home
last modified time | relevance | path

Searched defs:EventView (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_unittest.cc229 EventCode::COMMAND_COMPLETE, hci_handler_->Bind([](EventView /* view */) { 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()
289 [](EventView /* view */) { log::debug("{}", kOurAclEventHandlerWasInvoked); }), in TEST_F()
303 hci_handler_->Bind([](EventView /* view */) {}), in TEST_F()
320 hci_handler_->Bind([](EventView /* view */) {}), in TEST_F()
383 [](EventView /* view */) { log::debug("{}", kOurSecurityEventHandlerWasInvoked); })); in TEST_F()
/packages/modules/Bluetooth/system/gd/hci/fuzz/
Dfuzz_hci_layer.cc31 ContextualCallback<void(hci::EventView)> /* event_handler */) { in GetSecurityInterface()
41 ContextualCallback<void(hci::EventView)> /* event_handler */, in GetAclConnectionInterface()
Dhci_layer_fuzz_client.cc40 GetHandler()->Bind([](EventView) {}), in Start() argument