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

/frameworks/wilhelm/src/
H A Dtrace.h50 extern void slTraceLeaveGlobal(const char *function, SLresult result);
56 #define SL_LEAVE_GLOBAL slTraceLeaveGlobal(__FUNCTION__, result); return result;
63 #define XA_LEAVE_GLOBAL slTraceLeaveGlobal(__FUNCTION__, result); return result;
H A Dtrace.c41 void slTraceLeaveGlobal(const char *function, SLresult result) function

Completed in 776 milliseconds