Lines Matching refs:ALOGI
74 ALOGI("%s", __func__); in initialize()
125 ALOGI("No test channel yet: %s", response.c_str()); in initialize()
140 ALOGI("Adding Beacons so the scan list is not empty."); in initialize()
149 ALOGI("Skipping unlink call, service died."); in initialize()
159 ALOGI("%s", __func__); in close()
194 [](const std::string& response) { ALOGI("No HCI Response channel: %s", response.c_str()); }); in SetUpHciServer()
220 …[](const std::string& response) { ALOGI("No LinkLayer Response channel: %s", response.c_str()); }); in SetUpLinkLayerServer()
244 ALOGI("socket() call failed: %s", strerror(errno)); in ConnectToRemoteServer()
251 ALOGI("gethostbyname() failed for %s: %s", server.c_str(), strerror(errno)); in ConnectToRemoteServer()
263 ALOGI("connect() failed for %s@%d: %s", server.c_str(), port, strerror(errno)); in ConnectToRemoteServer()
278 [](const std::string& response) { ALOGI("No test channel: %s", response.c_str()); }); in SetUpTestChannel()
285 ALOGI("Test channel SetUp() successful"); in SetUpTestChannel()
292 ALOGI("Test channel connection accepted."); in SetUpTestChannel()