Searched refs:CoreInterface (Results 1 – 11 of 11) sorted by relevance
124 bluetooth::core::CoreInterface* interface);125 static void event_start_up_stack(bluetooth::core::CoreInterface* interface,135 static bluetooth::core::CoreInterface* interfaceToProfiles;137 bluetooth::core::CoreInterface* GetInterfaceToProfiles() { in GetInterfaceToProfiles()148 static void init_stack(bluetooth::core::CoreInterface* interface) { in init_stack()161 static void start_up_stack_async(bluetooth::core::CoreInterface* interface, in start_up_stack_async()233 static void init_stack_internal(bluetooth::core::CoreInterface* interface) { in init_stack_internal()256 bluetooth::core::CoreInterface* interface) { in event_init_stack()271 bluetooth::core::CoreInterface* interface) { in ensure_stack_is_initialized()280 static void event_start_up_stack(bluetooth::core::CoreInterface* interface, in event_start_up_stack()[all …]
256 struct CoreInterfaceImpl : bluetooth::core::CoreInterface {257 using bluetooth::core::CoreInterface::CoreInterface;344 static bluetooth::core::CoreInterface* CreateInterfaceToProfiles() { in CreateInterfaceToProfiles()
133 struct CoreInterface { struct151 CoreInterface(EventCallbacks* eventCallbacks, in CoreInterface() function161 CoreInterface(const CoreInterface&) = delete;162 CoreInterface& operator=(const CoreInterface&) = delete; argument163 virtual ~CoreInterface() = default;
30 void (*init_stack)(bluetooth::core::CoreInterface*);31 void (*start_up_stack_async)(bluetooth::core::CoreInterface*,45 bluetooth::core::CoreInterface* GetInterfaceToProfiles();
118 struct MockCoreInterface : public CoreInterface {120 : CoreInterface(&mock_event_callbacks, &mock_config_interface, in MockCoreInterface()
73 static void init_stack(bluetooth::core::CoreInterface* /* interface */) {} in init_stack() argument76 bluetooth::core::CoreInterface* /* interface */, in start_up_stack_async() argument
35 bluetooth::core::CoreInterface* GetInterfaceToProfiles() { in GetInterfaceToProfiles()
24 struct MockCoreInterface : bluetooth::core::CoreInterface {
115 : bluetooth::core::CoreInterface{ in MockCoreInterface()
49 bluetooth::core::CoreInterface* interfaceToProfiles);
37 extern bluetooth::core::CoreInterface* GetInterfaceToProfiles();