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

  /frameworks/wilhelm/src/
trace.h 52 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;
trace.c 86 void slTraceLeaveInterface(const char *function, SLresult result)
144 slTraceLeaveInterface(function, SL_RESULT_SUCCESS);

Completed in 368 milliseconds