Searched refs:fmt_str (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/test/rfcomm/ |
D | stack_rfcomm_test_main.cc | 30 void LogMsg(uint32_t trace_set_mask, const char* fmt_str, ...) { in LogMsg() argument 33 va_start(args, fmt_str); in LogMsg() 34 vsnprintf(buffer, 256, fmt_str, args); in LogMsg()
|
/system/bt/main/ |
D | bte_logmsg.cc | 174 void LogMsg(uint32_t trace_set_mask, const char* fmt_str, ...) { in LogMsg() argument 180 va_start(ap, fmt_str); in LogMsg() 181 vsnprintf(&buffer[MSG_BUFFER_OFFSET], BTE_LOG_MAX_SIZE, fmt_str, ap); in LogMsg()
|
/system/bt/stack/test/ |
D | stack_smp_test.cc | 77 void LogMsg(uint32_t trace_set_mask, const char* fmt_str, ...) { in LogMsg() argument 79 va_start(args, fmt_str); in LogMsg() 80 vprintf(fmt_str, args); in LogMsg()
|
/system/bt/bta/test/ |
D | bta_hf_client_test.cc | 37 void LogMsg(uint32_t trace_set_mask, const char* fmt_str, ...) {} in LogMsg() argument
|
/system/core/deprecated-adf/libadf/tests/ |
D | adf_test.cpp | 56 void get8888Format(uint32_t &fmt, char fmt_str[ADF_FORMAT_STR_SIZE]) { in get8888Format() 66 adf_format_str(fmt, fmt_str); in get8888Format()
|
/system/bt/internal_include/ |
D | bt_trace.h | 687 void LogMsg(uint32_t trace_set_mask, const char* fmt_str, ...);
|
/system/bt/stack/include/ |
D | bt_types.h | 941 typedef void(BT_LOG_FUNC)(int trace_type, const char* fmt_str, ...);
|