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

/system/media/wilhelm/src/
H A Dsllog.h79 #define SL_LOGV(...) __android_log_print(SLAndroidLogLevel_Verbose, slLogTag, __VA_ARGS__) macro
81 #define SL_LOGV(...) do { } while (0) macro
115 #define SL_LOGV(...) do { fprintf(stderr, "SL_LOGV: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \ macro
118 #define SL_LOGV(...) do { } while (0) macro

Completed in 80 milliseconds