Home
last modified time | relevance | path

Searched refs:PRIu64 (Results 1 – 25 of 93) sorted by relevance

1234

/hardware/knowles/athletico/sound_trigger_hal/tests/
Dget_pwr_stats.c98 …ALOGI("mpll_cumulative_cnts (%d) counter value: %"PRIu64"\n", i, pwr_stats_count.mpll_cumulative_c… in main()
99 …fprintf(stdout, "mpll_cumulative_cnts (%d) counter value: %"PRIu64"\n", i, pwr_stats_count.mpll_cu… in main()
103 …ALOGI("apll_cumulative_cnts (%d) counter value: %"PRIu64"\n", i, pwr_stats_count.apll_cumulative_c… in main()
104 …fprintf(stdout, "apll_cumulative_cnts (%d) counter value: %"PRIu64"\n", i, pwr_stats_count.apll_cu… in main()
108 …ALOGI("mpllCumulativeDur (%d) Duration value: %" PRIu64 "\n", i, pwr_stats_count.mpllCumulativeDu… in main()
109 …fprintf(stdout, "mpllCumulativeDur (%d) Duration value %" PRIu64 "\n", i, pwr_stats_count.mpllCum… in main()
113 …ALOGI("mpllTimeStamp (%d) Last time stamp value : %" PRIu64 "\n", i, pwr_stats_count.mpllTimeStamp… in main()
114 …fprintf(stdout, "mpllTimeStamp (%d) Last time stamp value : %"PRIu64"\n", i, pwr_stats_count.mpllT… in main()
117 …ALOGI("sleepModeTimeStamp, Last time stamp value for Sleep : %" PRIu64 "\n", pwr_stats_count.sleep… in main()
118 …fprintf(stdout, "sleepModeTimeStamp, Last time stamp value for Sleep : %" PRIu64"\n", pwr_stats_co… in main()
[all …]
Doslo_get_stats.c58 fprintf(stdout, "Total Number of Entries is %" PRIu64 "\n", in main()
60 ALOGI("Total Number of Entries is %" PRIu64 "\n", sensor_stats[i].totalNumEntries); in main()
62 fprintf(stdout, "Total time spent (in Ms) is %" PRIu64 "\n", in main()
64 ALOGI("Total time spent (in Ms) is %" PRIu64 "\n", sensor_stats[i].totalTimeSpentMs); in main()
66 fprintf(stdout, "Time stamp for Last Entry is %" PRIu64 "\n", in main()
68 ALOGI("Time stamp for Last Entry is %" PRIu64 "\n", sensor_stats[i].lastEntryTimeStampMs); in main()
70 fprintf(stdout, "Time stamp for Last Exit is %" PRIu64 "\n", in main()
72 ALOGI("Time stamp for Last Exit is %" PRIu64 "\n", sensor_stats[i].lastExitTimeStampMs); in main()
/hardware/interfaces/cas/1.0/default/
DDescramblerImpl.cpp105 ALOGE("Invalid hidl_memory size: %" PRIu64 "", srcBuffer.heapBase.size()); in descramble()
122 ALOGE("Invalid src buffer range: offset %" PRIu64 ", size %" PRIu64 ", srcMem" in descramble()
123 "size %" PRIu64 "", srcBuffer.offset, srcBuffer.size, (uint64_t)srcMem->getSize()); in descramble()
139 "srcOffset %" PRIu64 ", totalBytesInSubSamples %" PRIu64 ", srcBuffer" in descramble()
140 "size %" PRIu64 "", srcOffset, totalBytesInSubSamples, srcBuffer.size); in descramble()
157 "dstOffset %" PRIu64 ", totalBytesInSubSamples %" PRIu64 ", srcBuffer" in descramble()
158 "size %" PRIu64 "", dstOffset, totalBytesInSubSamples, srcBuffer.size); in descramble()
/hardware/interfaces/cas/1.1/default/
DDescramblerImpl.cpp96 ALOGE("Invalid hidl_memory size: %" PRIu64 "", srcBuffer.heapBase.size()); in descramble()
112 ALOGE("Invalid src buffer range: offset %" PRIu64 ", size %" PRIu64 ", srcMem" in descramble()
113 "size %" PRIu64 "", srcBuffer.offset, srcBuffer.size, (uint64_t)srcMem->getSize()); in descramble()
129 "srcOffset %" PRIu64 ", totalBytesInSubSamples %" PRIu64 ", srcBuffer" in descramble()
130 "size %" PRIu64 "", srcOffset, totalBytesInSubSamples, srcBuffer.size); in descramble()
147 "dstOffset %" PRIu64 ", totalBytesInSubSamples %" PRIu64 ", srcBuffer" in descramble()
148 "size %" PRIu64 "", dstOffset, totalBytesInSubSamples, srcBuffer.size); in descramble()
/hardware/interfaces/cas/1.2/default/
DDescramblerImpl.cpp96 ALOGE("Invalid hidl_memory size: %" PRIu64 "", srcBuffer.heapBase.size()); in descramble()
112 ALOGE("Invalid src buffer range: offset %" PRIu64 ", size %" PRIu64 ", srcMem" in descramble()
113 "size %" PRIu64 "", srcBuffer.offset, srcBuffer.size, (uint64_t)srcMem->getSize()); in descramble()
129 "srcOffset %" PRIu64 ", totalBytesInSubSamples %" PRIu64 ", srcBuffer" in descramble()
130 "size %" PRIu64 "", srcOffset, totalBytesInSubSamples, srcBuffer.size); in descramble()
147 "dstOffset %" PRIu64 ", totalBytesInSubSamples %" PRIu64 ", srcBuffer" in descramble()
148 "size %" PRIu64 "", dstOffset, totalBytesInSubSamples, srcBuffer.size); in descramble()
/hardware/google/pixel/perfstatsd/
Dio_usage.cpp30 "[IO_TOTAL: %lld.%03llds] RD:%s WR:%s fsync:%" PRIu64 "\n";
34 "[W%d:%6.2f%%]%12" PRIu64 ",%12" PRIu64 ",%5" PRIu64 ",%5" PRIu64 " :%6u %s\n";
36 "[R%d:%6.2f%%]%12" PRIu64 ",%12" PRIu64 ",%5" PRIu64 ",%5" PRIu64 " :%6u %s\n";
37 static constexpr char FMT_STR_SKIP_TOP_READ[] = "(< %" PRIu64 "MB)skip RD";
38 static constexpr char FMT_STR_SKIP_TOP_WRITE[] = "(< %" PRIu64 "MB)skip WR";
46 int len = snprintf(str, size, "%" PRIu64, x); in formatNum()
/hardware/qcom/sm8150/display/gralloc/
Dgr_buf_mgr.cpp111 ALOGD_IF(DEBUG, "Importing handle:%p id: %" PRIu64, hnd, hnd->id); in ImportHandleLocked()
114 ALOGE("Failed to import ion buffer: hnd: %p, fd:%d, id:%" PRIu64, hnd, hnd->fd, hnd->id); in ImportHandleLocked()
119 ALOGE("Failed to import ion metadata buffer: hnd: %p, fd:%d, id:%" PRIu64, hnd, hnd->fd, in ImportHandleLocked()
146 ALOGD_IF(DEBUG, "Map buffer handle:%p id: %" PRIu64, hnd, hnd->id); in MapBuffer()
166 ALOGD_IF(DEBUG, "Retain buffer handle:%p id: %" PRIu64, hnd, hnd->id); in RetainBuffer()
184 ALOGE("Could not find handle: %p id: %" PRIu64, hnd, hnd->id); in ReleaseBuffer()
199 ALOGD_IF(DEBUG, "LockBuffer buffer handle:%p id: %" PRIu64, hnd, hnd->id); in LockBuffer()
305 ALOGE("gralloc failed to allocate err=%s format %d size %d WxH %dx%d usage %" PRIu64, in AllocateBuffer()
345 ALOGD_IF(DEBUG, "Allocated buffer handle: %p id: %" PRIu64, hnd, hnd->id); in AllocateBuffer()
/hardware/qcom/sdm845/display/gralloc/
Dgr_buf_mgr.cpp108 ALOGD_IF(DEBUG, "Importing handle:%p id: %" PRIu64, hnd, hnd->id); in ImportHandleLocked()
111 ALOGE("Failed to import ion buffer: hnd: %p, fd:%d, id:%" PRIu64, hnd, hnd->fd, hnd->id); in ImportHandleLocked()
116 ALOGE("Failed to import ion metadata buffer: hnd: %p, fd:%d, id:%" PRIu64, hnd, hnd->fd, in ImportHandleLocked()
143 ALOGD_IF(DEBUG, "Map buffer handle:%p id: %" PRIu64, hnd, hnd->id); in MapBuffer()
163 ALOGD_IF(DEBUG, "Retain buffer handle:%p id: %" PRIu64, hnd, hnd->id); in RetainBuffer()
181 ALOGE("Could not find handle: %p id: %" PRIu64, hnd, hnd->id); in ReleaseBuffer()
196 ALOGD_IF(DEBUG, "LockBuffer buffer handle:%p id: %" PRIu64, hnd, hnd->id); in LockBuffer()
375 ALOGD_IF(DEBUG, "Allocated buffer handle: %p id: %" PRIu64, hnd, hnd->id); in AllocateBuffer()
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp579 ALOGV("[%" PRIu64 "] acceptChanges failed, not validated", mId); in acceptChanges()
583 ALOGV("[%" PRIu64 "] acceptChanges", mId); in acceptChanges()
606 ALOGV("[%" PRIu64 "] created layer %" PRIu64, mId, *outLayerId); in createLayer()
616 ALOGV("[%" PRIu64 "] destroyLayer(%" PRIu64 ") failed: no such layer", in destroyLayer()
629 ALOGV("[%" PRIu64 "] destroyed layer %" PRIu64, mId, layerId); in destroyLayer()
638 ALOGV("[%" PRIu64 "] getActiveConfig --> %s", mId, in getActiveConfig()
643 ALOGV("[%" PRIu64 "] getActiveConfig --> %u", mId, configId); in getActiveConfig()
654 ALOGV("[%" PRIu64 "] getAttribute failed: bad config (%u)", mId, in getAttribute()
659 ALOGV("[%" PRIu64 "] getAttribute(%u, %s) --> %d", mId, configId, in getAttribute()
670 ALOGE("[%" PRIu64 "] getChangedCompositionTypes failed: not validated", in getChangedCompositionTypes()
[all …]
/hardware/google/pixel/powerstats/
DPowerStats.cpp214 " %14s %14s %13" PRIu64 " ms %15" PRIu64 " %14" PRIu64 " ms\n"; in DumpResidencyDataToFd()
244 " %14s %14s %13" PRIu64 " ms (%14" PRId64 ") %15" PRIu64 " (%16" PRId64 ")" in DumpResidencyDataDiffToFd()
245 " %14" PRIu64 " ms (%14" PRId64 ")\n"; in DumpResidencyDataDiffToFd()
247 " %14s %14s %13" PRIu64 " ms ( none) %15" PRIu64 " ( none)" in DumpResidencyDataDiffToFd()
248 " %14" PRIu64 " ms ( none)\n"; in DumpResidencyDataDiffToFd()
/hardware/qcom/display/msm8996/sdm/include/utils/
Dconstants.h31 #ifndef PRIu64
32 #define PRIu64 "llu" macro
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp538 ALOGV("[%" PRIu64 "] acceptChanges failed, not validated", mId); in acceptChanges()
542 ALOGV("[%" PRIu64 "] acceptChanges", mId); in acceptChanges()
549 ALOGW("Cannot accept change for unknown layer (%" PRIu64 ")", in acceptChanges()
568 ALOGV("[%" PRIu64 "] created layer %" PRIu64, mId, *outLayerId); in createLayer()
578 ALOGV("[%" PRIu64 "] destroyLayer(%" PRIu64 ") failed: no such layer", in destroyLayer()
591 ALOGV("[%" PRIu64 "] destroyed layer %" PRIu64, mId, layerId); in destroyLayer()
600 ALOGV("[%" PRIu64 "] getActiveConfig --> %s", mId, in getActiveConfig()
605 ALOGV("[%" PRIu64 "] getActiveConfig --> %u", mId, configId); in getActiveConfig()
615 ALOGV("[%" PRIu64 "] getAttribute failed: bad config (%u)", mId, in getAttribute()
620 ALOGV("[%" PRIu64 "] getAttribute(%u, %s) --> %d", mId, configId, in getAttribute()
[all …]
/hardware/qcom/display/msm8998/sdm/include/utils/
Dconstants.h31 #ifndef PRIu64
32 #define PRIu64 "llu" macro
/hardware/qcom/sdm845/display/sdm/include/utils/
Dconstants.h31 #ifndef PRIu64
32 #define PRIu64 "llu" macro
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
Dconstants.h31 #ifndef PRIu64
32 #define PRIu64 "llu" macro
/hardware/qcom/display/msm8909/sdm/include/utils/
Dconstants.h31 #ifndef PRIu64
32 #define PRIu64 "llu" macro
/hardware/qcom/sm8150/display/sdm/include/utils/
Dconstants.h31 #ifndef PRIu64
32 #define PRIu64 "llu" macro
/hardware/qcom/display/msm8996/libqdutils/
DqdMetaData.cpp40 ALOGE("%s: Private handle is invalid - handle:%p id: %" PRIu64, in validateAndMap()
45 ALOGE("%s: Invalid metadata fd - handle:%p id: %" PRIu64 "fd: %d", in validateAndMap()
55 ALOGE("%s: metadata mmap failed - handle:%p id: %" PRIu64 "fd: %d err: %s", in validateAndMap()
/hardware/qcom/sdm845/gps/sdm845/core/
DLocApiBase.cpp457 LOC_LOGv("gloBlacklistSvMask: %" PRIu64 ", bdsBlacklistSvMask: %" PRIu64 ",\n" in reportGnssSvIdConfig()
458 "qzssBlacklistSvMask: %" PRIu64 ", galBlacklistSvMask: %" PRIu64, in reportGnssSvIdConfig()
469 LOC_LOGv("blacklistedMask: %" PRIu64 ", enabledMask: %" PRIu64, in reportGnssSvTypeConfig()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_buf_mgr.cpp194 ALOGD_IF(DEBUG, "FreeBuffer handle:%p id: %" PRIu64, hnd, hnd->id); in FreeBuffer()
221 ALOGD_IF(DEBUG, "Importing handle:%p id: %" PRIu64, hnd, hnd->id); in ImportHandleLocked()
224 ALOGE("Failed to import ion buffer: hnd: %p, fd:%d, id:%" PRIu64, hnd, hnd->fd, hnd->id); in ImportHandleLocked()
229 ALOGE("Failed to import ion metadata buffer: hnd: %p, fd:%d, id:%" PRIu64, hnd, in ImportHandleLocked()
256 ALOGD_IF(DEBUG, "Map buffer handle:%p id: %" PRIu64, hnd, hnd->id); in MapBuffer()
279 ALOGD_IF(DEBUG, "Retain buffer handle:%p id: %" PRIu64, hnd, hnd->id); in RetainBuffer()
296 ALOGD_IF(DEBUG, "Release buffer handle:%p id: %" PRIu64, hnd, hnd->id); in ReleaseBuffer()
300 ALOGE("Could not find handle: %p id: %" PRIu64, hnd, hnd->id); in ReleaseBuffer()
317 ALOGD_IF(DEBUG, "LockBuffer buffer handle:%p id: %" PRIu64, hnd, hnd->id); in LockBuffer()
522 ALOGD_IF(DEBUG, "Allocated buffer handle: %p id: %" PRIu64, hnd, hnd->id); in AllocateBuffer()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_buf_mgr.cpp195 ALOGD_IF(DEBUG, "FreeBuffer handle:%p id: %" PRIu64, hnd, hnd->id); in FreeBuffer()
224 ALOGD_IF(DEBUG, "Importing handle:%p id: %" PRIu64, hnd, hnd->id); in ImportHandleLocked()
227 ALOGE("Failed to import ion buffer: hnd: %p, fd:%d, id:%" PRIu64, hnd, hnd->fd, hnd->id); in ImportHandleLocked()
232 ALOGE("Failed to import ion metadata buffer: hnd: %p, fd:%d, id:%" PRIu64, hnd, in ImportHandleLocked()
255 ALOGD_IF(DEBUG, "Map buffer handle:%p id: %" PRIu64, hnd, hnd->id); in MapBuffer()
266 ALOGD_IF(DEBUG, "Retain buffer handle:%p id: %" PRIu64, hnd, hnd->id); in RetainBuffer()
287 ALOGD_IF(DEBUG, "Release buffer handle:%p id: %" PRIu64, hnd, hnd->id); in ReleaseBuffer()
291 ALOGE("Could not find handle: %p id: %" PRIu64, hnd, hnd->id); in ReleaseBuffer()
308 ALOGD_IF(DEBUG, "LockBuffer buffer handle:%p id: %" PRIu64, hnd, hnd->id); in LockBuffer()
535 ALOGD_IF(DEBUG, "Allocated buffer handle: %p id: %" PRIu64, hnd, hnd->id); in AllocateBuffer()
/hardware/google/av/media/codecs/base/
DSimpleC2Component.cpp356 ALOGW("unknown frame index: %" PRIu64, frameIndex); in finish()
381 ALOGW("unknown frame index: %" PRIu64, frameIndex); in cloneAndSend()
491 ALOGV("start processing frame #%" PRIu64, work->input.ordinal.frameIndex.peeku()); in processQueue()
500 ALOGV("processed frame #%" PRIu64, work->input.ordinal.frameIndex.peeku()); in processQueue()
504 ALOGD("work form old generation: was %" PRIu64 " now %" PRIu64, in processQueue()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_buf_mgr.cpp232 ALOGD_IF(DEBUG, "Importing handle:%p id: %" PRIu64, hnd, hnd->id); in ImportHandleLocked()
235 ALOGE("Failed to import ion buffer: hnd: %p, fd:%d, id:%" PRIu64, hnd, hnd->fd, hnd->id); in ImportHandleLocked()
240 ALOGE("Failed to import ion metadata buffer: hnd: %p, fd:%d, id:%" PRIu64, hnd, in ImportHandleLocked()
263 ALOGD_IF(DEBUG, "Map buffer handle:%p id: %" PRIu64, hnd, hnd->id); in MapBuffer()
274 ALOGD_IF(DEBUG, "Retain buffer handle:%p id: %" PRIu64, hnd, hnd->id); in RetainBuffer()
292 ALOGE("Could not find handle: %p id: %" PRIu64, hnd, hnd->id); in ReleaseBuffer()
309 ALOGD_IF(DEBUG, "LockBuffer buffer handle:%p id: %" PRIu64, hnd, hnd->id); in LockBuffer()
514 ALOGD_IF(DEBUG, "Allocated buffer handle: %p id: %" PRIu64, hnd, hnd->id); in AllocateBuffer()
/hardware/qcom/sm8150/gps/core/
DLocApiBase.cpp538 LOC_LOGv("gloBlacklistSvMask: %" PRIu64 ", bdsBlacklistSvMask: %" PRIu64 ",\n" in reportGnssSvIdConfig()
539 "qzssBlacklistSvMask: %" PRIu64 ", galBlacklistSvMask: %" PRIu64, in reportGnssSvIdConfig()
550 LOC_LOGv("blacklistedMask: %" PRIu64 ", enabledMask: %" PRIu64, in reportGnssSvTypeConfig()
/hardware/interfaces/power/stats/1.0/default/
DPowerStats.cpp145 ALOGW("Potentially wrong timestamp: %" PRIu64, timestamp); in parseIioEnergyNode()
157 ALOGW("Potentially wrong energy value: %" PRIu64, mPm.reading[index].energy); in parseIioEnergyNode()
435 " %14s %14s %13" PRIu64 " ms %15" PRIu64 " %13" PRIu64 " ms\n"; in DumpResidencyDataToFd()

1234