Home
last modified time | relevance | path

Searched defs:event_handler (Results 1 – 8 of 8) sorted by relevance

/system/bt/gd/hci/fuzz/
Dfuzz_hci_layer.cc28 …ityInterface* FuzzHciLayer::GetSecurityInterface(ContextualCallback<void(hci::EventView)> event_ha… in GetSecurityInterface()
33 ContextualCallback<void(hci::LeMetaEventView)> event_handler) { in GetLeSecurityInterface()
38 ContextualCallback<void(hci::EventView)> event_handler, in GetAclConnectionInterface()
47 ContextualCallback<void(hci::LeMetaEventView)> event_handler, in GetLeAclConnectionInterface()
56 ContextualCallback<void(hci::LeMetaEventView)> event_handler) { in GetLeAdvertisingInterface()
61 ContextualCallback<void(hci::LeMetaEventView)> event_handler) { in GetLeScanningInterface()
65 …IsoInterface* FuzzHciLayer::GetLeIsoInterface(ContextualCallback<void(hci::LeMetaEventView)> event… in GetLeIsoInterface()
/system/bt/gd/hci/
Dhci_layer.cc466 ContextualCallback<void(EventView)> event_handler, in GetAclConnectionInterface()
480 ContextualCallback<void(LeMetaEventView)> event_handler, in GetLeAclConnectionInterface()
493 SecurityInterface* HciLayer::GetSecurityInterface(ContextualCallback<void(EventView)> event_handler in GetSecurityInterface()
500 …urityInterface* HciLayer::GetLeSecurityInterface(ContextualCallback<void(LeMetaEventView)> event_h… in GetLeSecurityInterface()
507 …ngInterface* HciLayer::GetLeAdvertisingInterface(ContextualCallback<void(LeMetaEventView)> event_h… in GetLeAdvertisingInterface()
514 …nningInterface* HciLayer::GetLeScanningInterface(ContextualCallback<void(LeMetaEventView)> event_h… in GetLeScanningInterface()
521 LeIsoInterface* HciLayer::GetLeIsoInterface(ContextualCallback<void(LeMetaEventView)> event_handler in GetLeIsoInterface()
Dle_scanning_manager_test.cc117 …void RegisterEventHandler(EventCode event_code, common::ContextualCallback<void(EventView)> event_… in RegisterEventHandler()
126common::ContextualCallback<void(LeMetaEventView)> event_handler) override { in RegisterLeEventHandler()
Dcontroller_test.cc206 …void RegisterEventHandler(EventCode event_code, common::ContextualCallback<void(EventView)> event_… in RegisterEventHandler()
Dle_advertising_manager_test.cc167 …void RegisterEventHandler(EventCode event_code, common::ContextualCallback<void(EventView)> event_… in RegisterEventHandler()
172common::ContextualCallback<void(LeMetaEventView)> event_handler) override { in RegisterLeEventHandler()
Dacl_manager_test.cc199 …void RegisterEventHandler(EventCode event_code, common::ContextualCallback<void(EventView)> event_… in RegisterEventHandler()
208common::ContextualCallback<void(LeMetaEventView)> event_handler) override { in RegisterLeEventHandler()
/system/bt/gd/security/test/
Dfake_hci_layer.h86 …void RegisterEventHandler(EventCode event_code, common::ContextualCallback<void(EventView)> event_… in RegisterEventHandler()
/system/bt/gd/neighbor/
Dinquiry_test.cc234 …hci::EventCode event_code, common::ContextualCallback<void(hci::EventView)> event_handler) overrid… in RegisterEventHandler()