Searched refs:fmtStr (Results 1 – 1 of 1) sorted by relevance
/system/logging/liblog/ |
D | logprint.cpp | 616 char** pOutBuf, size_t* pOutBufLen, const char** fmtStr, in android_log_printBinaryEvent() argument 637 if (fmtStr && *fmtStr && fmtLen && *fmtLen && **fmtStr) { in android_log_printBinaryEvent() 638 cp = *fmtStr; in android_log_printBinaryEvent() 823 fmtStr, fmtLen); in android_log_printBinaryEvent() 953 *fmtStr = cp; in android_log_printBinaryEvent() 1034 const char* fmtStr = NULL; in android_log_processBinaryLogBuffer() local 1038 fmtStr = android_lookupEventFormat_len(map, &fmtLen, tagIndex); in android_log_processBinaryLogBuffer() 1047 result = android_log_printBinaryEvent(&eventData, &inCount, &outBuf, &outRemaining, &fmtStr, in android_log_processBinaryLogBuffer() 1050 if ((result == 1) && fmtStr) { in android_log_processBinaryLogBuffer()
|