Home
last modified time | relevance | path

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

/system/bt/hci/include/
Dhci_layer.h81 void (*do_postload)(void); member
/system/bt/main/
Dbte_main.c193 hci->do_postload(); in bte_main_postload_cfg()
/system/bt/hci/src/
Dhci_layer.c345 static void do_postload() { in do_postload() function
782 interface.do_postload = do_postload; in init_layer_interface()
803 interface.do_postload = NULL; in hci_layer_cleanup_interface()
/system/bt/hci/test/
Dhci_layer_test.cpp608 hci->do_postload();