Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/
Dl2cap_le_module.cc98 …:InjectSecurityEnforcementInterface(SecurityEnforcementInterface* security_enforcement_interface) { in InjectSecurityEnforcementInterface() argument
99 if (security_enforcement_interface != nullptr) { in InjectSecurityEnforcementInterface()
100 …amic_channel_service_manager_impl_.SetSecurityEnforcementInterface(security_enforcement_interface); in InjectSecurityEnforcementInterface()
Dl2cap_le_module.h77 …d InjectSecurityEnforcementInterface(SecurityEnforcementInterface* security_enforcement_interface);
/system/bt/gd/l2cap/classic/
Dl2cap_classic_module.cc119 SecurityEnforcementInterface* security_enforcement_interface) { in InjectSecurityEnforcementInterface() argument
120 if (security_enforcement_interface != nullptr) { in InjectSecurityEnforcementInterface()
121 …amic_channel_service_manager_impl_.SetSecurityEnforcementInterface(security_enforcement_interface); in InjectSecurityEnforcementInterface()
Dl2cap_classic_module.h57 …d InjectSecurityEnforcementInterface(SecurityEnforcementInterface* security_enforcement_interface);