HomeSort by relevance Sort by last modified time
    Searched full:trace_set_mask (Results 1 - 10 of 10) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/include/
android_logmsg.h 35 void ScrLog (UINT32 trace_set_mask, const char* fmt_str, ...);
36 void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
37 void LogMsg_0 (UINT32 trace_set_mask, const char *p_str);
38 void LogMsg_1 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1);
39 void LogMsg_2 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2);
40 void LogMsg_3 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3);
41 void LogMsg_4 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3, UINT32 p4);
42 void LogMsg_5 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3, UINT32 p4, UINT32 p5);
43 void LogMsg_6 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3, UINT32 p4, UINT32 p5, UINT32 p6);
  /system/bt/main/
bte_logmsg.c 166 void LogMsg(uint32_t trace_set_mask, const char *fmt_str, ...) {
168 int trace_layer = TRACE_GET_LAYER(trace_set_mask);
177 switch ( TRACE_GET_TYPE(trace_set_mask) ) {
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
android_logmsg.cpp 92 void ScrLog (UINT32 trace_set_mask, const char *fmt_str, ...)
306 void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...)
310 UINT32 trace_type = trace_set_mask & 0x07; //lower 3 bits contain trace type
  /external/libnfc-nci/src/include/
buildcfg.h 81 extern void ScrLog(UINT32 trace_set_mask, const char *fmt_str, ...);
trace_api.h 101 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
gki_target.h 421 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
bt_trace.h 165 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
166 extern void LogMsg_0 (UINT32 trace_set_mask, const char *p_str);
167 extern void LogMsg_1 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1);
168 extern void LogMsg_2 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2);
169 extern void LogMsg_3 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
171 extern void LogMsg_4 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
173 extern void LogMsg_5 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
175 extern void LogMsg_6 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
    [all...]
  /external/libnfc-nci/src/hal/include/
gki_hal_target.h 283 extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
  /hardware/broadcom/libbt/include/
uipc_msg.h 106 UINT32 trace_set_mask; member in struct:t_uipc_log_msg
  /system/bt/include/
bt_trace.h 416 void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);

Completed in 492 milliseconds