Home
last modified time | relevance | path

Searched refs:trace_type (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/tools/profile_chrome/
Dprofiler.py71 trace_type = ' + '.join(map(str, controllers))
76 (interval, trace_type), eol='')
80 trace_type, eol='')
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dandroid_logmsg.cpp35 static void dumpbin (const char* data, int size, UINT32 trace_layer, UINT32 trace_type);
113 void dumpbin(const char* data, int size, UINT32 trace_layer, UINT32 trace_type) in dumpbin() argument
310 UINT32 trace_type = trace_set_mask & 0x07; //lower 3 bits contain trace type in LogMsg() local
316 if (trace_type == TRACE_TYPE_ERROR) in LogMsg()
Duserial_linux.c168 … UINT8 *scru_dump_hex (UINT8 *p, char *p_title, UINT32 len, UINT32 trace_layer, UINT32 trace_type);
/external/libnfc-nci/halimpl/bcm2079x/include/
Dbuildcfg.h32 … UINT8 *scru_dump_hex (UINT8 *p, char *p_title, UINT32 len, UINT32 trace_layer, UINT32 trace_type);
/external/libnfc-nci/src/include/
Dbuildcfg.h80 … UINT8 *scru_dump_hex (UINT8 *p, char *p_title, UINT32 len, UINT32 trace_layer, UINT32 trace_type);
Dbt_types.h707 typedef void (BT_LOG_FUNC) (int trace_type, const char *fmt_str, ...);
/external/bluetooth/bluedroid/stack/include/
Dbt_types.h703 typedef void (BT_LOG_FUNC) (int trace_type, const char *fmt_str, ...);
/external/chromium_org/content/common/gpu/client/
Dgl_helper_unittest.cc121 std::string trace_type; in EndTracing() local
122 CHECK(dict->GetString("ph", &trace_type)); in EndTracing()
124 if (trace_type != "E") in EndTracing()