/aosp14/system/core/healthd/ |
H A D | healthd_mode_charger.cpp | 314 LOGV("[%" PRId64 "] wait for battery capacity ready\n", now); in UpdateScreenState() 334 LOGV("[%" PRId64 "] animation done\n", now); in UpdateScreenState() 359 LOGV("[%" PRId64 "] animation starting\n", now); in UpdateScreenState() 444 LOGV("[%" PRId64 "] key[%d] down\n", now, code); in SetKeyCallback() 449 LOGV("[%" PRId64 "] key[%d] up (was down for %" PRId64 ".%" PRId64 "sec)\n", now, code, in SetKeyCallback() 501 LOGW("[%" PRId64 "] rebooting\n", now); in ProcessKey() 504 LOGV("[%" PRId64 in ProcessKey() 576 LOGW("[%" PRId64 "] device unplugged: shutting down in %" PRId64 " (@ %" PRId64 ")\n", in HandlePowerSupplyState() 579 LOGW("[%" PRId64 "] shutting down\n", now); in HandlePowerSupplyState() 642 LOGV("[%" PRId64 "] next screen: %" PRId64 " next key: %" PRId64 " next pwr: %" PRId64 "\n", in OnPrepareToWait() [all …]
|
H A D | healthd_draw.cpp | 46 LOGW("draw_split_offset = %" PRId64 " overflow for an int; resetting to %d.\n", value, in get_split_offset() 51 LOGW("draw_split_offset = %" PRId64 " overflow for an int; resetting to %d.\n", value, in get_split_offset()
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | Utils.cpp | 132 ALOGD("---- copyAsset: asset->getLength() returned %" PRId64 "\n", size); in CopyAssetToData() 139 ALOGD("---- copyAsset: asset->read(%" PRId64 ") returned %" PRId64 "\n", size, len); in CopyAssetToData()
|
/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimationUtil.cpp | 73 ALOGW("Waiting for SurfaceFlinger, waited for %" PRId64 " ms", in waitForSurfaceFlinger() 80 ALOGI("Waiting for SurfaceFlinger took %" PRId64 " ms", totalWaited); in waitForSurfaceFlinger()
|
H A D | BootAnimation.cpp | 211 ALOGD("%sAnimationStartTiming start time: %" PRId64 "ms", mShuttingDown ? "Shutdown" : "Boot", in BootAnimation() 220 ALOGD("%sAnimationStopTiming start time: %" PRId64 "ms", mShuttingDown ? "Shutdown" : "Boot", in ~BootAnimation() 230 ALOGD("%sAnimationPreloadTiming start time: %" PRId64 "ms", in onFirstRef() 233 ALOGD("%sAnimationPreloadStopTiming start time: %" PRId64 "ms", in onFirstRef() 843 SLOGD("%sAnimationShownTiming start time: %" PRId64 "ms", mShuttingDown ? "Shutdown" : "Boot", in android() 1516 SLOGD("%sAnimationShownTiming start time: %" PRId64 "ms", mShuttingDown ? "Shutdown" : "Boot", in playAnimation() 1716 ALOGD("%sAnimationShownTiming End time: %" PRId64 "ms", mShuttingDown ? "Shutdown" : "Boot", in playAnimation()
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | Animator.cpp | 216 LOG_ALWAYS_FATAL_IF(frameTimeMs <= 0, "%" PRId64 " isn't a real frame time!", frameTimeMs); in transitionToRunning() 218 ALOGW("Your start delay is strange and confusing: %" PRId64, mStartDelay); in transitionToRunning() 222 ALOGW("Ended up with a really weird start time of %" PRId64 " with frame time %" PRId64 in transitionToRunning() 223 " and start delay %" PRId64, in transitionToRunning() 229 ALOGW("Your duration is strange and confusing: %" PRId64, mDuration); in transitionToRunning()
|
H A D | JankTracker.cpp | 115 ALOGV("Impossible dequeue duration! dequeue duration reported %" PRId64 in calculateLegacyJank() 116 ", total duration %" PRId64, in calculateLegacyJank() 125 ALOGV("Impossible totalDuration %" PRId64 " start=%" PRIi64 " gpuComplete=%" PRIi64, in calculateLegacyJank() 181 ALOGV("Impossible totalDuration %" PRId64, totalDuration); in finishFrame() 314 dprintf(fd, "%" PRId64 ",", frame[i]); in dumpFrames()
|
H A D | RenderNode.cpp | 589 format(buffer, "RenderNode(id=%" PRId64 ", name='%s')", uniqueId(), getName()); in markDrawStart() 595 format(buffer, "/RenderNode(id=%" PRId64 ", name='%s')", uniqueId(), getName()); in markDrawEnd()
|
/aosp14/system/core/libutils/ |
H A D | StopWatch.cpp | 36 ALOGD("StopWatch %s (us): %" PRId64 " ", name(), ns2us(elapsedTime())); in ~StopWatch()
|
H A D | FileMap.cpp | 29 # define PRId64 "I64d" macro 170 ALOGE("MapViewOfFile(%" PRId64 ", %zu) failed with error %lu\n", in create()
|
H A D | Looper.cpp | 235 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()
|
/aosp14/system/core/libsparse/ |
H A D | sparse_read.cpp | 340 verbose_error(s->verbose, ret, "data block at %" PRId64, offset); in process_chunk() 348 verbose_error(s->verbose, ret, "fill block at %" PRId64, offset); in process_chunk() 357 verbose_error(s->verbose, ret, "skip block at %" PRId64, offset); in process_chunk() 365 verbose_error(s->verbose, -EINVAL, "crc block at %" PRId64, offset); in process_chunk() 370 verbose_error(s->verbose, -EINVAL, "unknown block %04X at %" PRId64, chunk_header->chunk_type, in process_chunk()
|
/aosp14/system/core/libcutils/ |
H A D | trace-container.cpp | 291 WRITE_MSG_IN_CONTAINER("C", "|", "|%" PRId64, "", name, value); in atrace_int64_body() 297 WRITE_MSG("C|%d|", "|%" PRId64, "", name, value); in atrace_int64_body()
|
H A D | trace-dev.cpp | 115 WRITE_MSG("C|%d|", "|%" PRId64, "", name, value); in atrace_int64_body()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_database_CursorWindow.cpp | 274 snprintf(buf, sizeof(buf), "%" PRId64, value); in nativeGetString() 363 snprintf(buf, sizeof(buf), "%" PRId64, value); in nativeCopyStringToBuffer() 491 LOG_WINDOW("%d,%d is INTEGER %" PRId64, row, column, value); in nativePutLong()
|
H A D | android_view_InputEventReceiver.cpp | 303 ALOGD("channel '%s' ~ Consuming input events, consumeBatches=%s, frameTime=%" PRId64, in consumeEvents() 484 StringPrintf(" Timeline: inputEventId=%" PRId32 " gpuCompletedTime=%" PRId64 in dump() 485 ", presentTime=%" PRId64 "\n", in dump()
|
H A D | android_view_InputEventSender.cpp | 254 ", gpuCompletedTime=%" PRId64 ", presentTime=%" PRId64, in notifyConsumerResponse()
|
/aosp14/frameworks/base/libs/hwui/service/ |
H A D | GraphicsStatsService.cpp | 290 dprintf(fd, "\nVersion: %" PRId64, proto->version_code()); in dumpAsTextToFd() 291 dprintf(fd, "\nStats since: %" PRId64 "ns", proto->stats_start()); in dumpAsTextToFd() 292 dprintf(fd, "\nStats end: %" PRId64 "ns", proto->stats_end()); in dumpAsTextToFd()
|
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | DrawFrameTask.cpp | 91 ATRACE_FORMAT("DrawFrames %" PRId64, vsyncId); in run()
|
/aosp14/system/core/fastboot/ |
H A D | fastboot.cpp | 974 die("invalid max size %" PRId64, max_size); in resparse_file() 1013 if (value > 0) verbose("target reported %s of %" PRId64 " bytes", var_name, value); in get_uint_var() 1111 die("Failed to find AVB_FOOTER at offset: %" PRId64 ", is BOARD_AVB_ENABLE true?", in rewrite_vbmeta_buffer() 1119 die("Failed to find AVB_MAGIC at offset: %" PRId64, vbmeta_offset); in rewrite_vbmeta_buffer() 1122 fprintf(stderr, "Rewriting vbmeta struct at offset: %" PRId64 "\n", vbmeta_offset); in rewrite_vbmeta_buffer() 1202 " (%s partition size: %" PRId64 ", %s image size: %" PRId64 ").\n", in copy_avb_footer() 1431 die("Invalid partition size for partition %s: %" PRId64, partition.c_str(), partition_size); in fetch_partition() 1469 die("repack_ramdisk() sees negative size: %" PRId64, buf->sz); in repack_ramdisk()
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_fingerprint_FingerprintService.cpp | 160 ALOG(LOG_VERBOSE, LOG_TAG, "nativeAuthenticate(sid=%" PRId64 ", gid=%d)\n", sessionId, groupId); in nativeAuthenticate()
|
/aosp14/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | RenderNodeDrawable.cpp | 285 "SurfaceID|%" PRId64, renderNode->uniqueId()).c_str(), nullptr); in drawContent()
|
/aosp14/frameworks/base/media/jni/ |
H A D | android_media_ImageWriter.cpp | 669 ALOGV("timestamp to be queued: %" PRId64, timestampNs); in ImageWriter_queueImage() 758 ALOGV("timestamp to be queued: %" PRId64, timestampNs); in attachAndQeueuGraphicBuffer()
|
/aosp14/system/core/debuggerd/libdebuggerd/ |
H A D | tombstone_proto_to_text.cpp | 171 StringPrintf(" (%s+%" PRId64 ")", frame.function_name().c_str(), frame.function_offset()); in print_backtrace()
|
/aosp14/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1073 … ALOGD("nElementCreate, con(%p), type(%" PRId64 "), kind(%i), norm(%i), size(%i)", (RsContext)con, in nElementCreate() 1814 …ALOGD("nScriptSetVarObj, con(%p), s(%p), slot(%i), val(%" PRId64 ")", (RsContext)con, (void *)scri… in nScriptSetVarObj() 1824 …ALOGD("nScriptSetVarJ, con(%p), s(%p), slot(%i), val(%" PRId64 ")", (RsContext)con, (void *)script, in nScriptSetVarJ() 1994 …ALOGD("nScriptForEach, con(%p), s(%p), slot(%i) ains(%p) aout(%" PRId64 ")", (RsContext)con, (void… in nScriptForEach() 2106 …ALOGD("nScriptReduce, con(%p), s(%p), slot(%i) ains(%p) aout(%" PRId64 ")", (RsContext)con, (void … in nScriptReduce()
|