Home
last modified time | relevance | path

Searched defs:SL_LOGE (Results 1 – 2 of 2) sorted by relevance

/frameworks/wilhelm/src/
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
/frameworks/wilhelm/src/itf/
DIStreamInformation.cpp268 SL_LOGE("unsupported XAStreamInformationItf function"); in IStreamInformation_SetActiveStream() local