Home
last modified time | relevance | path

Searched refs:PRId64 (Results 1 – 24 of 24) sorted by relevance

/system/extras/simpleperf/
Dcmd_dumprecord.cpp85 printf("header_size: %" PRId64 "\n", header->header_size); in DumpFileHeader()
90 printf("attr_size: %" PRId64 "\n", header->attr_size); in DumpFileHeader()
94 printf("attrs[file section]: offset %" PRId64 ", size %" PRId64 "\n", header->attrs.offset, in DumpFileHeader()
96 printf("data[file section]: offset %" PRId64 ", size %" PRId64 "\n", header->data.offset, in DumpFileHeader()
98 printf("event_types[file section]: offset %" PRId64 ", size %" PRId64 "\n", in DumpFileHeader()
147 printf(" ids[file_section]: offset %" PRId64 ", size %" PRId64 "\n", attr->ids.offset, in DumpAttrSection()
153 printf(" %" PRId64, id); in DumpAttrSection()
173 printf("feature section for %s: offset %" PRId64 ", size %" PRId64 "\n", in DumpFeatureSection()
Dcmd_stat.cpp187 printf("%s: value %'" PRId64 ", time_enabled %" PRId64 ", time_running %" PRId64 in ShowCounters()
188 ", id %" PRId64 "\n", in ShowCounters()
212 printf("%'30" PRId64 "%s %s\n", scaled_count, scaled ? "(scaled)" : " ", in ShowCounters()
Drecord.cpp144 PrintIndented(indent, "sample_id: time %" PRId64 "\n", time_data.time); in Dump()
147 PrintIndented(indent, "sample_id: stream_id %" PRId64 "\n", id_data.id); in Dump()
150 PrintIndented(indent, "sample_id: stream_id %" PRId64 "\n", stream_id_data.stream_id); in Dump()
287 PrintIndented(indent, "time %" PRId64 "\n", time_data.time); in DumpData()
293 PrintIndented(indent, "id %" PRId64 "\n", id_data.id); in DumpData()
296 PrintIndented(indent, "stream_id %" PRId64 "\n", stream_id_data.stream_id); in DumpData()
302 PrintIndented(indent, "period %" PRId64 "\n", period_data.period); in DumpData()
/system/core/healthd/
Dhealthd_mode_charger.cpp357 LOGV("[%" PRId64 "] leave screen off\n", now); in update_screen_state()
380 LOGV("[%" PRId64 "] animation done\n", now); in update_screen_state()
391 LOGV("[%" PRId64 "] animation starting\n", now); in update_screen_state()
420 LOGV("[%" PRId64 "] animation missing or unknown battery status\n", now); in update_screen_state()
479 LOGV("[%" PRId64 "] key[%d] down\n", now, code); in set_key_callback()
484 LOGV("[%" PRId64 "] key[%d] up (was down for %" PRId64 ".%" PRId64 "sec)\n", in set_key_callback()
521 LOGW("[%" PRId64 "] booting from charger mode\n", now); in process_key()
525 LOGW("[%" PRId64 "] rebooting\n", now); in process_key()
528 LOGV("[%" PRId64 "] ignore power-button press, battery level " in process_key()
577 LOGW("[%" PRId64 "] device unplugged: shutting down in %" PRId64 " (@ %" PRId64 ")\n", in handle_power_supply_state()
[all …]
/system/netd/server/
DBandwidthController.cpp55 #define ALERT_IPT_TEMPLATE "%s %s -m quota2 ! --quota %" PRId64" --name %s"
481 ALOGV("makeIptablesQuotaCmd(%d, %" PRId64")", op, quota); in makeIptablesQuotaCmd()
500 …asprintf(&buff, "%s bw_costly_%s -m quota2 ! --quota %" PRId64" --name %s", opFlag, costName, quot… in makeIptablesQuotaCmd()
796 ALOGV("Read quota res=%d bytes=%" PRId64, scanRes, *bytes); in getInterfaceQuota()
852 fprintf(fp, "%" PRId64"\n", bytes); in updateQuota()
1157 …ALOGV("parse res=%d iface0=<%s> iface1=<%s> pkts=%" PRId64" bytes=%" PRId64" rest=<%s> orig line=<… in parseForwardChainStats()
1171 …ALOGV("2Filter RX iface_in=%s iface_out=%s rx_bytes=%" PRId64" rx_packets=%" PRId64" ", iface0, if… in parseForwardChainStats()
1175 …ALOGV("2Filter TX iface_in=%s iface_out=%s rx_bytes=%" PRId64" rx_packets=%" PRId64" ", iface0, if… in parseForwardChainStats()
1181 …ALOGV("1Filter RX iface_in=%s iface_out=%s rx_bytes=%" PRId64" rx_packets=%" PRId64" ", iface0, if… in parseForwardChainStats()
1187 …ALOGV("1Filter TX iface_in=%s iface_out=%s rx_bytes=%" PRId64" rx_packets=%" PRId64" ", iface0, if… in parseForwardChainStats()
[all …]
DCommandListener.cpp936 asprintf(&msg, "%" PRId64, bytes); in runCommand()
955 asprintf(&msg, "%" PRId64, bytes); in runCommand()
/system/core/libutils/
DStopWatch.cpp48 ALOGD("StopWatch %s (us): %" PRId64 " ", mName, ns2us(elapsed)); in ~StopWatch()
52 ALOGD(" [%d: %" PRId64 ", %" PRId64, i, ns2us(soFar), ns2us(thisLap)); in ~StopWatch()
DFileMap.cpp29 # define PRId64 "I64d" macro
119 ALOGE("MapViewOfFile(%" PRId64 ", %zu) failed with error %" PRId32 "\n", in create()
DLooper.cpp234 ALOGD("%p ~ pollOnce - next message in %" PRId64 "ns, adjusted timeout: timeoutMillis=%d", in pollInner()
597 ALOGD("%p ~ sendMessageAtTime - uptime=%" PRId64 ", handler=%p, what=%d", in sendMessageAtTime()
/system/core/libziparchive/
Dzip_archive.cc415 ALOGW("Zip: seek %" PRId64 " failed: %s", static_cast<int64_t>(search_start), in MapCentralDirectory0()
422 ALOGW("Zip: read %" PRId64 " failed: %s", static_cast<int64_t>(read_amount), in MapCentralDirectory0()
457 ALOGW("Zip: %" PRId64 " extraneous bytes at the end of the central directory", in MapCentralDirectory0()
467 ALOGW("Zip: bad offsets (dir %" PRIu32 ", size %" PRIu32 ", eocd %" PRId64 ")", in MapCentralDirectory0()
516 ALOGV("Zip: zip file too long %" PRId64, static_cast<int64_t>(file_length)); in MapCentralDirectory()
521 ALOGV("Zip: length %" PRId64 " is too small to be zip", static_cast<int64_t>(file_length)); in MapCentralDirectory()
592 ALOGW("Zip: bad LFH offset %" PRId64 " at entry %" PRIu16, in ParseZipArchive()
707 ALOGW("Zip: failed seek to offset %" PRId64, off); in ReadAtOffset()
765 ALOGW("Zip: failed reading lfh name from offset %" PRId64, in FindEntry()
773 ALOGW("Zip: didn't find signature at start of lfh, offset=%" PRId64, in FindEntry()
[all …]
/system/media/audio_utils/
Decho_reference.c384 ALOGV("echo_reference_read(): expectedDelayNs[%" PRId64 "] = " in echo_reference_read()
386 "] - timeDiff[%" PRId64 "]", in echo_reference_read()
395 PRId64 "]", deltaNs); in echo_reference_read()
446 "between reference and DMA %" PRId64, deltaNs); in echo_reference_read()
449 ALOGV("echo_reference_read(): NEGATIVE expectedDelayNs[%" PRId64 in echo_reference_read()
451 "] - timeDiff[%" PRId64 "]", in echo_reference_read()
/system/core/toolbox/upstream-netbsd/usr.bin/du/
Ddu.c264 (void)printf("%" PRId64 "\t%s\n", blocks, fname); in prstat()
277 (void)printf("%" PRId64 "\t%s\n", in prstat()
/system/core/libpixelflinger/tests/gglmul/
Dgglmul_test.cpp264 printf(" Failed Actual(%" PRId64 ") Expected(%" PRId64 ")\n", in gglMulii_test()
/system/core/toolbox/upstream-netbsd/lib/libc/gen/
Dhumanize_number.c156 r = snprintf(buf, len, "%" PRId64 "%s%s%s", in humanize_number()
/system/core/libcutils/
Dtrace-dev.c239 len = snprintf(buf, ATRACE_MESSAGE_LENGTH, "C|%d|%s|%" PRId64, in atrace_int64_body()
/system/vold/
Dcryptfs.c2159 snprintf(size_str, sizeof(size_str), "%" PRId64, size * 512);
2170 snprintf(size_str, sizeof(size_str), "%" PRId64, size);
2248 snprintf(buf, sizeof(buf), "%" PRId64, data->cur_pct);
2286 SLOGI("Encrypted to sector %" PRId64,
2293 SLOGI("Encrypting from sector %" PRId64,
2514 SLOGI("Encrypted to block %" PRId64, last_block);
2520 SLOGI("Encrypting from block %" PRId64, block);
2691 SLOGI("Encrypted 1 block at %" PRId64, i);
2704 snprintf(buf, sizeof(buf), "%" PRId64, cur_pct);
2715 SLOGD("Encrypted %d block at %" PRId64,
[all …]
DDisk.cpp239 notifyEvent(ResponseCode::DiskSizeChanged, StringPrintf("%" PRId64, mSize)); in readMetadata()
439 cmd.push_back(StringPrintf("--new=0:0:+%" PRId64 "M", splitMb)); in partitionMixed()
DCommandListener.cpp260 android::base::StringPrintf("%" PRId64, res).c_str(), false); in runCommand()
/system/core/libprocessgroup/
Dprocessgroup.cpp271 SLOGV("Killed process group uid %d pid %d in %" PRId64 "ms, %d procs remain", uid, initialPid, in killProcessGroup()
/system/core/fingerprintd/
DFingerprintDaemonProxy.cpp147 ALOG(LOG_VERBOSE, LOG_TAG, "authenticate(sid=%" PRId64 ", gid=%d)\n", sessionId, groupId); in authenticate()
/system/bt/osi/src/
Dalarm.c317 LOG_ERROR("%s unable to set wake alarm for %" PRId64 "ms.", __func__, next_expiration); in reschedule_root_alarm()
/system/core/liblog/
Dlogprint.c528 outCount = snprintf(outBuf, outBufLen, "%" PRId64, lval); in android_log_printBinaryEvent()
/system/core/fastboot/
Dfastboot.cpp602 fprintf(stderr, "target reported max download size of %" PRId64 " bytes\n", in get_target_sparse_limit()
/system/media/camera/src/
Dcamera_metadata.c973 dprintf(fd, "%" PRId64 " ", in print_data()