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

  /frameworks/ex/framesequence/jni/utils/
log.h 65 #ifndef ALOGV_IF
67 #define ALOGV_IF(cond, ...) ((void)0)
69 #define ALOGV_IF(cond, ...) \
  /external/chromium_org/third_party/hwcplus/include/log/
log.h 90 #ifndef ALOGV_IF
92 #define ALOGV_IF(cond, ...) ((void)0)
94 #define ALOGV_IF(cond, ...) \
  /system/core/include/log/
log.h 86 #ifndef ALOGV_IF
88 #define ALOGV_IF(cond, ...) ((void)0)
90 #define ALOGV_IF(cond, ...) \

Completed in 285 milliseconds