Searched refs:BtMainClosure (Results 1 – 4 of 4) sorted by relevance
33 using BtMainClosure = std::function<void()>; typedef38 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()
29 using BtMainClosure = std::function<void()>; variable36 void post_on_bt_main(BtMainClosure closure);
27 using BtMainClosure = std::function<void()>; variable37 void post_on_bt_main(BtMainClosure closure);
61 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()