Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_bluetooth_interface.cc69 static void start_up_stack_async(bluetooth::core::CoreInterface* /* interface */, in start_up_stack_async() function
84 init_stack, start_up_stack_async, shut_down_stack_async,
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dstack_manager.cc157 static void start_up_stack_async(bluetooth::core::CoreInterface* interface, in start_up_stack_async() function
474 init_stack, start_up_stack_async, shut_down_stack_async,
Dbluetooth.cc493 stack_manager_get_interface()->start_up_stack_async(CreateInterfaceToProfiles(), &start_profiles, in enable()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/include/
Dstack_manager_t.h33 void (*start_up_stack_async)(bluetooth::core::CoreInterface*, ProfileStartCallback, member