Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/main/
Dstack_config.cc84 static future_t* clean_up() { in clean_up() function
94 .clean_up = clean_up,
/packages/modules/Bluetooth/system/rust/src/core/ffi/
Dmodule.cc37 .clean_up = nullptr,
84 .clean_up = nullptr,
/packages/modules/Bluetooth/system/btif/src/
Dbtif_config.cc170 static future_t* clean_up(void) { in clean_up() function
183 .clean_up = clean_up};
/packages/modules/Bluetooth/system/btcore/src/
Dosi_module.cc44 .clean_up = osi_clean_up,
Dmodule.cc128 if (!call_lifecycle_function(module->clean_up)) { in module_clean_up()
/packages/modules/Bluetooth/system/btcore/include/
Dmodule.h34 module_lifecycle_fn clean_up{nullptr};
/packages/modules/Bluetooth/system/main/shim/
Dshim.cc63 .clean_up = kUnusedModuleApi,
/packages/modules/Bluetooth/system/blueberry/controllers/
Dderived_bt_device.py79 device.clean_up()
Dandroid_bt_target_device.py105 def clean_up(self) -> None: member in AndroidBtTargetDevice
/packages/modules/Bluetooth/system/device/src/
Ddevice_iot_config_int.cc188 .clean_up = device_iot_config_module_clean_up};
Dinterop.cc327 .clean_up = interop_clean_up,