HomeSort by relevance Sort by last modified time
    Searched refs:BTIF_CONFIG_MODULE (Results 1 - 3 of 3) sorted by null

  /system/bt/btif/include/
btif_config.h 26 static const char BTIF_CONFIG_MODULE[] = "btif_config_module";
  /system/bt/btif/src/
stack_manager.cc 110 module_init(get_module(BTIF_CONFIG_MODULE));
145 module_start_up(get_module(BTIF_CONFIG_MODULE));
173 module_shut_down(get_module(BTIF_CONFIG_MODULE));
212 module_clean_up(get_module(BTIF_CONFIG_MODULE));
btif_config.cc 240 EXPORT_SYMBOL module_t btif_config_module = {.name = BTIF_CONFIG_MODULE, variable

Completed in 2238 milliseconds