Home
last modified time | relevance | path

Searched refs:LOGI (Results 1 – 15 of 15) sorted by relevance

/system/core/nexus/
Dmain.cpp31 LOGI("Nexus version 0.1 firing up"); in main()
65 LOGI("Nexus exiting"); in main()
DWifiController.cpp111 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/
Dbluetooth.c158 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/
Ddiskutils.c43 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()
Dwrite_lst.c85 LOGI("Would write %d bytes @ offset %lld.", lst->len, lst->offset); in wlist_commit()
Dconfig_mbr.c50 LOGI("Configuring pentry. status=0x%x type=0x%x start_lba=%u len_lba=%u", in cfg_pentry()
Ddiskconfig.c322 LOGI("Requesting operation on a regular file, not block device."); in validate()
/system/netd/
Dmain.cpp44 LOGI("Netd 1.0 starting"); in main()
75 LOGI("Netd exiting"); in main()
/system/core/libcutils/
Dselector.c51 LOGI("read() interrupted."); in eatWakeupData()
80 LOGI("read() interrupted."); in selectorWakeUp()
254 LOGI("select() interrupted."); in selectorLoop()
Dloghack.h32 #define LOGI(...) LOG("I", __VA_ARGS__) macro
Dmq.c377 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/
Dlog.h114 #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/
Dtiwlan_loader.c89 { LOGI(fmt , ## args); }
/system/core/libpixelflinger/codeflinger/
DARMAssembler.cpp180 LOGI(format, name, int(pc()-base()), base(), pc(), duration); in generate()
/system/core/libpixelflinger/
Dtrap.cpp642 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()