Home
last modified time | relevance | path

Searched refs:ALOG (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/seccomp/app/jni/
Dandroid_seccomp_cts_app_SeccompDeviceTest.cpp27 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
29 #define ALOGI(...) ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__)
30 #define ALOGE(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)
/cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/jni/
Dversion.cpp21 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
23 #define ALOGE(...) ALOG(LOG_ERROR, NULL, __VA_ARGS__)