Searched defs:SL_LOGW (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/
H A Dsllog.h61 #define SL_LOGW(...) __android_log_print(SLAndroidLogLevel_Warn, slLogTag, __VA_ARGS__) macro
63 #define SL_LOGW(...) do { } while (0) macro
94 #define SL_LOGW(...) do { fprintf(stderr, "SL_LOGW: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \ macro
97 #define SL_LOGW(...) do { } while (0) macro

Completed in 67 milliseconds