Searched defs:SL_LOGE (Results 1 - 1 of 1) sorted by path

/frameworks/wilhelm/src/
H A Dsllog.h55 #define SL_LOGE(...) __android_log_print(SLAndroidLogLevel_Error, slLogTag, __VA_ARGS__) macro
57 #define SL_LOGE(...) do { } while (0) macro
87 #define SL_LOGE(...) do { fprintf(stderr, "SL_LOGE: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \ macro
90 #define SL_LOGE(...) do { } while (0) macro

Completed in 240 milliseconds