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

  /frameworks/wilhelm/src/
trace.h 49 extern void slTraceEnterGlobal(const char *function);
55 #define SL_ENTER_GLOBAL SLresult result; slTraceEnterGlobal(__FUNCTION__);
62 #define XA_ENTER_GLOBAL XAresult result; slTraceEnterGlobal(__FUNCTION__);
trace.c 33 void slTraceEnterGlobal(const char *function)

Completed in 115 milliseconds