Home
last modified time | relevance | path

Searched refs:CoreInterface (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dstack_manager.cc124 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 …]
Dbluetooth.cc256 struct CoreInterfaceImpl : bluetooth::core::CoreInterface {
257 using bluetooth::core::CoreInterface::CoreInterface;
344 static bluetooth::core::CoreInterface* CreateInterfaceToProfiles() { in CreateInterfaceToProfiles()
/packages/modules/Bluetooth/system/btif/include/
Dcore_callbacks.h133 struct CoreInterface { struct
151 CoreInterface(EventCallbacks* eventCallbacks, in CoreInterface() function
161 CoreInterface(const CoreInterface&) = delete;
162 CoreInterface& operator=(const CoreInterface&) = delete; argument
163 virtual ~CoreInterface() = default;
Dstack_manager_t.h30 void (*init_stack)(bluetooth::core::CoreInterface*);
31 void (*start_up_stack_async)(bluetooth::core::CoreInterface*,
45 bluetooth::core::CoreInterface* GetInterfaceToProfiles();
Dmock_core_callbacks.h118 struct MockCoreInterface : public CoreInterface {
120 : CoreInterface(&mock_event_callbacks, &mock_config_interface, in MockCoreInterface()
/packages/modules/Bluetooth/system/test/mock/
Dmock_bluetooth_interface.cc73 static void init_stack(bluetooth::core::CoreInterface* /* interface */) {} in init_stack() argument
76 bluetooth::core::CoreInterface* /* interface */, in start_up_stack_async() argument
Dmock_btif_stack_manager.cc35 bluetooth::core::CoreInterface* GetInterfaceToProfiles() { in GetInterfaceToProfiles()
/packages/modules/Bluetooth/system/test/common/
Dcore_interface.h24 struct MockCoreInterface : bluetooth::core::CoreInterface {
Dcore_interface.cc115 : bluetooth::core::CoreInterface{ in MockCoreInterface()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_dm_test.cc49 bluetooth::core::CoreInterface* interfaceToProfiles);
/packages/modules/Bluetooth/system/stack/test/btm/
Dsco_hci_test.cc37 extern bluetooth::core::CoreInterface* GetInterfaceToProfiles();