/system/chre/platform/shared/nanoapp/ |
D | nanoapp_dso_util.cc | 36 LOGE("Invalid app info magic: got 0x%08" PRIx32 " expected 0x%08" PRIx32, in validateAppInfo() 45 LOGE("Expected app version (0x%" PRIx32 in validateAppInfo() 46 ") doesn't match internal one (0x%" PRIx32 ")", in validateAppInfo() 49 LOGE("Expected target API version (0x%" PRIx32 in validateAppInfo() 51 " internal one (0x%" PRIx32 ")", 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/apps/hello_world/ |
D | hello_world.cc | 34 chreLog(CHRE_LOG_INFO, "Hello, world from version 0x%08" PRIx32, in nanoappStart() 42 "Received event 0x%" PRIx16 " from 0x%" PRIx32 " at time %" PRIu64, in nanoappHandleEvent()
|
/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 | 52 LOGD("Opened WiFi PAL version 0x%08" PRIx32, mWifiApi->moduleVersion); in init() 55 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()
|
D | platform_sensor_manager.cc | 49 LOGD("Opened Sensor PAL version 0x%08" PRIx32, mSensorApi->moduleVersion); in init() 52 LOGW("Requested Sensor PAL (version 0x%08" PRIx32 ") not found", in init()
|
D | nanoapp_loader.cc | 812 LOGV("Resolving ARM_RELATIVE at offset %" PRIx32, curr->r_offset); in fixRelocations() 821 LOGV("Resolving ARM_ABS32 at offset %" PRIx32, curr->r_offset); in fixRelocations() 833 LOGV("Resolving type ARM_GLOB_DAT at offset %" PRIx32, in fixRelocations() 883 LOGV("Resolving ARM_JUMP_SLOT at offset %" PRIx32, curr->r_offset); in resolveGot()
|
/system/chre/host/common/test/ |
D | chre_test_client.cc | 95 " with type 0x%" PRIx32 " and length %zu", in handleNanoappMessage() 105 LOGI(" Legacy versions: platform 0x%08" PRIx32 " toolchain 0x%08" PRIx32, in handleHubInfoResponse() 110 LOGI(" Platform ID: 0x%016" PRIx64 " Version: 0x%08" PRIx32, in handleHubInfoResponse() 119 LOGI(" App ID 0x%016" PRIx64 " version 0x%" PRIx32 in handleNanoappListResponse() 120 " permissions 0x%" PRIx32 " enabled %d system %d", in handleNanoappListResponse() 128 LOGI("Got load nanoapp response, transaction ID 0x%" PRIx32 " result %d", in handleLoadNanoappResponse() 134 LOGI("Got unload nanoapp response, transaction ID 0x%" PRIx32 " result %d", in handleUnloadNanoappResponse()
|
/system/chre/platform/slpi/ |
D | platform_audio.cc | 69 LOGD("Opened audio PAL version 0x%08" PRIx32, mAudioApi->moduleVersion); in init() 72 LOGW("Requested audio PAL (version 0x%08" PRIx32 ") not found", in init()
|
D | platform_nanoapp.cc | 235 LOGI("Nanoapp loaded: %s (0x%016" PRIx64 ") version 0x%" PRIx32 in verifyNanoappInfo() 242 LOGI("Nanoapp permissions: 0x%" PRIx32, mAppInfo->appPermissions); in verifyNanoappInfo()
|
D | host_link.cc | 496 LOGD("Load nanoapp request for app ID 0x%016" PRIx64 " ver 0x%" PRIx32 in handleLoadNanoappFile() 497 " target API 0x%08" PRIx32 " (txnId %" PRIu32 " client %" PRIu16 ")", in handleLoadNanoappFile() 544 LOGD("Load nanoapp request for app ID 0x%016" PRIx64 " ver 0x%" PRIx32 in handleLoadNanoappData() 545 " flags 0x%" PRIx32 " target API 0x%08" PRIx32 in handleLoadNanoappData()
|
/system/chre/platform/linux/ |
D | platform_nanoapp.cc | 135 LOGI("Nanoapp loaded: %s (0x%016" PRIx64 ") version 0x%" PRIx32 in openNanoappFromFile() 142 LOGI("Nanoapp permissions: 0x%" PRIx32, mAppInfo->appPermissions); in openNanoappFromFile()
|
/system/chre/apps/wifi_world/ |
D | wifi_world.cc | 131 LOGI(" altitude: 0x%" PRIx32 ", %f m", lci.altitude, altitude); in logChreRangingResult() 133 LOGI(" altitude: 0x%" PRIx32 ", %f floors", lci.altitude, altitude); in logChreRangingResult() 362 LOGI("Detected WiFi support as: 0x%" PRIx32, gWifiCapabilities); in nanoappStart()
|
/system/chre/apps/test/common/ping_test/src/ |
D | ping_test.cc | 53 LOGI("Got ping command message with permission 0x%" PRIx32, permissions); in handleMessageFromHost()
|
/system/chre/chpp/clients/ |
D | wwan.c | 312 CHPP_LOGD("chppWwanGetCapabilitiesResult received capabilities=0x%" PRIx32, in chppWwanGetCapabilitiesResult() 317 "Unexpected capability 0x%" PRIx32 " != 0x%" PRIx32, in chppWwanGetCapabilitiesResult()
|
D | gnss.c | 393 CHPP_LOGD("chppGnssGetCapabilitiesResult received capabilities=0x%" PRIx32, in chppGnssGetCapabilitiesResult() 398 "Unexpected capability 0x%" PRIx32 " != 0x%" PRIx32, in chppGnssGetCapabilitiesResult()
|
D | wifi.c | 410 CHPP_LOGD("chppWifiGetCapabilitiesResult received capabilities=0x%" PRIx32, in chppWifiGetCapabilitiesResult() 415 "Unexpected capability 0x%" PRIx32 " != 0x%" PRIx32, in chppWifiGetCapabilitiesResult()
|
/system/chre/platform/freertos/ |
D | platform_nanoapp.cc | 247 LOGI("Nanoapp loaded: %s (0x%016" PRIx64 ") version 0x%" PRIx32 in verifyNanoappInfo() 254 LOGI("Nanoapp permissions: 0x%" PRIx32, mAppInfo->appPermissions); in verifyNanoappInfo()
|
/system/chre/core/ |
D | host_comms_manager.cc | 42 LOGE("Message perms %" PRIx32 " not subset of napp perms %" PRIx32, in sendMessageToHostFromNanoapp()
|
D | event_loop.cc | 157 LOGE("Incompatible nanoapp (target ver 0x%" PRIx32 in startNanoapp() 158 ", first supported ver 0x%" PRIx32 ")", in startNanoapp() 164 " already exists as instance ID 0x%" PRIx32, in startNanoapp()
|
/system/chre/host/common/audio_stress_test/ |
D | audio_stress_test.cc | 75 LOGI("Got load nanoapp response, transaction ID 0x%" PRIx32 " result %d", in handleLoadNanoappResponse()
|
/system/chre/host/common/test/power_test/ |
D | chre_power_test_client.cc | 272 " with type 0x%" PRIx32 " and length %zu", in handleNanoappMessage() 295 LOGI("App ID 0x%016" PRIx64 " version 0x%" PRIx32 in handleNanoappListResponse() 296 " permissions 0x%" PRIx32 " enabled %d system %d", in handleNanoappListResponse() 306 LOGI("Got load nanoapp response, transaction ID 0x%" PRIx32 " result %d", in handleLoadNanoappResponse() 314 LOGI("Got unload nanoapp response, transaction ID 0x%" PRIx32 " result %d", in handleUnloadNanoappResponse()
|
/system/unwinding/libunwindstack/ |
D | DwarfCfa.cpp | 171 string += android::base::StringPrintf(" 0x%" PRIx32, static_cast<uint32_t>(value)); in GetOperandString() 333 log(0, "Warning: PC is moving backwards: old 0x%" PRIx32 " new 0x%" PRIx32, cur_pc, new_pc); in cfa_set_loc()
|
/system/core/libutils/ |
D | FileMap.cpp | 28 # define PRIx32 "I32x" macro
|