Home
last modified time | relevance | path

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

/aosp12/system/bt/main/shim/
H A Dcontroller.h21 static const char GD_CONTROLLER_MODULE[] = "gd_controller_module"; variable
H A Dcontroller.cc53 .name = GD_CONTROLLER_MODULE,
/aosp12/system/bt/btif/src/
H A Dstack_manager.cc305 CHECK(module_start_up(get_local_module(GD_CONTROLLER_MODULE))); in event_start_up_stack()