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

  /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/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/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...]
  /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, ...);

Completed in 104 milliseconds