Home
last modified time | relevance | path

Searched refs:ALOGI (Results 1 – 9 of 9) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c576 ALOGI(__FUNCTION__); in USERIAL_Init()
586 ALOGI("USERIAL_Init(): wait for close-thread"); in USERIAL_Init()
926ALOGI("\n***userial_io_init_bt_wake(): Ooops, asserted BT_WAKE signal, but still got BT_WAKE state… in userial_io_init_bt_wake()
956 ALOGI("USERIAL_Open(): enter"); in USERIAL_Open()
966 ALOGI("USERIAL_Open(): wait for close-thread"); in USERIAL_Open()
997ALOGI("USERIAL_Open() device: %s port=%d, uart_port=%d WAKE_DELAY(%d) WRITE_DELAY(%d) POWER_ON_DEL… in USERIAL_Open()
1015 ALOGI("USERIAL_Open() using device_name: %s ", (char*)device_name); in USERIAL_Open()
1053 ALOGI("%s unable to open %s", __FUNCTION__, device_name); in USERIAL_Open()
1067 ALOGI("%s unable to open %s", __FUNCTION__, power_control_dev); in USERIAL_Open()
1123 ALOGI("USERIAL_Open(): exit"); in USERIAL_Open()
[all …]
/external/libunwind/include/
Dlibunwind_i.h285 ALOGI("%*c>%s: " format, ((level) <= 16) ? (level) : 16, ' ', \
289 # define Dprintf(format, ...) ALOGI(format, ##__VA_ARGS__);
/external/drm_hwcomposer/
Ddrmplane.cpp129 ALOGI("Could not get alpha property"); in Init()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c667 #ifndef ALOGI
668 #define ALOGI LOGI macro
679 ALOGI("%s", msg); in droid_log()
/external/svox/pico/tts/
Dcom_svox_picottsengine.cpp491 ALOGI("loaded %s successfully", picoProp_currLang); in doLanguageSwitchFromLangIndex()
1185ALOGI("TtsEngine::setLanguage found matching language(%s) but not matching country(%s).", in setLanguage()
1492 ALOGI("Warning: SSML document parsed with errors"); in synthesizeText()
1591 ALOGI("Halt requested by caller. Halting."); in synthesizeText()
Dsvox_ssml_parser.cpp88ALOGI("Parser error at line %d: %s\n", (int)XML_GetCurrentLineNumber(mParser), XML_ErrorString(XML… in parseDocument()
/external/libnfc-nxp/src/
DphHciNfc_NfcIPMgmt.c1408ALOGI("I'm P2P %s Initiator @ 106 kb/s", p_nfcipinfo->activation_mode ? "Active" : "Passive"); in phHciNfc_NfcIP_InfoUpdate()
1411ALOGI("I'm P2P %s Initiator @ 212 kb/s", p_nfcipinfo->activation_mode ? "Active" : "Passive"); in phHciNfc_NfcIP_InfoUpdate()
1414ALOGI("I'm P2P %s Initiator @ 424 kb/s", p_nfcipinfo->activation_mode ? "Active" : "Passive"); in phHciNfc_NfcIP_InfoUpdate()
1423ALOGI("I'm P2P %s Target @ 106 kb/s", p_nfcipinfo->activation_mode ? "Active" : "Passive"); in phHciNfc_NfcIP_InfoUpdate()
1426ALOGI("I'm P2P %s Target @ 212 kb/s", p_nfcipinfo->activation_mode ? "Active" : "Passive"); in phHciNfc_NfcIP_InfoUpdate()
1429ALOGI("I'm P2P %s Target @ 424 kb/s", p_nfcipinfo->activation_mode ? "Active" : "Passive"); in phHciNfc_NfcIP_InfoUpdate()
/external/drm_gralloc/
Dgralloc_drm_radeon.c498 ALOGI("detected chipset 0x%04x family 0x%02x (vram size %dMiB, gart size %dMiB)", in radeon_probe()
/external/libvncserver/test/
Dbmp.c384 ALOGI("writting bitmap data (%u bytes), srcpitch = %d, h = %d", srcpitch*h, srcpitch, h); in savebmp()