/system/chre/platform/shared/nanoapp/ |
D | nanoapp_dso_util.cc | 35 LOGE("Invalid app info magic: got 0x%08" PRIx32 " expected 0x%08" PRIx32, in validateAppInfo() 43 LOGE("Expected app version (0x%" PRIx32 ") doesn't match internal one (0x%" in validateAppInfo() 44 PRIx32 ")", expectedAppVersion, appInfo->appVersion); in validateAppInfo()
|
/system/nvram/core/ |
D | nvram_manager.cpp | 195 NVRAM_LOG_INFO("CreateSpace Ox%" PRIx32, index); in CreateSpace() 206 NVRAM_LOG_INFO("Space 0x%" PRIx32 " already exists.", index); in CreateSpace() 292 NVRAM_LOG_INFO("GetSpaceInfo Ox%" PRIx32, index); in GetSpaceInfo() 327 NVRAM_LOG_INFO("DeleteSpace Ox%" PRIx32, index); in DeleteSpace() 353 NVRAM_LOG_ERR("Failed to delete space 0x%" PRIx32 " data.", index); in DeleteSpace() 359 NVRAM_LOG_ERR("Space 0x%" PRIx32 " data missing on deletion.", index); in DeleteSpace() 396 NVRAM_LOG_INFO("WriteSpace Ox%" PRIx32, index); in WriteSpace() 442 NVRAM_LOG_INFO("ReadSpace Ox%" PRIx32, index); in ReadSpace() 471 NVRAM_LOG_INFO("LockSpaceWrite Ox%" PRIx32, index); in LockSpaceWrite() 503 NVRAM_LOG_INFO("LockSpaceRead Ox%" PRIx32, index); in LockSpaceRead() [all …]
|
/system/chre/host/common/test/ |
D | chre_test_client.cc | 91 " with type 0x%" PRIx32 " and length %zu", message.app_id, in handleNanoappMessage() 101 LOGI(" Legacy versions: platform 0x%08" PRIx32 " toolchain 0x%08" PRIx32, in handleHubInfoResponse() 106 LOGI(" Platform ID: 0x%016" PRIx64 " Version: 0x%08" PRIx32, in handleHubInfoResponse() 115 LOGI(" App ID 0x%016" PRIx64 " version 0x%" PRIx32 " enabled %d system " in handleNanoappListResponse() 123 LOGI("Got load nanoapp response, transaction ID 0x%" PRIx32 " result %d", in handleLoadNanoappResponse() 129 LOGI("Got unload nanoapp response, transaction ID 0x%" PRIx32 " result %d", in handleUnloadNanoappResponse()
|
/system/chre/platform/shared/ |
D | platform_wwan.cc | 48 LOGD("Opened WWAN PAL version 0x%08" PRIx32, mWwanApi->moduleVersion); in init() 51 LOGW("Requested WWAN PAL (version 0x%08" PRIx32 ") not found", in init()
|
D | platform_wifi.cc | 51 LOGD("Opened WiFi PAL version 0x%08" PRIx32, mWifiApi->moduleVersion); in init() 54 LOGW("Requested Wifi PAL (version 0x%08" PRIx32 ") not found", in init()
|
D | platform_gnss.cc | 52 LOGD("Opened GNSS PAL version 0x%08" PRIx32, mGnssApi->moduleVersion); in init() 55 LOGW("Requested GNSS PAL (version 0x%08" PRIx32 ") not found", in init()
|
/system/chre/core/ |
D | nanoapp.cc | 96 " ver=0x%" PRIx32 " targetAPI=0x%" PRIx32 in logStateToBuffer()
|
D | event_loop.cc | 153 PRIx32, nanoapp->getAppId(), existingInstanceId); in startNanoapp()
|
/system/chre/platform/slpi/ |
D | platform_audio.cc | 67 LOGD("Opened audio PAL version 0x%08" PRIx32, mAudioApi->moduleVersion); in init() 70 LOGW("Requested audio PAL (version 0x%08" PRIx32 ") not found", in init()
|
D | host_link.cc | 510 LOGD("Load nanoapp request for app ID 0x%016" PRIx64 " ver 0x%" PRIx32 in handleLoadNanoappFile() 511 " target API 0x%08" PRIx32 " (txnId %" PRIu32 " client %" in handleLoadNanoappFile() 554 LOGD("Load nanoapp request for app ID 0x%016" PRIx64 " ver 0x%" PRIx32 in handleLoadNanoappData() 555 " target API 0x%08" PRIx32 " size %zu (txnId %" PRIu32 " client %" in handleLoadNanoappData()
|
D | platform_nanoapp.cc | 331 PRIx32 " (%s) uimg %d system %d", mAppInfo->name, mAppInfo->appId, in verifyNanoappInfo()
|
/system/chre/apps/hello_world/ |
D | hello_world.cc | 41 chreLog(CHRE_LOG_INFO, "Received event 0x%" PRIx16 " from 0x%" PRIx32 " at " in nanoappHandleEvent()
|
/system/chre/host/common/audio_stress_test/ |
D | audio_stress_test.cc | 74 LOGI("Got load nanoapp response, transaction ID 0x%" PRIx32 " result %d", in handleLoadNanoappResponse()
|
/system/chre/platform/linux/ |
D | platform_nanoapp.cc | 120 PRIx32 " uimg %d system %d from file %s", mAppInfo->name, in openNanoappFromFile()
|
/system/core/libunwindstack/ |
D | DwarfCfa.cpp | 169 string += android::base::StringPrintf(" 0x%" PRIx32, static_cast<uint32_t>(value)); in GetOperandString() 327 log(0, "Warning: PC is moving backwards: old 0x%" PRIx32 " new 0x%" PRIx32, cur_pc, new_pc); in cfa_set_loc()
|
/system/chre/apps/wifi_world/ |
D | wifi_world.cc | 237 LOGI("Detected WiFi support as: 0x%" PRIx32, gWifiCapabilities); in nanoappStart()
|
/system/core/libziparchive/ |
D | zip_archive.cc | 456 ALOGW("Zip: Entry at offset zero has invalid LFH signature %" PRIx32, lfh_start_bytes); in ParseZipArchive() 538 ALOGW("Zip: size/crc32 mismatch. expected {%" PRIu32 ", %" PRIu32 ", %" PRIx32 in ValidateDataDescriptor() 539 "}, was {%" PRIu32 ", %" PRIu32 ", %" PRIx32 "}", in ValidateDataDescriptor() 635 ALOGW("Zip: size/crc32 mismatch. expected {%" PRIu32 ", %" PRIu32 ", %" PRIx32 in FindEntry() 636 "}, was {%" PRIu32 ", %" PRIu32 ", %" PRIx32 "}", in FindEntry()
|
/system/core/libutils/ |
D | FileMap.cpp | 28 # define PRIx32 "I32x" macro
|
/system/chre/host/hal_generic/ |
D | generic_context_hub.cc | 418 ALOGV("App 0x%016" PRIx64 " ver 0x%" PRIx32 " enabled %d system %d", in handleNanoappListResponse()
|
/system/core/fastboot/ |
D | fastboot_driver.cpp | 395 std::string cmd(android::base::StringPrintf("%s:%08" PRIx32, FB_CMD_DOWNLOAD, size)); in DownloadCommand()
|
/system/bt/audio_hearing_aid_hw/src/ |
D | audio_hearing_aid_hw.cc | 1083 DEBUG("channels 0x%" PRIx32, out->common.cfg.channel_mask); in out_get_channels()
|
/system/bt/audio_a2dp_hw/src/ |
D | audio_a2dp_hw.cc | 1122 DEBUG("channels 0x%" PRIx32, out->common.cfg.channel_mask); in out_get_channels()
|