/external/libese/libese-teq1/include/ese/ |
D | teq1.h | 197 #define teq1_trace_header() ALOGI("%-20s --- %20s", "Interface", "Card") 198 #define teq1_trace_transmit(PCB, LEN) ALOGI("%-20s --> %20s [%3hhu]", teq1_pcb_to_name(PCB), "", LE… 199 #define teq1_trace_receive(PCB, LEN) ALOGI("%-20s <-- %20s [%3hhu]", "", teq1_pcb_to_name(PCB), LEN)
|
/external/libese/libese/include/ese/ |
D | log.h | 57 #ifndef ALOGI 58 #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__)) macro
|
/external/libese/libese-hw/nxp/pn80t/ |
D | common.c | 166 ALOGI("Cooldown value is %u", *res); in nxp_pn80t_send_cooldown() 169 ALOGI("Cooldown value unavailable"); in nxp_pn80t_send_cooldown()
|
/external/swiftshader/src/OpenGL/common/ |
D | debug.cpp | 32 ALOGI("%s", android::String8::formatV(format, vararg).string()); in output()
|
D | Image.hpp | 273 …ALOGI("badness: %s called with unsupported parms: image=%p x=%d y=%d z=%d", __FUNCTION__, this, x,… in lockInternal()
|
/external/libunwind/include/ |
D | libunwind_i.h | 285 ALOGI("%*c>%s: " format, ((level) <= 16) ? (level) : 16, ' ', \ 289 # define Dprintf(format, ...) ALOGI(format, ##__VA_ARGS__);
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 667 #ifndef ALOGI 668 #define ALOGI LOGI macro 679 ALOGI("%s", msg); in droid_log()
|
/external/drm_hwcomposer/ |
D | drmplane.cpp | 127 ALOGI("Could not get alpha property"); in Init()
|
D | platform.cpp | 58 ALOGI("Not enough planes to reserve for squash fb"); in ProvisionPlanes()
|
D | hwcomposer.cpp | 146 ALOGI("%s event @%" PRIu64 " for connector %u\n", in HandleEvent() 159 ALOGI("Setting mode %dx%d for connector %d\n", mode.h_display(), in HandleEvent()
|
D | drmdisplaycompositor.cpp | 750 ALOGI("Commit test pset failed ret=%d\n", ret); in CommitFrame() 881 ALOGI("Commit test failed, squashing frame for display %d", display_); in ProcessWork()
|
/external/swiftshader/src/Main/ |
D | FrameBufferAndroid.cpp | 98 ALOGI("lock failed: buffer of %dx%d too small for window of %dx%d", in lock()
|
/external/svox/pico/tts/ |
D | com_svox_picottsengine.cpp | 490 ALOGI("loaded %s successfully", picoProp_currLang); in doLanguageSwitchFromLangIndex() 1190 … ALOGI("TtsEngine::setLanguage found matching language(%s) but not matching country(%s).", in setLanguage() 1497 ALOGI("Warning: SSML document parsed with errors"); in synthesizeText() 1596 ALOGI("Halt requested by caller. Halting."); in synthesizeText()
|
D | svox_ssml_parser.cpp | 88 …ALOGI("Parser error at line %d: %s\n", (int)XML_GetCurrentLineNumber(mParser), XML_ErrorString(XML… in parseDocument()
|
/external/webrtc/webrtc/modules/audio_device/android/ |
D | audio_manager.cc | 28 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, TAG, __VA_ARGS__) macro
|
D | audio_record_jni.cc | 27 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, TAG, __VA_ARGS__) macro
|
D | audio_track_jni.cc | 27 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, TAG, __VA_ARGS__) macro
|
D | opensles_player.cc | 27 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, TAG, __VA_ARGS__) macro
|
/external/drm_gralloc/ |
D | gralloc_drm_radeon.c | 498 ALOGI("detected chipset 0x%04x family 0x%02x (vram size %dMiB, gart size %dMiB)", in radeon_probe()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.cpp | 3066 ALOGI("expected_badness glGetIntegerv() called without current context."); in GetIntegerv()
|