Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/common/
Dmain_handler.cc33 using BtMainClosure = std::function<void()>; typedef
38 void do_post_on_bt_main(BtMainClosure closure) { closure(); } in do_post_on_bt_main()
59 void post_on_bt_main(BtMainClosure closure) { in post_on_bt_main()
Dmain_handler.h29 using BtMainClosure = std::function<void()>; variable
36 void post_on_bt_main(BtMainClosure closure);
/packages/modules/Bluetooth/system/stack/include/
Dmain_thread.h27 using BtMainClosure = std::function<void()>; variable
37 void post_on_bt_main(BtMainClosure closure);
/packages/modules/Bluetooth/system/stack/btu/
Dmain_thread.cc61 static void do_post_on_bt_main(BtMainClosure closure) { closure(); } in do_post_on_bt_main()
63 void post_on_bt_main(BtMainClosure closure) { in post_on_bt_main()