OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stack_config
(Results
1 - 3
of
3
) sorted by null
/system/bt/hci/src/
btsnoop.c
41
#include "
stack_config
.h"
53
static const stack_config_t *
stack_config
;
variable
135
stack_config
= stack_config_get_interface();
154
(logging_enabled_via_api ||
stack_config
->get_btsnoop_turned_on());
163
const char *log_path =
stack_config
->get_btsnoop_log_path();
166
if (
stack_config
->get_btsnoop_should_save_last()) {
/system/bt/main/
bte_logmsg.c
42
#include "
stack_config
.h"
234
const stack_config_t *
stack_config
= stack_config_get_interface();
local
235
if (!
stack_config
->get_trace_config_enabled()) {
240
load_levels_from_config(
stack_config
->get_all());
Android.mk
13
stack_config
.c
Completed in 784 milliseconds