/external/libnfc-nci/src/adaptation/ |
android_logmsg.cpp | 68 UINT32 trace_type = trace_set_mask & 0x07; //lower 3 bits contain trace type local 74 if (trace_type == TRACE_TYPE_ERROR)
|
libmain.c | 344 void dumpbin(const char* data, int size, UINT32 trace_layer, UINT32 trace_type)
|
/external/libnfc-nci/halimpl/bcm2079x/include/ |
buildcfg.h | 32 extern UINT8 *scru_dump_hex (UINT8 *p, char *p_title, UINT32 len, UINT32 trace_layer, UINT32 trace_type);
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
android_logmsg.cpp | 48 UINT32 trace_type = trace_set_mask & 0x07; //lower 3 bits contain trace type local 54 if (trace_type == TRACE_TYPE_ERROR)
|
userial_linux.c | 139 extern UINT8 *scru_dump_hex (UINT8 *p, char *p_title, UINT32 len, UINT32 trace_layer, UINT32 trace_type); [all...] |
/bionic/linker/ |
linker_debug.h | 87 #define TRACE_TYPE(t,x...) do { if (DO_TRACE_##t) { TRACE(x); } } while (0)
|
linker.cpp | 446 TRACE_TYPE(LOOKUP, "SEARCH %s in %s@0x%08x %08x %d", 461 TRACE_TYPE(LOOKUP, "FOUND %s in %s (%08x) %d", 573 TRACE_TYPE(LOOKUP, "si %s sym %s s->st_value = 0x%08x, " 619 TRACE_TYPE(LOOKUP, "%s s->st_value = 0x%08x, found->base = 0x%08x", 951 TRACE_TYPE(RELO, "RELO JMP_SLOT %08x <- %08x %s", reloc, sym_addr, sym_name); 957 TRACE_TYPE(RELO, "RELO GLOB_DAT %08x <- %08x %s", reloc, sym_addr, sym_name); 963 TRACE_TYPE(RELO, "RELO ABS %08x <- %08x %s", reloc, sym_addr, sym_name); 969 TRACE_TYPE(RELO, "RELO REL32 %08x <- %08x - %08x %s", 977 TRACE_TYPE(RELO, "RELO JMP_SLOT %08x <- %08x %s", reloc, sym_addr, sym_name); 983 TRACE_TYPE(RELO, "RELO GLOB_DAT %08x <- %08x %s", reloc, sym_addr, sym_name) [all...] |
/external/libnfc-nci/src/include/ |
buildcfg.h | 80 extern UINT8 *scru_dump_hex (UINT8 *p, char *p_title, UINT32 len, UINT32 trace_layer, UINT32 trace_type);
|
bt_types.h | 623 /* TRACE_TYPE 0x000000^^*/ 707 typedef void (BT_LOG_FUNC) (int trace_type, const char *fmt_str, ...);
|
/external/chromium_org/build/android/ |
adb_profile_chrome.py | 306 trace_type = ' + '.join(map(str, controllers)) 311 (interval, trace_type), eol='') 314 _PrintMessage('Capturing %s. Press Enter to stop...' % trace_type, eol='')
|
/external/bluetooth/bluedroid/stack/include/ |
bt_types.h | 620 /* TRACE_TYPE 0x000000^^*/ 692 typedef void (BT_LOG_FUNC) (int trace_type, const char *fmt_str, ...);
|