Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/security/channel/
H A Dsecurity_manager_channel.h106 void SetSecurityInterface(l2cap::classic::SecurityInterface* security_interface) { in SetSecurityInterface()
132 hci::SecurityInterface* hci_security_interface_{nullptr};
134 l2cap::classic::SecurityInterface* l2cap_security_interface_{nullptr};
H A Dsecurity_manager_channel_unittest.cc255 l2cap::classic::SecurityInterface* security_interface_ = nullptr;
/aosp12/system/bt/gd/l2cap/classic/
H A Dlink_security_interface.h31 class SecurityInterface {
33 virtual ~SecurityInterface() = default;
H A Dl2cap_classic_module.cc60 struct SecurityInterfaceImpl : public SecurityInterface {
127 SecurityInterface* L2capClassicModule::GetSecurityInterface( in GetSecurityInterface()
H A Dl2cap_classic_module.h65 …virtual SecurityInterface* GetSecurityInterface(os::Handler* handler, LinkSecurityInterfaceListene…
H A Dfacade.cc411 SecurityInterface* security_interface_;
/aosp12/system/bt/gd/hci/
H A Dsecurity_interface.h45 typedef CommandInterface<SecurityCommandBuilder> SecurityInterface; typedef
H A Dhci_layer.h70 …virtual SecurityInterface* GetSecurityInterface(common::ContextualCallback<void(EventView)> event_…
H A Dhci_layer.cc493 SecurityInterface* HciLayer::GetSecurityInterface(ContextualCallback<void(EventView)> event_handler… in GetSecurityInterface()
H A Dhci_layer_test.cc305 const SecurityInterface* security_interface_;
/aosp12/system/bt/gd/security/test/
H A Dfake_security_interface.h53 class FakeSecurityInterface : public l2cap::classic::SecurityInterface {
/aosp12/system/bt/gd/hci/fuzz/
H A Dhci_layer_fuzz_client.h83 SecurityInterface* security_interface_;
H A Dfuzz_hci_layer.cc28 hci::SecurityInterface* FuzzHciLayer::GetSecurityInterface(ContextualCallback<void(hci::EventView)>… in GetSecurityInterface()
H A Dfuzz_hci_layer.h101 …hci::SecurityInterface* GetSecurityInterface(common::ContextualCallback<void(hci::EventView)> even…
/aosp12/system/bt/gd/security/pairing/
H A Dclassic_pairing_handler_unittest.cc247 l2cap::classic::SecurityInterface* security_interface_ = nullptr;
/aosp12/system/bt/main/shim/
H A Dl2c_api.cc548 bluetooth::l2cap::classic::SecurityInterface* security_interface_ = nullptr;