Home
last modified time | relevance | path

Searched refs:interfaceToProfiles (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dstack_manager.cc135 static bluetooth::core::CoreInterface* interfaceToProfiles; variable
138 return interfaceToProfiles; in GetInterfaceToProfiles()
235 interfaceToProfiles = interface; in init_stack_internal()
467 bluetooth::core::CoreInterface* interfaceToProfiles) { in set_interface_to_profiles() argument
468 ::interfaceToProfiles = interfaceToProfiles; in set_interface_to_profiles()
/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_stack_manager.cc31 auto interfaceToProfiles = MockCoreInterface{};
36 return &interfaceToProfiles; in GetInterfaceToProfiles()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_dm_test.cc49 bluetooth::core::CoreInterface* interfaceToProfiles);