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

  /external/conscrypt/src/compat/native/
log_compat.h 9 #define __ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, __VA_ARGS__)
11 #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0)
13 #define ALOGV(...) __ALOGV(__VA_ARGS__)
  /system/core/include/log/
log.h 91 #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
93 #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0)
95 #define ALOGV(...) __ALOGV(__VA_ARGS__)

Completed in 866 milliseconds