Searched refs:LOG_OPENSL_API_CALL (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc91 // Whether logging should be enabled. Only used if LOG_OPENSL_API_CALL is
168 #define LOG_OPENSL_API_CALL(string) (gLogEnabled && LOGV(string)) macro
173 LOG_OPENSL_API_CALL("OpenSL " #method "(" #obj ", " #__VA_ARGS__ ")"); \
181 LOG_OPENSL_API_CALL("OpenSL (void) " #method "(" #obj ")"); \
188 LOG_OPENSL_API_CALL("OpenSL " #method "(" #obj ")"); \
198 LOG_OPENSL_API_CALL("OpenSL (int) " \

Completed in 176 milliseconds