Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/fuzz/
Dfuzz_hci_layer.cc36 ContextualCallback<void(hci::LeMetaEventView)> /* event_handler */) { in GetLeSecurityInterface()
55 ContextualCallback<void(hci::LeMetaEventView)> /* event_handler */, in GetLeAclConnectionInterface()
68 ContextualCallback<void(hci::LeMetaEventView)> /* event_handler */) { in GetLeAdvertisingInterface()
73 ContextualCallback<void(hci::LeMetaEventView)> /* event_handler */) { in GetLeScanningInterface()
78 ContextualCallback<void(hci::LeMetaEventView)> /* event_handler */) { in GetLeIsoInterface()
83 ContextualCallback<void(hci::LeMetaEventView)> /* event_handler */) { in GetDistanceMeasurementInterface()
Dhci_layer_fuzz_client.cc38 le_security_interface_ = hci_->GetLeSecurityInterface(GetHandler()->Bind([](LeMetaEventView) {})); in Start() argument
45 GetHandler()->Bind([](LeMetaEventView) {}), in Start() argument
48 …vertising_interface_ = hci_->GetLeAdvertisingInterface(GetHandler()->Bind([](LeMetaEventView) {})); in Start() argument
49 le_scanning_interface_ = hci_->GetLeScanningInterface(GetHandler()->Bind([](LeMetaEventView) {})); in Start() argument
51 hci_->GetDistanceMeasurementInterface(GetHandler()->Bind([](LeMetaEventView) {})); in Start() argument
/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_unittest.cc240 [](LeMetaEventView /* view */) { log::debug("{}", kOurLeEventHandlerWasInvoked); })); in TEST_F()
276 hci_handler_->Bind([](LeMetaEventView /* view */) {})); in TEST_F()
279 hci_handler_->Bind([](LeMetaEventView /* view */) {})); in TEST_F()
338 [](LeMetaEventView /* view */) { log::debug("{}", kOurLeAclEventHandlerWasInvoked); }), in TEST_F()
351 hci_handler_->Bind([](LeMetaEventView /* view */) {}), in TEST_F()
367 hci_handler_->Bind([](LeMetaEventView /* view */) {}), in TEST_F()
391 [](LeMetaEventView /* view */) { log::debug("{}", kOurLeSecurityEventHandlerWasInvoked); })); in TEST_F()
397 hci_->GetLeAdvertisingInterface(hci_handler_->Bind([](LeMetaEventView /* view */) { in TEST_F()
407 [](LeMetaEventView /* view */) { log::debug("{}", kOurLeScanningEventHandlerWasInvoked); })); in TEST_F()
414 [](LeMetaEventView /* view */) { log::debug("{}", kOurLeIsoEventHandlerWasInvoked); })); in TEST_F()