Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_bluetooth_interface.cc73 static void shut_down_stack_async(ProfileStopCallback /* stopProfiles */) {} in shut_down_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.cc164 static void shut_down_stack_async(ProfileStopCallback stopProfiles) { in shut_down_stack_async() function
474 init_stack, start_up_stack_async, shut_down_stack_async,
Dbluetooth.cc503 stack_manager_get_interface()->shut_down_stack_async(&stop_profiles); in disable()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/include/
Dstack_manager_t.h35 void (*shut_down_stack_async)(ProfileStopCallback); member