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

  /system/media/opensles/libopensles/
trace.c 51 SL_LOGW("Leaving %s (%s)", function, str);
53 SL_LOGW("Leaving %s (0x%lX)", function, result);
115 SL_LOGW("Leaving %.*s::%s (%s)", (int) (underscore - function), function,
118 SL_LOGW("Leaving %.*s::%s (0x%lX)", (int) (underscore - function), function,
123 SL_LOGW("Leaving %s (%s)", function, str);
125 SL_LOGW("Leaving %s (0x%lX)", function, result);
sllog.h 58 #define SL_LOGW(...) __android_log_print(SLAndroidLogLevel_Warn, slLogTag, __VA_ARGS__)
60 #define SL_LOGW(...) do { } while (0)
91 #define SL_LOGW(...) do { fprintf(stderr, "SL_LOGW: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
94 #define SL_LOGW(...) do { } while (0)
IThreadSync.c 91 SL_LOGW("ThreadSync::EnterCriticalSection was active at Engine::Destroy");
locks.c 37 SL_LOGW("%s:%d: object %p was locked by %p at %s:%d\n",
sles.c 198 SL_LOGW("class %s interface %lu requested but unavailable MPH=%d",
    [all...]

Completed in 800 milliseconds