Searched defs:SL_LOGW (Results 1 – 1 of 1) sorted by relevance
61 #define SL_LOGW(...) __android_log_print(SLAndroidLogLevel_Warn, slLogTag, __VA_ARGS__) macro63 #define SL_LOGW(...) do { } while (0) macro94 #define SL_LOGW(...) do { fprintf(stderr, "SL_LOGW: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \ macro97 #define SL_LOGW(...) do { } while (0) macro