Home
last modified time | relevance | path

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

/system/bt/gd/security/
Dsecurity_module.cc60 l2cap_classic_module->InjectSecurityEnforcementInterface(&l2cap_security_interface_); in impl()
61 l2cap_le_module->InjectSecurityEnforcementInterface(&l2cap_security_interface_); in impl()
88 l2cap_classic_module_->InjectSecurityEnforcementInterface(nullptr); in ~impl()
89 l2cap_le_module_->InjectSecurityEnforcementInterface(nullptr); in ~impl()
/system/bt/gd/l2cap/le/
Dl2cap_le_module.h77 …virtual void InjectSecurityEnforcementInterface(SecurityEnforcementInterface* security_enforcement…
Dl2cap_le_module.cc98 void L2capLeModule::InjectSecurityEnforcementInterface(SecurityEnforcementInterface* security_enfor… in InjectSecurityEnforcementInterface() function in bluetooth::l2cap::le::L2capLeModule
/system/bt/gd/l2cap/classic/
Dl2cap_classic_module.h57 …virtual void InjectSecurityEnforcementInterface(SecurityEnforcementInterface* security_enforcement…
Dl2cap_classic_module.cc118 void L2capClassicModule::InjectSecurityEnforcementInterface( in InjectSecurityEnforcementInterface() function in bluetooth::l2cap::classic::L2capClassicModule
/system/bt/main/shim/
Dl2c_api.cc692 GetL2capClassicModule()->InjectSecurityEnforcementInterface( in L2CA_UseLegacySecurityModule()
699 GetL2capLeModule()->InjectSecurityEnforcementInterface( in L2CA_UseLegacySecurityModule()