Searched refs:LOGI (Results 1 – 15 of 15) sorted by relevance
/system/core/nexus/ |
D | main.cpp | 31 LOGI("Nexus version 0.1 firing up"); in main() 65 LOGI("Nexus exiting"); in main()
|
D | WifiController.cpp | 111 LOGI("Powering up"); in enable() 120 LOGI("Loading driver"); in enable() 129 LOGI("Loading firmware"); in enable() 138 LOGI("Starting WPA Supplicant"); in enable() 170 LOGI("Enabled successfully"); in enable()
|
/system/bluetooth/bluedroid/ |
D | bluetooth.c | 158 LOGI("Starting hciattach daemon"); in bt_enable() 181 LOGI("Starting bluetoothd deamon"); in bt_enable() 201 LOGI("Stopping bluetoothd deamon"); in bt_disable() 212 LOGI("Stopping hciattach deamon"); in bt_disable()
|
/system/core/libdiskconfig/ |
D | diskutils.c | 43 LOGI("Writing RAW image '%s' to '%s' (offset=%llu)", src, dst, offset); in write_raw_image() 104 LOGI("Wrote %llu bytes to %s @ %lld", total, dst, offset); in write_raw_image()
|
D | write_lst.c | 85 LOGI("Would write %d bytes @ offset %lld.", lst->len, lst->offset); in wlist_commit()
|
D | config_mbr.c | 50 LOGI("Configuring pentry. status=0x%x type=0x%x start_lba=%u len_lba=%u", in cfg_pentry()
|
D | diskconfig.c | 322 LOGI("Requesting operation on a regular file, not block device."); in validate()
|
/system/netd/ |
D | main.cpp | 44 LOGI("Netd 1.0 starting"); in main() 75 LOGI("Netd exiting"); in main()
|
/system/core/libcutils/ |
D | selector.c | 51 LOGI("read() interrupted."); in eatWakeupData() 80 LOGI("read() interrupted."); in selectorWakeUp() 254 LOGI("select() interrupted."); in selectorLoop()
|
D | loghack.h | 32 #define LOGI(...) LOG("I", __VA_ARGS__) macro
|
D | mq.c | 377 LOGI("Peer %d died. errno: %s", peerProxy->credentials.pid, in peerProxyKill() 380 LOGI("Peer %d died.", peerProxy->credentials.pid); in peerProxyKill() 905 LOGI("Couldn't connect to %d.", pid); in masterProxyHandleConnectionError() 950 LOGI("EOF"); in peerProxyBufferInput() 1053 LOGI("Accepted connection from process %d.", credentials.pid); in masterAcceptConnection()
|
/system/core/include/cutils/ |
D | log.h | 114 #ifndef LOGI 115 #define LOGI(...) ((void)LOG(LOG_INFO, LOG_TAG, __VA_ARGS__)) macro
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/tiwlan_loader/ |
D | tiwlan_loader.c | 89 { LOGI(fmt , ## args); }
|
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssembler.cpp | 180 LOGI(format, name, int(pc()-base()), base(), pc(), duration); in generate()
|
/system/core/libpixelflinger/ |
D | trap.cpp | 642 LOGI( " top=%d (%.3f) bot=%d (%.3f) x=%d (%.3f) ix=%d (%.3f)", in edge_dump() 653 LOGI( "%d edge%s:\n", count, count == 1 ? "" : "s" ); in triangle_dump_edges()
|