OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SL_TRACE_LEAVE_FAILURE
(Results
1 - 2
of
2
) sorted by null
/frameworks/wilhelm/src/
trace.c
48
if (
SL_TRACE_LEAVE_FAILURE
& slTraceEnabled) {
88
if (!((SL_TRACE_LEAVE_SUCCESS |
SL_TRACE_LEAVE_FAILURE
) & slTraceEnabled)) {
111
if (
SL_TRACE_LEAVE_FAILURE
& slTraceEnabled) {
trace.h
23
#define
SL_TRACE_LEAVE_FAILURE
0x2
26
#define SL_TRACE_LEAVE (
SL_TRACE_LEAVE_FAILURE
| SL_TRACE_LEAVE_VOID | \
30
#define SL_TRACE_DEFAULT (
SL_TRACE_LEAVE_FAILURE
)
Completed in 23 milliseconds