OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONTROLLER_MODULE
(Results
1 - 4
of
4
) sorted by null
/system/bt/device/include/
controller.h
30
static const char
CONTROLLER_MODULE
[] = "
controller_module
";
/system/bt/btif/src/
stack_manager.c
178
module_shut_down(get_module(
CONTROLLER_MODULE
)); // Doesn't do any work, just puts it in a restartable state
/system/bt/device/src/
controller.c
264
EXPORT_SYMBOL const module_t
controller_module
= {
variable
265
.name =
CONTROLLER_MODULE
,
/system/bt/stack/btm/
btm_devctl.c
223
get_module(
CONTROLLER_MODULE
),
[
all
...]
Completed in 132 milliseconds