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

/frameworks/wilhelm/src/
H A Dsllog.h73 #define SL_LOGD(...) __android_log_print(SLAndroidLogLevel_Debug, slLogTag, __VA_ARGS__) macro
75 #define SL_LOGD(...) do { } while (0) macro
108 #define SL_LOGD(...) do { fprintf(stderr, "SL_LOGD: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \ macro
111 #define SL_LOGD(...) do { } while (0) macro

Completed in 110 milliseconds