HomeSort by relevance Sort by last modified time
    Searched defs:ALOGI (Results 1 - 25 of 41) sorted by null

1 2

  /packages/apps/TV/jni/
logging.h 28 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO , LOG_TAG, __VA_ARGS__)
  /hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/include/
platform_lib_macros.h 63 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/
platform_lib_macros.h 63 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /libnativehelper/
ALog-priv.h 54 #ifndef ALOGI
55 #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__))
  /cts/hostsidetests/gputools/apps/jni/
android_gputools_cts_RootlessGpuDebug.cpp 25 #define ALOGI(msg, ...) \
  /cts/hostsidetests/seccomp/app/jni/
android_seccomp_cts_app_SeccompDeviceTest.cpp 28 #define ALOGI(...) ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__)
43 ALOGI("Calling syscall %d", nr);
62 ALOGI("syscall caused process termination");
  /cts/tests/tests/graphics/jni/
CameraTestHelpers.cpp 24 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
52 ALOGI("Found %d camera(s).", mCameraIdList->numCameras);
ImageReaderTestHelpers.cpp 24 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
  /external/libese/libese/include/ese/
log.h 57 #ifndef ALOGI
58 #define ALOGI(...) ((void)ALOG(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__)
30 ALOGI("%d + %d = %d", a, b, result);
95 ALOGI("JNI_OnLoad");
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
native.cpp 24 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
30 ALOGI("%d + %d = %d", a, b, result);
95 ALOGI("JNI_OnLoad");
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
native.cpp 24 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
30 ALOGI("%d + %d = %d", a, b, result);
95 ALOGI("JNI_OnLoad");
  /frameworks/native/opengl/tests/gl_perfapp/jni/
gl_code.cpp 9 #define ALOGI(...) ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__)
49 ALOGI("done\n");
58 // ALOGI("doTest %d %d %d\n", texCount, extraMath, testSubState);
80 ALOGI("Closing partially written output.n");
84 ALOGI("Writing to: %s\n",fileName);
90 ALOGI("\nvarColor, texCount, modulate, extraMath, texSize, blend, Mpps, DC60\n");
  /hardware/qcom/gps/msm8084/platform_lib_abstractions/
platform_lib_macros.h 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
platform_lib_macros.h 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8960/platform_lib_abstractions/
platform_lib_macros.h 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8994/platform_lib_abstractions/
platform_lib_macros.h 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
platform_lib_macros.h 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/platform_lib_abstractions/
platform_lib_macros.h 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /cts/hostsidetests/gputools/layers/jni/
nullLayer.cpp 27 #define ALOGI(msg, ...) \
35 ALOGI("%s", msg);
100 ALOGI("%s", msg);
  /cts/tests/sensor/jni/
nativeTestHelper.h 24 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, TAG, __VA_ARGS__)
  /development/samples/SimpleJNI/jni/
native.cpp 26 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
33 ALOGI("%d + %d = %d", a, b, result);
98 ALOGI("JNI_OnLoad");
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
Util.java 61 public static void ALOGI(String message, Object... args) {
  /frameworks/native/opengl/tests/gl2_jni/jni/
gl_code.cpp 9 #define ALOGI(...) ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__)
22 ALOGI("GL %s = %s\n", name, v);
28 ALOGI("after %s() glError (0x%x)\n", op, error);
115 ALOGI("setupGraphics(%d, %d)", w, h);
123 ALOGI("glGetAttribLocation(\"vPosition\") = %d\n",
  /frameworks/native/opengl/tests/gldual/jni/
gl_code.cpp 9 #define ALOGI(...) ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__)
22 ALOGI("GL %s = %s\n", name, v);
28 ALOGI("after %s() glError (0x%x)\n", op, error);
115 ALOGI("setupGraphics(%d, %d)", w, h);
123 ALOGI("glGetAttribLocation(\"vPosition\") = %d\n",

Completed in 429 milliseconds

1 2