HomeSort by relevance Sort by last modified time
    Searched refs:_SEC_OSAL_Log (Results 1 - 2 of 2) sorted by null

  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Log.h 55 #define SEC_OSAL_Log(a, ...) ((void)_SEC_OSAL_Log(a, SEC_LOG_TAG, __VA_ARGS__))
60 ((void)_SEC_OSAL_Log(a, SEC_LOG_TAG, __VA_ARGS__)); \
65 #define FunctionIn() _SEC_OSAL_Log(SEC_LOG_TRACE, SEC_LOG_TAG, "%s In , Line: %d", __FUNCTION__, __LINE__)
66 #define FunctionOut() _SEC_OSAL_Log(SEC_LOG_TRACE, SEC_LOG_TAG, "%s Out , Line: %d", __FUNCTION__, __LINE__)
72 extern void _SEC_OSAL_Log(SEC_LOG_LEVEL logLevel, const char *tag, const char *msg, ...);
SEC_OSAL_Log.c 32 void _SEC_OSAL_Log(SEC_LOG_LEVEL logLevel, const char *tag, const char *msg, ...)

Completed in 1286 milliseconds