/system/tools/hidl/test/hidl_test/ |
D | FooCallback.cpp | 33 ALOGI("SERVER(FooCallback) 1: heyItsYou cb = %p", _cb.get()); in heyItsYou() 41 ALOGI("SERVER(FooCallback) 2: heyItsYou returned"); in heyItsYou() 47 …ALOGI("SERVER(FooCallback) 3: heyItsYouIsntIt cb = %p sleeping for %" PRId64 " seconds", _cb.get()… in heyItsYouIsntIt() 49 ALOGI("SERVER(FooCallback) 4: heyItsYouIsntIt cb = %p responding", _cb.get()); in heyItsYouIsntIt() 57 ALOGI("SERVER(FooCallback) 5: heyItsYouIsntIt cb = %p responding", _cb.get()); in heyItsYouIsntIt() 63 …ALOGI("SERVER(FooCallback) 6.1: heyItsTheMeaningOfLife = %d sleeping for %" PRId64 " seconds", tmo… in heyItsTheMeaningOfLife() 65 ALOGI("SERVER(FooCallback) 6.2: heyItsTheMeaningOfLife = %d done sleeping", tmol); in heyItsTheMeaningOfLife() 73 ALOGI("SERVER(FooCallback) 6.3: heyItsTheMeaningOfLife returned"); in heyItsTheMeaningOfLife() 78 … ALOGI("SERVER(FooCallback) 8.1: reportResults(%" PRId64 " seconds)", nanoseconds_to_seconds(ns)); in reportResults() 100 …ALOGI("SERVER(FooCallback)::reportResults(%" PRId64 " ns) Condition::waitRelative was signalled", … in reportResults() [all …]
|
D | hidl_test_client.cpp | 460 ALOGI("Environment setup beginning..."); in SetUp() 462 ALOGI("Environment setup complete."); in SetUp() 486 ALOGI("Test setup beginning..."); in SetUp() 503 ALOGI("Test setup complete"); in SetUp() 1117 ALOGI("CLIENT call doThis."); in TEST_F() 1119 ALOGI("CLIENT doThis returned."); in TEST_F() 1123 ALOGI("CLIENT call doThatAndReturnSomething."); in TEST_F() 1125 ALOGI("CLIENT doThatAndReturnSomething returned %d.", result); in TEST_F() 1130 ALOGI("CLIENT call doQuiteABit"); in TEST_F() 1132 ALOGI("CLIENT doQuiteABit returned %f.", something); in TEST_F() [all …]
|
/system/bt/vendor_libs/test_vendor_lib/desktop/ |
D | test_environment.cc | 38 ALOGI("%s", __func__); in initialize() 53 ALOGI("%s: Finished", __func__); in initialize() 57 ALOGI("%s", __func__); in close() 64 [](const std::string& response) { ALOGI("No HCI Response channel: %s", response.c_str()); }); in SetUpHciServer() 90 …[](const std::string& response) { ALOGI("No LinkLayer Response channel: %s", response.c_str()); }); in SetUpLinkLayerServer() 114 ALOGI("socket() call failed: %s", strerror(errno)); in ConnectToRemoteServer() 121 ALOGI("gethostbyname() failed for %s: %s", server.c_str(), strerror(errno)); in ConnectToRemoteServer() 133 ALOGI("connect() failed for %s@%d: %s", server.c_str(), port, strerror(errno)); in ConnectToRemoteServer() 148 [](const std::string& response) { ALOGI("No test channel: %s", response.c_str()); }); in SetUpTestChannel() 155 ALOGI("Test channel SetUp() successful"); in SetUpTestChannel() [all …]
|
D | root_canal_main.cc | 34 ALOGI("main"); in main() 41 ALOGI("%d: %s (%d)", arg, argv[arg], port); in main()
|
/system/netd/resolv/dns_responder/ |
D | dns_responder.cpp | 54 #define APLOGI(fmt, ...) ALOGI(fmt ": [%d] %s", __VA_ARGS__, errno, errno2str().c_str()) 57 #define DBGLOG(fmt, ...) ALOGI(fmt, __VA_ARGS__) 176 ALOGI("parsing failed at line %d", __LINE__); in read() 189 ALOGI("logic error: all names are expected to end with a '.'"); in write() 194 ALOGI("name component '%s' is %zu long, but max is 255", in write() 199 ALOGI("buffer overflow at line %d", __LINE__); in write() 216 ALOGI("parsing failed at line %d", __LINE__); in parseField() 229 ALOGI("parsing failed at line %d", __LINE__); in parseField() 236 ALOGI("name compression not implemented"); in parseField() 239 ALOGI("invalid name field type"); in parseField() [all …]
|
D | dns_tls_frontend.cpp | 68 #define APLOGI(fmt, ...) ALOGI(fmt ": [%d] %s", __VA_ARGS__, errno, errno2str().c_str()) 220 ALOGI("bound to TCP %s:%s", host_str.c_str(), listen_service_.c_str()); in startServer() 266 ALOGI("server started successfully"); in startServer() 306 ALOGI("SSL negotiation failure"); in requestHandler() 326 ALOGI("Not enough header bytes"); in handleOneRequest() 335 ALOGI("Error while reading query"); in handleOneRequest() 342 ALOGI("Failed to send query"); in handleOneRequest() 349 ALOGI("Failed to receive response"); in handleOneRequest() 356 ALOGI("Failed to write response header"); in handleOneRequest() 360 ALOGI("Failed to write response body"); in handleOneRequest() [all …]
|
/system/bt/test/rootcanal/ |
D | bluetooth_hci.cc | 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() [all …]
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 112 ALOGI("Repeating '%s' of length=%zu", android::String8(token).string(), in LogRepeatedStringToken() 120 ALOGI("Repeating token %s", token_str.str().c_str()); in LogRepeatedToken() 124 ALOGI("Repeating Map with %d elements", (int)token.size()); in LogRepeatedMapToken() 176 ALOGI("Repeated a SimpleParcelable %s", input.toString().c_str()); in RepeatSimpleParcelable() 184 ALOGI("Repeated a PersistableBundle"); in RepeatPersistableBundle() 192 ALOGI("Reversing array of length %zu", input.size()); in ReverseArray() 202 ALOGI("Repeating nullable value"); in RepeatNullable() 310 ALOGI("Reversing descriptor array of length %zu", input.size()); in ReverseFileDescriptorArray() 329 ALOGI("Reversing parcel descriptor array of length %zu", input.size()); in ReverseParcelFileDescriptorArray() 352 ALOGI("Repeating nullable string list"); in RepeatNullableStringList() [all …]
|
/system/extras/memtrack/ |
D | memtrack.cpp | 243 ALOGI("Dumping process list"); in dumpToLog() 246 ALOGI(" Name: %s", (*it)->name.c_str()); in dumpToLog() 247 ALOGI(" Max running processes: %zu", (*it)->max_num_pids); in dumpToLog() 249 ALOGI(" Currently running pids:"); in dumpToLog() 252 ALOGI(" %d", *pid_it); in dumpToLog() 256 ALOGI(" Min PSS %0.4fM", (*it)->min_pss_kb/1024.0); in dumpToLog() 257 ALOGI(" Avg PSS %0.4fM", (*it)->avg_pss_kb/1024.0); in dumpToLog() 258 ALOGI(" Max PSS %0.4fM", (*it)->max_pss_kb/1024.0); in dumpToLog() 259 ALOGI(" Last PSS %0.4fM", (*it)->last_pss_kb/1024.0); in dumpToLog()
|
/system/core/libqtaguid/ |
D | qtaguid.c | 93 ALOGI("Tagging socket %d with tag %" PRIx64 "(%d) for uid %d failed errno=%d", sockfd, kTag, in legacy_tagSocket() 109 ALOGI("Untagging socket %d failed errno=%d", sockfd, res); in legacy_untagSocket() 138 ALOGI("Deleting tag data with tag %" PRIx64 "/%d for uid %d failed with cnt=%d errno=%d", in legacy_deleteTagData()
|
/system/libhwbinder/ |
D | Static.cpp | 43 if (N != 1) ALOGI("WARNING: writeLines N=%zu\n", N); in writeLines() 44 ALOGI("%.*s", (int)vec.iov_len, (const char*) vec.iov_base); in writeLines()
|
/system/bt/vendor_libs/linux/interface/ |
D | bluetooth_hci.cc | 74 ALOGI( "%s", __func__); in openBtHci() 102 ALOGI( "HCI device ready"); in openBtHci() 122 ALOGI( "%s", __func__); in waitHciDev() 268 ALOGI("BluetoothHci::initialize()"); in initialize() 294 ALOGI("Skipping unlink call, service died."); in initialize() 303 ALOGI("BluetoothHci::close()"); in close()
|
/system/core/trusty/storage/proxy/ |
D | proxy.c | 231 ALOGI("starting storageproxyd\n"); in parse_args() 232 ALOGI("storage data root: %s\n", ss_data_root); in parse_args() 233 ALOGI("trusty dev: %s\n", trusty_devname); in parse_args() 234 ALOGI("rpmb dev: %s\n", rpmb_devname); in parse_args()
|
D | rpmb.c | 89 ALOGI("opcode: 0x%x, write_flag: 0x%x\n", cmd->opcode, cmd->write_flag); in send_mmc_rpmb_req() 105 ALOGI("opcode: 0x%x, write_flag: 0x%x\n", cmd->opcode, cmd->write_flag); in send_mmc_rpmb_req() 120 ALOGI("opcode: 0x%x, write_flag: 0x%x\n", cmd->opcode, cmd->write_flag); in send_mmc_rpmb_req()
|
/system/bpf/bpfloader/ |
D | BpfLoader.cpp | 82 ALOGI("Attempted load object: %s, ret: %s", progPath.c_str(), std::strerror(-ret)); in loadAllElfObjects() 91 ALOGI("Property bpf.progs_loaded is set, progs already loaded.\n"); in main()
|
/system/core/libdiskconfig/ |
D | diskutils.c | 44 ALOGI("Writing RAW image '%s' to '%s' (offset=%llu)", src, dst, (unsigned long long)offset); in write_raw_image() 105 ALOGI("Wrote %" PRIu64 " bytes to %s @ %lld", total, dst, (long long)offset); in write_raw_image()
|
/system/core/lmkd/ |
D | lmkd.c | 829 ALOGI("closing lmkd data connection"); in ctrl_data_close() 972 ALOGI("lmkd data connection established"); in ctrl_connect_handler() 1483 ALOGI("Low pressure min memory update from %" PRId64 " to %" PRId64, in record_low_pressure_levels() 1499 ALOGI("Low pressure max memory update from %" PRId64 " to %" PRId64, in record_low_pressure_levels() 1558 ALOGI("%s memory pressure event is triggered", level_name[level]); in mp_event_common() 1594 ALOGI("%lu memory pressure events were skipped after a kill!", in mp_event_common() 1626 ALOGI("Ignore %s memory pressure event " in mp_event_common() 1661 ALOGI("Event upgraded to %s", level_name[level]); in mp_event_common() 1674 ALOGI("Ignore %s memory pressure", level_name[level]); in mp_event_common() 1679 ALOGI("Downgrade critical memory pressure"); in mp_event_common() [all …]
|
/system/extras/ANRdaemon/ |
D | ANRdaemon.cpp | 262 ALOGI("Started to dump ANRdaemon trace."); in dump_trace() 359 ALOGI("Finished dump. Output file stored at: %s", path_buf); in dump_trace() 388 ALOGI("trace stopped due to suspend. Send SIGCONT to resume."); in start_tracing() 390 ALOGI("trace stopped due to dump request."); in start_tracing() 633 ALOGI("ANRdaemon starting"); in main() 639 ALOGI("ANRdaemon terminated."); in main()
|
/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
D | h4_protocol.cc | 34 ALOGI("in lambda"); in H4Protocol() 82 ALOGI("%s: Nothing ready, will retry!", __func__); in OnDataReady()
|
D | h4_packetizer.cc | 103 ALOGI("%s: Nothing ready, will retry!", __func__); in OnDataReady() 150 …ALOGI("%s: Read a preamble of size %d length %d %0x %0x %0x", __func__, static_cast<int>(bytes_rea… in OnDataReady() 170 ALOGI("%s: Will try again to read the payload!", __func__); in OnDataReady()
|
D | hci_packetizer.cc | 87 …ALOGI("%s: Read a preamble of size %d length %d %0x %0x %0x", __func__, static_cast<int>(bytes_rea… in OnDataReady() 106 ALOGI("%s: Will try again to read the payload!", __func__); in OnDataReady()
|
/system/netd/server/ |
D | oem_iptables_hook.cpp | 73 ALOGI("OEM iptable hook installed."); in setupOemIptablesHook()
|
D | ResolvStub.cpp | 64 ALOGI("Loaded resolver library from %s", path.c_str()); in resolv_stub_init()
|
/system/keymaster/android_keymaster/ |
D | keymaster_configuration.cpp | 94 ALOGI("Platform version string does not match expected format. Using version 0."); in GetOsVersion() 122 ALOGI("Platform patchlevel string does not match expected format. Using patchlevel 0"); in GetOsPatchlevel()
|
/system/core/libmemunreachable/ |
D | log.h | 51 #define MEM_ALOGI ALOGI
|