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
175 #define LOG_OPENSL_API_CALL(string) (gLogEnabled && LOGV(string)) macro
180 LOG_OPENSL_API_CALL("OpenSL " #method "(" #obj ", " #__VA_ARGS__ ")"); \
188 LOG_OPENSL_API_CALL("OpenSL (void) " #method "(" #obj ")"); \
195 LOG_OPENSL_API_CALL("OpenSL " #method "(" #obj ")"); \
205 LOG_OPENSL_API_CALL("OpenSL (int) " \

Completed in 58 milliseconds