Home
last modified time | relevance | path

Searched refs:PRIx64 (Results 1 – 13 of 13) sorted by relevance

/device/linaro/hikey/gralloc960/
Dmali_gralloc_formats.cpp343 …ALOGE("Internal format contains multiple mutually exclusive modifier bits: %" PRIx64, internal_for… in decode_internal_format()
387 ALOGE("Internal base format requested is unrecognized: %" PRIx64, internal_format); in decode_internal_format()
598 ALOGV("GPU format capabilities 0x%" PRIx64, gpu_runtime_caps.caps_mask); in determine_format_capabilities()
599 ALOGV("DPU format capabilities 0x%" PRIx64, dpu_runtime_caps.caps_mask); in determine_format_capabilities()
600 ALOGV("VPU format capabilities 0x%" PRIx64, vpu_runtime_caps.caps_mask); in determine_format_capabilities()
601 ALOGV("CAM format capabilities 0x%" PRIx64, cam_runtime_caps.caps_mask); in determine_format_capabilities()
653 Requested fmt: 0x%" PRIx64 " Re-Mapped fmt: 0x%" PRIx64, in mali_gralloc_select_format()
676 ALOGV("mali_gralloc_select_format: req_format=0x%08" PRIx64 " req_fmt_mapped=0x%" PRIx64 in mali_gralloc_select_format()
677 " internal_format=0x%" PRIx64 " usage=0x%" PRIx64, in mali_gralloc_select_format()
Dmali_gralloc_debug.cpp97 …gralloc_dump_string(dumpStrings, " %08" PRIxPTR " | %5d | %5d | %5d | %08x | %09" PRIx64 in mali_gralloc_dump_buffers()
98 " | %09" PRIx64 " | %09" PRIx64 " | %08x | %4d |\n", in mali_gralloc_dump_buffers()
Dmali_gralloc_bufferaccess.cpp148 AERR("Can't lock buffer %p: wrong format %" PRIx64, hnd, hnd->internal_format); in mali_gralloc_lock_ycbcr()
161 AERR("Don't support to lock buffer %p: with format %" PRIx64, hnd, hnd->internal_format); in mali_gralloc_lock_ycbcr()
214 AERR("Can't get planes number of buffer %p: with format %" PRIx64, hnd, hnd->internal_format); in mali_gralloc_get_num_flex_planes()
390 AERR("Can't lock buffer %p: wrong format %" PRIx64, hnd, hnd->internal_format); in mali_gralloc_lock_flex_async()
396 AERR("Don't support to lock buffer %p: with format %" PRIx64, hnd, hnd->internal_format); in mali_gralloc_lock_flex_async()
Dmali_gralloc_bufferallocation.cpp909 ALOGE("Unrecognized and/or unsupported format 0x%" PRIx64 " and usage 0x%" PRIx64, in mali_gralloc_buffer_allocate()
/device/generic/goldfish/fingerprint/
Dfingerprint.c108 ALOGD("Write fingerprint[%d] (0x%" PRIx64 ",0x%" PRIx64 ")", idx, in saveFingerprint()
171 ALOGD("Save authenticator id (0x%" PRIx64 ")", authenid); in saveAuthenticatorId()
193 ALOGD("Read authenticator id (0x%" PRIx64 ")", *pauthenid); in loadAuthenticatorId()
220 ALOGD("Read fingerprint %d (0x%" PRIx64 ",0x%" PRIx64 ")", i, in loadFingerprints()
250 …ALOGD("----------------> %s auth id %" PRIx64 "----------------->", __FUNCTION__, authenticator_id… in fingerprint_get_auth_id()
420 ALOGD("ENUM: Fingerprint [%d] = 0x%" PRIx64 ",%" PRIx64, i, in fingerprint_enumerate()
/device/google/contexthub/util/nanoapp_cmd/
Dnanoapp_cmd.c228 …sscanf(line, "app: %d id: %" PRIx64 " ver: %" PRIx32 " size: %" PRIx32 "\n", &currApp->num, &currA… in parseInstalledAppInfo()
266 …sscanf(line, "%" STRINGIFY(MAX_APP_NAME_LEN) "s %" PRIx64 " %" PRIx32 "\n", entry, appId, &appVers… in findAppIdByName()
301 …sscanf(line, "%" STRINGIFY(MAX_APP_NAME_LEN) "s %" PRIx64 " %" PRIx32 "\n", appsToInstall[*install… in parseConfigAppInfo()
390 printf("\"0x%016" PRIx64 "\"...", appId); in halCmd()
406 printf("Deleting \"0x%016" PRIx64 "\"...", appsToUninstall[i]); in removeApps()
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/arch-arm/
Dxen.h284 #define PRI_xen_pfn PRIx64
291 #define PRI_xen_ulong PRIx64
/device/google/contexthub/util/nanotool/
Dnanomessage.cpp96 const char format_string[] = "Read event at time: %" PRIx64 "\n"; in ToString()
218 " latency: %" PRIx64 "\n" in ToString()
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
Dint_fmtio.h113 #define PRIx64 "lx" /* uint64_t */ macro
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
Dint_fmtio.h113 #define PRIx64 "lx" /* uint64_t */ macro
/device/google/contexthub/firmware/os/core/
Dseos.c319 …osLog(LOG_WARN, "released app ID 0x%" PRIx64 "; plat:%08" PRIx32 " sensor:%08" PRIx32 " tim:%d hea… in osTaskRelease()
321 osLog(LOG_INFO, "released app ID 0x%" PRIx64 "; TID %04" PRIX32 "\n", appId, taskTid); in osTaskRelease()
755 …"loaded app ID 0x%" PRIx64 " at flash base 0x%" PRIxPTR " ram base 0x%" PRIxPTR "; TID %04" PRIX16… in osStartApp()
/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.cpp150 ALOGI("Sending msg of type %" PRIu32 ", size %" PRIu32 " to app 0x%" PRIx64, in sendMessageToHub()
Dsystem_comms.cpp938 snprintf(buffer, sizeof(buffer), "App: 0x%016" PRIx64 "\n", id); in dumpAppInfo()