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

  /external/bluetooth/bluedroid/main/
bte_logmsg.c 338 while (p_f_map->trc_name != NULL)
340 if (strcmp(p_f_map->trc_name, (const char *)p_conf_name) == 0)
352 for (tBTTRC_FUNC_MAP *functions = &bttrc_set_level_map[0]; functions->trc_name; ++functions) {
353 int value = config_get_int(config, CONFIG_DEFAULT_SECTION, functions->trc_name, -1);
525 while (p_f_map->trc_name != NULL)
527 ALOGI("BTE_InitTraceLevels -- %s", p_f_map->trc_name);
  /external/bluetooth/bluedroid/include/
bt_trace.h 177 const char *trc_name; member in struct:__anon5802
    [all...]

Completed in 80 milliseconds