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

/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc57 // Used in detecting errors with the OpenSL ES framework.
80 // Helper function for debugging - checks the OpenSL result for success.
165 // Macros for making working with OpenSL easier.
171 #define OpenSL(obj, method, ...) \ macro
173 LOG_OPENSL_API_CALL("OpenSL " #method "(" #obj ", " #__VA_ARGS__ ")"); \
175 CheckSLResult("OpenSL " #method "(" #obj ", " #__VA_ARGS__ ")", result); \
181 LOG_OPENSL_API_CALL("OpenSL (void) " #method "(" #obj ")"); \
188 LOG_OPENSL_API_CALL("OpenSL " #method "(" #obj ")"); \
190 CheckSLResult("OpenSL " #method "(" #obj ")", result); \
198 LOG_OPENSL_API_CALL("OpenSL (in
[all...]
/frameworks/wilhelm/src/
H A DAndroid.mk41 # do not claim support for any OpenSL ES or OpenMAX AL profiles

Completed in 1019 milliseconds