Home
last modified time | relevance | path

Searched refs:security_enforcement_interface (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/le/
Dl2cap_le_module.cc101 …:InjectSecurityEnforcementInterface(SecurityEnforcementInterface* security_enforcement_interface) { in InjectSecurityEnforcementInterface() argument
102 if (security_enforcement_interface != nullptr) { in InjectSecurityEnforcementInterface()
103 …amic_channel_service_manager_impl_.SetSecurityEnforcementInterface(security_enforcement_interface); in InjectSecurityEnforcementInterface()
Dl2cap_le_module.h75 …d InjectSecurityEnforcementInterface(SecurityEnforcementInterface* security_enforcement_interface);
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dl2cap_classic_module.cc118 SecurityEnforcementInterface* security_enforcement_interface) { in InjectSecurityEnforcementInterface() argument
119 if (security_enforcement_interface != nullptr) { in InjectSecurityEnforcementInterface()
120 …amic_channel_service_manager_impl_.SetSecurityEnforcementInterface(security_enforcement_interface); in InjectSecurityEnforcementInterface()
Dl2cap_classic_module.h60 …d InjectSecurityEnforcementInterface(SecurityEnforcementInterface* security_enforcement_interface);