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

/system/media/opensles/libopensles/
H A Dsllog.h58 #define SL_LOGW(...) __android_log_print(SLAndroidLogLevel_Warn, slLogTag, __VA_ARGS__) macro
60 #define SL_LOGW(...) do { } while (0) macro
91 #define SL_LOGW(...) do { fprintf(stderr, "SL_LOGW: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \ macro
94 #define SL_LOGW(...) do { } while (0) macro

Completed in 89 milliseconds