Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dstack_manager.cc128 static void event_start_up_rust_module(std::promise<void> promise);
188 base::BindOnce(event_start_up_rust_module, std::move(promise))); in start_up_rust_module_async()
395 static void event_start_up_rust_module(std::promise<void> promise) { in event_start_up_rust_module() function