/external/libnfc-nci/src/adaptation/ |
D | android_logmsg.cpp | 31 void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...); 43 void ScrLog (UINT32 trace_set_mask, const char *fmt_str, ...) in ScrLog() argument 48 va_start(ap, fmt_str); in ScrLog() 49 vsnprintf(buffer, BTE_LOG_MAX_SIZE, fmt_str, ap); in ScrLog() 64 void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...) in LogMsg() argument 71 va_start(ap, fmt_str); in LogMsg() 72 vsnprintf(buffer, BTE_LOG_MAX_SIZE, fmt_str, ap); in LogMsg()
|
/external/bluetooth/bluedroid/main/ |
D | bte_logmsg.c | 218 LogMsg(UINT32 trace_set_mask, const char *fmt_str, ...) in LogMsg() argument 239 va_start(ap, fmt_str); in LogMsg() 240 vsnprintf(&buffer[MSG_BUFFER_OFFSET], BTE_LOG_MAX_SIZE, fmt_str, ap); in LogMsg() 274 ScrLog(UINT32 trace_set_mask, const char *fmt_str, ...) in ScrLog() argument 293 va_start(ap, fmt_str); in ScrLog() 294 vsnprintf(&buffer[strlen(buffer)], BTE_LOG_MAX_SIZE, fmt_str, ap); in ScrLog() 543 void LogMsg_0(UINT32 trace_set_mask, const char *fmt_str) { in LogMsg_0() argument 544 LogMsg(trace_set_mask, fmt_str); in LogMsg_0() 559 void LogMsg_1(UINT32 trace_set_mask, const char *fmt_str, UINT32 p1) { in LogMsg_1() argument 561 LogMsg(trace_set_mask, fmt_str, p1); in LogMsg_1() [all …]
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | android_logmsg.cpp | 44 void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...) in LogMsg() argument 51 va_start (ap, fmt_str); in LogMsg() 52 vsnprintf (buffer, BTE_LOG_MAX_SIZE, fmt_str, ap); in LogMsg()
|
/external/bluetooth/bluedroid/test/bluedroidtest/ |
D | bluedroidtest.c | 90 static void bdt_log(const char *fmt_str, ...); 151 void bdt_log(const char *fmt_str, ...) in bdt_log() argument 156 va_start(ap, fmt_str); in bdt_log() 157 vsnprintf(buffer, 1024, fmt_str, ap); in bdt_log()
|
/external/qemu/android/camera/ |
D | camera-capture-linux.c | 835 char fmt_str[5]; in camera_device_start_capturing() local 856 memcpy(fmt_str, &pixel_format, 4); in camera_device_start_capturing() 857 fmt_str[4] = '\0'; in camera_device_start_capturing() 859 __FUNCTION__, cd->device_name, fmt_str, frame_width, frame_height); in camera_device_start_capturing() 866 memcpy(fmt_str, &pixel_format, 4); in camera_device_start_capturing() 867 fmt_str[4] = '\0'; in camera_device_start_capturing() 869 __FUNCTION__, frame_width, frame_height, fmt_str); in camera_device_start_capturing()
|
/external/v8/src/ |
D | messages.cc | 145 Handle<String> fmt_str = FACTORY->LookupAsciiSymbol("FormatMessage"); in GetMessage() local 150 GetPropertyNoExceptionThrown(*fmt_str))); in GetMessage()
|
D | api.cc | 1819 i::Handle<i::String> fmt_str = isolate->factory()->LookupAsciiSymbol(name); in CallV8HeapFunction() local 1821 isolate->js_builtins_object()->GetPropertyNoExceptionThrown(*fmt_str); in CallV8HeapFunction()
|
/external/libnfc-nci/src/include/ |
D | buildcfg.h | 81 extern void ScrLog(UINT32 trace_set_mask, const char *fmt_str, ...);
|
D | gki_target.h | 421 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
|
D | trace_api.h | 101 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
|
D | bt_types.h | 707 typedef void (BT_LOG_FUNC) (int trace_type, const char *fmt_str, ...);
|
D | bt_trace.h | 165 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_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,
|
/external/sonivox/jet_tools/JetCreator/ |
D | midifile.py | 645 fmt_str = '%s: f0' + ' %02x'*self.length 646 return fmt_str % ((self.name,) + tuple(self.msg)) 677 fmt_str = '%s:' + ' %02x'*self.length 678 return fmt_str % ((self.name,) + tuple(self.msg)) 713 fmt_str = '%s: %02x' + ' %02x'*self.length 714 return fmt_str % ((self.name, self.meta_type) + tuple(self.msg))
|
/external/libnfc-nci/src/hal/include/ |
D | gki_hal_target.h | 283 extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
|
/external/bluetooth/bluedroid/include/ |
D | gki_target.h | 427 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
|
D | bt_trace.h | 199 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...); 201 extern void LogMsg_1 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1); 202 extern void LogMsg_2 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2); 203 extern void LogMsg_3 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, 205 extern void LogMsg_4 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, 207 extern void LogMsg_5 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, 209 extern void LogMsg_6 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
|
/external/bluetooth/bluedroid/stack/include/ |
D | bt_types.h | 692 typedef void (BT_LOG_FUNC) (int trace_type, const char *fmt_str, ...);
|