HomeSort by relevance Sort by last modified time
    Searched refs:OpenSL (Results 1 - 2 of 2) sorted by null

  /frameworks/ex/variablespeed/jni/
variablespeed.cc 57 // Used in detecting errors with the OpenSL ES framework.
80 // Helper function for debugging - checks the OpenSL result for success.
172 // Macros for making working with OpenSL easier.
178 #define OpenSL(obj, method, ...) \
180 LOG_OPENSL_API_CALL("OpenSL " #method "(" #obj ", " #__VA_ARGS__ ")"); \
182 CheckSLResult("OpenSL " #method "(" #obj ", " #__VA_ARGS__ ")", result); \
188 LOG_OPENSL_API_CALL("OpenSL (void) " #method "(" #obj ")"); \
195 LOG_OPENSL_API_CALL("OpenSL " #method "(" #obj ")"); \
197 CheckSLResult("OpenSL " #method "(" #obj ")", result); \
205 LOG_OPENSL_API_CALL("OpenSL (int) "
    [all...]
  /frameworks/wilhelm/src/
Android.mk 41 # do not claim support for any OpenSL ES or OpenMAX AL profiles

Completed in 63 milliseconds