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

  /frameworks/wilhelm/src/
sllog.h 39 // USE_LOG is the minimum log priority level that is enabled at build time.
41 #ifndef USE_LOG
42 #define USE_LOG SLAndroidLogLevel_Info
54 #if (USE_LOG <= SLAndroidLogLevel_Error)
60 #if (USE_LOG <= SLAndroidLogLevel_Warn)
66 #if (USE_LOG <= SLAndroidLogLevel_Info)
72 #if (USE_LOG <= SLAndroidLogLevel_Debug)
78 #if (USE_LOG <= SLAndroidLogLevel_Verbose)
86 #if (USE_LOG <= SLAndroidLogLevel_Error)
93 #if (USE_LOG <= SLAndroidLogLevel_Warn
    [all...]
  /external/toybox/generated/
config.h 300 #define USE_LOG(...) __VA_ARGS__
newtoys.h 128 USE_LOG(NEWTOY(log, "<1p:t:", TOYFLAG_USR|TOYFLAG_SBIN))

Completed in 163 milliseconds