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

  /development/ndk/samples/module-exports/jni/foo/
foo.c 14 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
18 LOGI("foo(%d) called !", x);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Log.h 21 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
  /frameworks/ex/variablespeed/jni/
hlogging.h 28 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
  /system/core/libcutils/
loghack.h 32 #define LOGI(...) LOG("I", __VA_ARGS__)
  /frameworks/compile/libbcc/helper/
DebugHelper.h 30 #undef LOGI
37 #define LOGI(...)
  /system/media/mca/filterpacks/imageproc/native/
contrast.c 20 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, "MCA", __VA_ARGS__)
brightness.c 20 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, "MCA", __VA_ARGS__)
  /bootable/recovery/
common.h 78 #define LOGI(...) fprintf(stdout, "I:" __VA_ARGS__)
  /bootable/recovery/minzip/
Log.h 89 #ifndef LOGI
90 #define LOGI(...) ((void)LOG(LOG_INFO, LOG_TAG, __VA_ARGS__))
  /development/ndk/platforms/android-5/samples/hello-gl2/jni/
gl_code.cpp 30 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
35 LOGI("GL %s = %s\n", name, v);
41 LOGI("after %s() glError (0x%x)\n", op, error);
130 LOGI("setupGraphics(%d, %d)", w, h);
138 LOGI("glGetAttribLocation(\"vPosition\") = %d\n",
  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 29 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "native-activity", __VA_ARGS__))
280 LOGI("accelerometer: x=%f y=%f z=%f",
  /external/webrtc/src/modules/audio_processing/main/test/android/apmtest/jni/
main.c 29 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "native-activity", __VA_ARGS__))
280 LOGI("accelerometer: x=%f y=%f z=%f",
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.c 28 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "threaded_app", __VA_ARGS__))
50 LOGI("No data on command pipe!");
60 LOGI("Config: mcc=%d mnc=%d lang=%c%c cnt=%c%c orien=%d touch=%d dens=%d "
83 LOGI("APP_CMD_INPUT_CHANGED\n");
90 LOGI("Attaching input queue to looper");
100 LOGI("APP_CMD_INIT_WINDOW\n");
108 LOGI("APP_CMD_TERM_WINDOW\n");
116 LOGI("activityState=%d\n", cmd);
124 LOGI("APP_CMD_CONFIG_CHANGED\n");
131 LOGI("APP_CMD_DESTROY\n")
    [all...]
  /system/core/include/cutils/
log.h 114 #ifndef LOGI
115 #define LOGI(...) ((void)LOG(LOG_INFO, LOG_TAG, __VA_ARGS__))
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 27 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
336 LOGI("frame/s (avg,min,max) = (%.1f,%.1f,%.1f) "
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 31 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
205 //LOGI("width=%d height=%d stride=%d format=%d", buffer->width, buffer->height,
345 LOGI("frame/s (avg,min,max) = (%.1f,%.1f,%.1f) "
420 LOGI("Key event: action=%d keyCode=%d metaState=0x%x",
489 LOGI("Engine thread destroy requested!");
  /external/quake/quake/src/WinQuake/
snd_android.cpp 19 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
639 LOGI("AudioTrack status = %d (%s)\n", result, result == NO_ERROR ? "success" : "error");
642 LOGI("AudioTrack latency = %u ms\n", gAudioTrack.latency());
643 LOGI("AudioTrack format = %u bits\n", gAudioTrack.format() == AUDIO_FORMAT_PCM_16_BIT ? 16 : 8);
644 LOGI("AudioTrack sample rate = %u Hz\n", gAudioTrack.getSampleRate());
645 LOGI("AudioTrack frame count = %d\n", int(gAudioTrack.frameCount()));
646 LOGI("AudioTrack channel count = %d\n", gAudioTrack.channelCount());
  /packages/inputmethods/LatinIME/native/src/
defines.h 25 #define LOGI(fmt, ...)
45 LOGI("%s : clock is %f", __FUNCTION__, (clock() - profile_old[prof_buf_id]))
46 #define PROF_OUTALL do { LOGI("--- %s ---", __FUNCTION__); prof_out(); } while(0)
58 LOGI("Error: You must call PROF_OPEN before PROF_CLOSE.");
60 LOGI("Total time is %6.3f ms.",
69 LOGI("(%d): Used %4.2f%%, %8.4f ms. Called %d times.",
114 LOGI("[ %s ]", charBuf);
  /system/core/charger/
charger.c 68 #define LOGI(x...) do { KLOG_INFO("charger", x); } while (0)
206 LOGI("\n");
207 LOGI("*************** LAST KMSG ***************\n");
208 LOGI("\n");
211 LOGI("last_kmsg not found. Cold reset?\n");
239 LOGI("\n");
240 LOGI("************* END LAST KMSG *************\n");
241 LOGI("\n");
475 LOGI("power supply %s (%s) %s (action=%s num_online=%d num_supplies=%d)\n",
816 LOGI("[%lld] rebooting\n", now)
    [all...]

Completed in 1717 milliseconds