/system/netd/server/ |
D | Controllers.cpp | 243 gLog.info("Creating child chains: %" PRId64 "us", s.getTimeAndResetUs()); in initIptablesRules() 247 gLog.info("Setting up OEM hooks: %" PRId64 "us", s.getTimeAndResetUs()); in initIptablesRules() 251 gLog.info("Setting up FirewallController hooks: %" PRId64 "us", s.getTimeAndResetUs()); in initIptablesRules() 255 gLog.info("Setting up TetherController hooks: %" PRId64 "us", s.getTimeAndResetUs()); in initIptablesRules() 262 gLog.info("Setting up BandwidthController hooks: %" PRId64 "us", s.getTimeAndResetUs()); in initIptablesRules() 269 gLog.info("Setting up IdletimerController hooks: %" PRId64 "us", s.getTimeAndResetUs()); in initIptablesRules() 275 gLog.info("Setting up StrictController hooks: %" PRId64 "us", s.getTimeAndResetUs()); in initIptablesRules() 283 gLog.info("Initializing ClatdController: %" PRId64 "us", s.getTimeAndResetUs()); in init() 295 gLog.info("Initializing traffic control: %" PRId64 "us", s.getTimeAndResetUs()); in init() 298 gLog.info("Enabling bandwidth control: %" PRId64 "us", s.getTimeAndResetUs()); in init() [all …]
|
D | main.cpp | 189 gLog.info("Registering NetdNativeService: %" PRId64 "us", subTime.getTimeAndResetUs()); in main() 199 gLog.info("Registering NetdHwService: %" PRId64 "us", subTime.getTimeAndResetUs()); in main() 200 gLog.info("Netd started in %" PRId64 "us", s.timeTakenUs()); in main()
|
D | TetherController.cpp | 874 ALOGV("parse iface0=<%s> iface1=<%s> pkts=%" PRId64 " bytes=%" PRId64 in addForwardChainStats() 883 ALOGV("0Filter RX iface_in=%s iface_out=%s rx_bytes=%" PRId64 " rx_packets=%" PRId64 in addForwardChainStats() 890 ALOGV("0Filter TX iface_in=%s iface_out=%s rx_bytes=%" PRId64 " rx_packets=%" PRId64 in addForwardChainStats() 896 ALOGV("rx_bytes=%" PRId64" tx_bytes=%" PRId64, stats.rxBytes, stats.txBytes); in addForwardChainStats()
|
D | BandwidthController.cpp | 62 #define ALERT_IPT_TEMPLATE "%s %s -m quota2 ! --quota %" PRId64" --name %s\n" 381 cmds.push_back(StringPrintf("-I %s -m quota2 ! --quota %" PRId64 " --name %s -j REJECT", in setInterfaceSharedQuota() 494 StringPrintf("-A %s -m quota2 ! --quota %" PRId64 " --name %s -j REJECT", chain.c_str(), in setInterfaceQuota() 528 ALOGV("Read quota res=%d bytes=%" PRId64, rv.value(), *bytes); in getInterfaceQuota() 579 sys.fprintf(file.value().get(), "%" PRId64 "\n", bytes).ignoreError(); in updateQuota()
|
D | SockDiag.cpp | 344 ALOGI("Destroyed %d sockets on %s in %" PRId64 "us", mSocketsDestroyed, where.c_str(), in destroySockets() 419 ALOGI("Destroyed %d sockets for UID in %" PRId64 "us", mSocketsDestroyed, s.timeTakenUs()); in destroySockets() 447 ALOGI("Destroyed %d sockets for %s skip={%s} in %" PRId64 "us", mSocketsDestroyed, in destroySockets() 540 ALOGI("Destroyed %d sockets for netId %d permission=%d in %" PRId64 "us", mSocketsDestroyed, in destroySocketsLackingPermission()
|
/system/tools/hidl/test/hidl_test/ |
D | FooCallback.cpp | 47 …ALOGI("SERVER(FooCallback) 3: heyItsYouIsntIt cb = %p sleeping for %" PRId64 " seconds", _cb.get()… in heyItsYouIsntIt() 63 …ALOGI("SERVER(FooCallback) 6.1: heyItsTheMeaningOfLife = %d sleeping for %" PRId64 " seconds", tmo… in heyItsTheMeaningOfLife() 78 … ALOGI("SERVER(FooCallback) 8.1: reportResults(%" PRId64 " seconds)", nanoseconds_to_seconds(ns)); in reportResults() 93 …ALOGW("SERVER(FooCallback)::reportResults(%" PRId64 " ns) Condition::waitRelative(%" PRId64 ") ret… in reportResults() 100 …ALOGI("SERVER(FooCallback)::reportResults(%" PRId64 " ns) Condition::waitRelative was signalled", … in reportResults() 105 "invoked? %d, %d, %d; leftToWaitNs = %" PRId64 "; cond = %d", in reportResults()
|
/system/core/healthd/ |
D | healthd_mode_charger.cpp | 302 LOGV("[%" PRId64 "] wait for battery capacity ready\n", now); in UpdateScreenState() 320 LOGV("[%" PRId64 "] leave screen off\n", now); in UpdateScreenState() 342 LOGV("[%" PRId64 "] animation done\n", now); in UpdateScreenState() 356 LOGV("[%" PRId64 "] animation starting\n", now); in UpdateScreenState() 388 LOGW("[%" PRId64 "] animation missing or unknown battery status\n", now); in UpdateScreenState() 441 LOGV("[%" PRId64 "] key[%d] down\n", now, code); in SetKeyCallback() 446 LOGV("[%" PRId64 "] key[%d] up (was down for %" PRId64 ".%" PRId64 "sec)\n", now, code, in SetKeyCallback() 475 LOGW("[%" PRId64 "] booting from charger mode\n", now); in ProcessKey() 479 LOGW("[%" PRId64 "] rebooting\n", now); in ProcessKey() 482 LOGV("[%" PRId64 in ProcessKey() [all …]
|
/system/libziparchive/ |
D | zip_archive.cc | 167 ALOGW("Zip: %s: Read %zu from offset %" PRId64 " failed %s", debugFileName, in FindCentralDirectoryInfoForZip64() 173 ALOGW("Zip: %s: Zip64 eocd locator signature not found at offset %" PRId64, debugFileName, in FindCentralDirectoryInfoForZip64() 181 ALOGW("Zip: %s: Bad zip64 eocd offset %" PRId64 ", eocd locator offset %" PRId64, debugFileName, in FindCentralDirectoryInfoForZip64() 189 ALOGW("Zip: %s: read %zu from offset %" PRId64 " failed %s", debugFileName, in FindCentralDirectoryInfoForZip64() 195 ALOGW("Zip: %s: Zip64 eocd record signature not found at offset %" PRId64, debugFileName, in FindCentralDirectoryInfoForZip64() 224 ALOGE("Zip: read %" PRId64 " from offset %" PRId64 " failed", static_cast<int64_t>(read_amount), in FindCentralDirectoryInfo() 259 ALOGW("Zip: %" PRId64 " extraneous bytes at the end of the central directory", in FindCentralDirectoryInfo() 276 ALOGW("Zip: bad offsets (dir %" PRIu32 ", size %" PRIu32 ", eocd %" PRId64 ")", in FindCentralDirectoryInfo() 303 ALOGV("Zip: zip file too long %" PRId64, static_cast<int64_t>(file_length)); in MapCentralDirectory() 308 ALOGV("Zip: length %" PRId64 " is too small to be zip", static_cast<int64_t>(file_length)); in MapCentralDirectory() [all …]
|
D | ziptool.cpp | 141 printf("Zip file size: %" PRId64 " bytes, number of entries: %" PRIu64 "\n", in MaybeShowHeader() 152 "%8" PRId64 " %8" PRId64 " %3.0f%% %zu file%s\n", in MaybeShowFooter() 159 "%9" PRId64 " %zu file%s\n", in MaybeShowFooter() 176 printf("%zu files, %" PRId64 " bytes uncompressed, %" PRId64 " bytes compressed: %.1f%%\n", in MaybeShowFooter()
|
/system/chre/chpp/clients/ |
D | timesync.c | 130 CHPP_LOGW("Drift=%" PRId64 " clipped to %" PRId64 " at t=%" PRIu64, in chppDispatchTimesyncServiceResponse() 142 CHPP_LOGI("Timesync RTT=%" PRIu64 " correction=%" PRId64 " offset=%" PRId64 in chppDispatchTimesyncServiceResponse() 199 CHPP_LOGD("No need to timesync at t~=%" PRIu64 "offset=%" PRId64, in chppTimesyncGetOffset()
|
/system/extras/simpleperf/ |
D | cmd_dumprecord.cpp | 97 return android::base::StringPrintf("%" PRId64, static_cast<int64_t>(value)); in ExtractIntFieldFromPointer() 281 printf("header_size: %" PRId64 "\n", header.header_size); in DumpFileHeader() 286 printf("attr_size: %" PRId64 "\n", header.attr_size); in DumpFileHeader() 291 printf("attrs[file section]: offset %" PRId64 ", size %" PRId64 "\n", header.attrs.offset, in DumpFileHeader() 293 printf("data[file section]: offset %" PRId64 ", size %" PRId64 "\n", header.data.offset, in DumpFileHeader() 295 printf("event_types[file section]: offset %" PRId64 ", size %" PRId64 "\n", in DumpFileHeader() 320 printf(" %" PRId64, id); in DumpAttrSection() 458 printf("feature section for %s: offset %" PRId64 ", size %" PRId64 "\n", in DumpFeatureSection()
|
/system/unwinding/libunwindstack/tools/ |
D | unwind_reg_info.cpp | 46 printf("- %" PRId64, -value); in PrintSignedValue() 48 printf("+ %" PRId64, value); in PrintSignedValue() 115 printf("r%" PRId64 " ", loc->values[0]); in PrintRegInformation() 133 printf("%" PRId64 " (pseudo)\n", loc->values[0]); in PrintRegInformation()
|
/system/core/libutils/ |
D | StopWatch.cpp | 36 ALOGD("StopWatch %s (us): %" PRId64 " ", name(), ns2us(elapsedTime())); in ~StopWatch()
|
D | FileMap.cpp | 29 # define PRId64 "I64d" macro 170 ALOGE("MapViewOfFile(%" PRId64 ", %zu) failed with error %lu\n", in create()
|
/system/media/audio_utils/ |
D | echo_reference.c | 392 ALOGV("echo_reference_read(): expectedDelayNs[%" PRId64 "] = " in echo_reference_read() 394 "] - timeDiff[%" PRId64 "]", in echo_reference_read() 403 PRId64 "]", deltaNs); in echo_reference_read() 460 "between reference and DMA %" PRId64, deltaNs); in echo_reference_read() 463 ALOGV("echo_reference_read(): NEGATIVE expectedDelayNs[%" PRId64 in echo_reference_read() 465 "] - timeDiff[%" PRId64 "]", in echo_reference_read()
|
/system/core/libcutils/ |
D | trace-container.cpp | 235 WRITE_MSG_IN_CONTAINER("C", "|", "|%" PRId64, name, value); in atrace_int64_body() 241 WRITE_MSG("C|%d|", "|%" PRId64, name, value); in atrace_int64_body()
|
D | trace-dev.cpp | 99 WRITE_MSG("C|%d|", "|%" PRId64, name, value); in atrace_int64_body()
|
/system/core/libsparse/ |
D | sparse_read.cpp | 299 verbose_error(s->verbose, ret, "data block at %" PRId64, offset); in process_chunk() 307 verbose_error(s->verbose, ret, "fill block at %" PRId64, offset); in process_chunk() 316 verbose_error(s->verbose, ret, "skip block at %" PRId64, offset); in process_chunk() 324 verbose_error(s->verbose, -EINVAL, "crc block at %" PRId64, offset); in process_chunk() 329 verbose_error(s->verbose, -EINVAL, "unknown block %04X at %" PRId64, chunk_header->chunk_type, in process_chunk()
|
/system/netd/tests/ |
D | TestUnsolService.cpp | 84 events_.push_back(StringPrintf("onInterfaceClassActivityChanged %d %d %" PRId64 "%d", isActive, in onInterfaceClassActivityChanged() 98 events_.push_back(StringPrintf("onInterfaceDnsServerInfo %s %" PRId64 "%s", ifName.c_str(), in onInterfaceDnsServerInfo()
|
/system/memory/lmkd/ |
D | lmkd.cpp | 1116 "(tid %d, tgid %" PRId64 ")", params.pid, tgid); in cmd_procprio() 2154 ALOGE("Possible pid reuse detected (pid %d, tgid %" PRId64 ")!", pid, tgid); in kill_one_process() 2204 ALOGI("Kill '%s' (%d), uid %d, oom_score_adj %d to free %" PRId64 "kB rss, %" PRId64 in kill_one_process() 2212 ALOGI("Kill '%s' (%d), uid %d, oom_score_adj %d to free %" PRId64 "kB rss, %" PRId64 in kill_one_process() 2310 ALOGI("Low pressure min memory update from %" PRId64 " to %" PRId64, in record_low_pressure_levels() 2326 ALOGI("Low pressure max memory update from %" PRId64 " to %" PRId64, in record_low_pressure_levels() 2595 snprintf(kill_desc, sizeof(kill_desc), "device is low on swap (%" PRId64 in mp_event_psi() 2596 "kB < %" PRId64 "kB) and thrashing (%" PRId64 "%%)", in mp_event_psi() 2607 PRId64 "kB < %" PRId64 "kB)", wmark < WMARK_LOW ? "min" : "low", in mp_event_psi() 2627 PRId64 "%%)", wmark < WMARK_LOW ? "min" : "low", thrashing); in mp_event_psi() [all …]
|
/system/extras/boottime_tools/bootio/ |
D | bootio_collector.cpp | 278 #define NUMBER "%-13" PRId64 in PrintPids() 279 … printf("%5" PRId64 " - %-5" PRId64 " " NUMBER NUMBER NUMBER NUMBER NUMBER NUMBER "%-9.2f\n", in PrintPids() 293 #define NUMBER "%-13" PRId64 in PrintPids()
|
/system/chre/apps/test/chqts/src/general_test/ |
D | cell_info_nr.cc | 35 chreLog(CHRE_LOG_ERROR, "Invalid NR Cell Identity: %" PRId64, in validateIdentity()
|
/system/testing/gtest_extras/ |
D | Test.cpp | 78 printf(" (%" PRId64 " ms)", RunTimeNs() / kNsPerMs); in Print()
|
D | Isolate.cpp | 424 printf(" %s (elapsed time %" PRId64 " ms)\n", test->name().c_str(), run_time_ms); in HandleSignals() 553 printf(" %s from %s ran. (%" PRId64 " ms total)\n", in PrintFooter() 759 "GTEST_TOTAL_SHARDS, but you have GTEST_SHARD_INDEX=%" PRId64 in Run() 760 ", GTEST_TOTAL_SHARDS=%" PRId64, in Run() 772 ColoredPrintf(COLOR_YELLOW, "Note: This is test shard %" PRId64 " of %" PRId64, in Run()
|
/system/update_engine/cros/ |
D | omaha_request_builder_xml.cc | 116 base::StringPrintf(" active=\"%" PRId64 "\"", app_params.ping_active); in GetPingDateBased() 117 ping_ad = base::StringPrintf(" ad=\"%" PRId64 "\"", in GetPingDateBased() 121 string ping_rd = base::StringPrintf(" rd=\"%" PRId64 "\"", in GetPingDateBased()
|