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

/frameworks/wilhelm/src/
H A Dtrace.h52 extern void slTraceLeaveInterface(const char *function, SLresult result);
58 #define SL_LEAVE_INTERFACE slTraceLeaveInterface(__FUNCTION__, result); return result;
65 #define XA_LEAVE_INTERFACE slTraceLeaveInterface(__FUNCTION__, result); return result;
H A Dtrace.c86 void slTraceLeaveInterface(const char *function, SLresult result) function
144 slTraceLeaveInterface(function, SL_RESULT_SUCCESS);

Completed in 57 milliseconds