/external/nist-sip/java/gov/nist/core/ |
LogLevels.java | 12 public static final int TRACE_INFO = 16; 15 public static final int TRACE_MESSAGES = TRACE_INFO;
|
/hardware/ti/omap4-aah/security/tee_client_api/ |
tee_client_api_linux_driver.c | 97 #define TRACE_INFO(...) 102 #define TRACE_INFO(format, ...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, format, __VA_ARGS__) 126 static void TRACE_INFO(const char* format, ...) 172 TRACE_INFO("scxExchangeMessage[0x%X]\n",pContext); 248 TRACE_INFO("scxExchangeMessage[0x%X]: Ioctl returned error: 0x%x (0x%x - %d)\n",pContext,nResult,errno,errno); 370 TRACE_INFO("TEEC_GetTimeLimit(0x%X, %u ms)", sContext, nTimeout); 381 TRACE_INFO("GetTimeLimit %ld\n",nTimeLimit); 453 TRACE_INFO("TEEC_FinalizeContext[0x%X]", pContext); 525 TRACE_INFO("TEEC_RegisterSharedMemory0 (%p, %p)",context, sharedMem); 556 TRACE_INFO("TEEC_RegisterSharedMemory (%p)",context) [all...] |
/hardware/ti/omap4xxx/security/tee_client_api/ |
tee_client_api_linux_driver.c | 97 #define TRACE_INFO(...) 119 static void TRACE_INFO(const char* format, ...) 164 TRACE_INFO("scxExchangeMessage[0x%X]\n",pContext); 240 TRACE_INFO("scxExchangeMessage[0x%X]: Ioctl returned error: 0x%x (0x%x - %d)\n",pContext,nResult,errno,errno); 362 TRACE_INFO("TEEC_GetTimeLimit(0x%X, %u ms)", sContext, nTimeout); 373 TRACE_INFO("GetTimeLimit %ld\n",nTimeLimit); 445 TRACE_INFO("TEEC_FinalizeContext[0x%X]", pContext); 517 TRACE_INFO("TEEC_RegisterSharedMemory0 (%p, %p)",context, sharedMem); 548 TRACE_INFO("TEEC_RegisterSharedMemory (%p)",context); 561 TRACE_INFO("TEEC_AllocateSharedMemory (%p)",context) [all...] |
/hardware/ti/omap4-aah/security/tf_daemon/ |
delegation_client.c | 278 static MD_INLINE void TRACE_INFO(const char* format, ...) 329 static MD_INLINE void TRACE_INFO(const char* format, ...) 392 static MD_INLINE void TRACE_INFO(const char* format, ...) 699 TRACE_INFO(">Partition %1X: read sector 0x%08X into workspace at offset 0x%08X", 783 TRACE_INFO(">Partition %1X: write sector 0x%X from workspace at offset 0x%X", [all...] |
smc_properties_parser.c | 79 #define TRACE_INFO(...) 102 static void TRACE_INFO(const char* format, ...) 582 TRACE_INFO("Processing configuration file '%s'", pConfigFilename);
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
delegation_client.c | 239 static MD_INLINE void TRACE_INFO(const char* format, ...) 286 static MD_INLINE void TRACE_INFO(const char* format, ...) 349 static MD_INLINE void TRACE_INFO(const char* format, ...) 656 TRACE_INFO(">Partition %1X: read sector 0x%08X into workspace at offset 0x%08X", 700 TRACE_INFO(">Partition %1X: write sector 0x%X from workspace at offset 0x%X", 1011 TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nError); 1017 TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d pSize=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nPartitionSize, nError); 1040 TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d sid=%d woff=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nSectorID, nWorkspaceOffset, nError); 1059 TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d sid=%d woff=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nSectorID, nWorkspaceOffset, nError); 1064 TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nError) [all...] |
smc_properties_parser.c | 78 #define TRACE_INFO(...) 101 static void TRACE_INFO(const char* format, ...) 531 TRACE_INFO("Processing configuration file '%s'", pConfigFilename);
|
/external/webrtc/webrtc/base/java/src/org/webrtc/ |
Logging.java | 51 TRACE_INFO(0x1000),
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
UDPMessageChannel.java | 620 this.sipStack.getStackLogger().logStackTrace(StackLogger.TRACE_INFO); 622 this.sipStack.getStackLogger().logStackTrace(StackLogger.TRACE_INFO); 686 this.sipStack.getStackLogger().logStackTrace(StackLogger.TRACE_INFO); [all...] |
IOHandler.java | 172 sipStack.getStackLogger().logStackTrace(StackLogger.TRACE_INFO);
|
SIPTransactionStack.java | [all...] |