HomeSort by relevance Sort by last modified time
    Searched refs:ANDROID_LOG_INFO (Results 26 - 50 of 151) sorted by null

12 3 4 5 6 7

  /system/chre/platform/android/include/chre/target_platform/
log.h 40 CHRE_ANDROID_LOG(ANDROID_LOG_INFO, fmt, ##__VA_ARGS__)
  /system/core/libmemunreachable/
log.h 28 #define MEM_ALOGI(...) async_safe_format_log(ANDROID_LOG_INFO, LOG_TAG, ##__VA_ARGS__)
  /system/keymaster/contexts/
soft_keymaster_logger.cpp 35 android_log_level = ANDROID_LOG_INFO;
  /external/android-clat/
dns64.c 48 logmsg(ANDROID_LOG_INFO, "Detecting NAT64 prefix from DNS...");
75 logmsg(ANDROID_LOG_INFO, "Detected NAT64 prefix %s/96",
  /system/core/liblog/include/log/
log_radio.h 98 ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_INFO, LOG_TAG, \
105 ? ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_INFO, \
log_system.h 96 ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_INFO, LOG_TAG, \
103 ? ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_INFO, \
  /cts/hostsidetests/sustainedperf/shadertoy_android/jni/
utils.h 29 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
  /cts/tests/tests/opengl/libopengltest/
attach_shader_five.cpp 23 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
attach_shader_one.cpp 25 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
attach_shader_ten.cpp 24 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
attach_shader_two.cpp 25 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
  /external/libtextclassifier/util/base/
logging_raw.cc 43 return ANDROID_LOG_INFO;
  /external/webrtc/webrtc/system_wrappers/source/
logcat_trace_context.cc 37 case webrtc::kTraceTerseInfo: return ANDROID_LOG_INFO;
  /system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
wifi_offload.h 51 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
  /system/core/libunwindstack/
Log.cpp 52 LOG_PRI_VA(ANDROID_LOG_INFO, LOG_TAG, real_format.c_str(), args);
  /cts/tests/tests/os/jni/
android_os_cts_SeccompTest.cpp 36 __android_log_print(ANDROID_LOG_INFO, TAG, "Start: %s", t->name);
38 __android_log_print(ANDROID_LOG_INFO, TAG, "%s: %s",
  /bootable/recovery/tests/manual/
recovery_test.cpp 46 EXPECT_EQ(ANDROID_LOG_INFO, prio);
60 LOG_ID_SYSTEM, ANDROID_LOG_INFO, "recovery/", __pmsg_fn, nullptr);
62 EXPECT_LT(0, __android_log_pmsg_file_write(LOG_ID_SYSTEM, ANDROID_LOG_INFO,
77 LOG_ID_SYSTEM, ANDROID_LOG_INFO, "recovery/", __pmsg_fn, nullptr);
79 EXPECT_LT(0, __android_log_pmsg_file_write(LOG_ID_SYSTEM, ANDROID_LOG_INFO,
  /bionic/libc/dns/resolv/
res_stats.c 42 async_safe_format_log(ANDROID_LOG_INFO, "libc", "rcode = %d, sec = %d", rcode, rtt);
151 async_safe_format_log(ANDROID_LOG_INFO, "libc",
157 async_safe_format_log(ANDROID_LOG_INFO, "libc",
  /bionic/libc/async_safe/include/async_safe/
log.h 47 ANDROID_LOG_INFO,
  /cts/apps/CtsVerifier/jni/audio_loopback/
sles.h 26 #define SLES_PRINTF(...) __android_log_print(ANDROID_LOG_INFO, "sles_jni", __VA_ARGS__);
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
com_android_cts_splitapp_Native.cpp 25 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
  /cts/hostsidetests/gputools/apps/jni/
android_gputools_cts_RootlessGpuDebug.cpp 26 __android_log_print(ANDROID_LOG_INFO, LOG_TAG, (msg), __VA_ARGS__)
  /cts/tests/tests/jni/libjnitest/
helper.c 62 __android_log_print(ANDROID_LOG_INFO, LOG_TAG, "running %s", name);
  /development/samples/SimpleJNI/jni/
native.cpp 26 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
native.cpp 24 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)

Completed in 839 milliseconds

12 3 4 5 6 7