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

  /system/core/liblog/include/log/
log_system.h 117 #ifndef SLOGW_IF
118 #define SLOGW_IF(cond, ...) \
  /system/core/liblog/tests/
log_system_test.cpp 76 SLOGW_IF(true, content);
78 SLOGW_IF(false, content_false);
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 332 SLOGW_IF(result != 0, "Could not make main work read pipe "
335 SLOGW_IF(result != 0, "Could not make main work write pipe "

Completed in 3567 milliseconds