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

  /frameworks/wilhelm/src/
trace.h 50 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;
trace.cpp 41 void slTraceLeaveGlobal(const char *function, SLresult result)

Completed in 179 milliseconds