Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_bluetooth_interface.cc80 static void shut_down_stack_async(ProfileStopCallback /* stopProfiles */) {} in shut_down_stack_async() function
87 shut_down_stack_async, clean_up_stack,
/packages/modules/Bluetooth/system/btif/include/
Dstack_manager_t.h33 void (*shut_down_stack_async)(ProfileStopCallback); member
/packages/modules/Bluetooth/system/btif/src/
Dstack_manager.cc169 static void shut_down_stack_async(ProfileStopCallback stopProfiles) { in shut_down_stack_async() function
452 shut_down_stack_async, clean_up_stack,
Dbluetooth.cc482 stack_manager_get_interface()->shut_down_stack_async(&stop_profiles); in disable()