/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/chre/util/pigweed/ |
D | rpc_helper.cc | 31 LOGE("Invalid endpoint 0x%04" PRIx32 " expected 0x%04" PRIx32, actualId, in rpcEndpointsMatch() 53 LOGE("Invalid channelId for a host client 0x%08" PRIx32, channelId); in validateHostChannelId() 62 LOGE("Invalid nanoapp Id 0x%08" PRIx32, nappId); in validateNanoappChannelId() 67 LOGE("Invalid channelId for a nanoapp 0x%08" PRIx32, channelId); in validateNanoappChannelId()
|
D | rpc_client.cc | 95 LOGE("Invalid nanoapp Id 0x%08" PRIx32, info->instanceId); in handleNanoappStopped()
|
/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 | 38 LOGI("Hello, world from version 0x%08" PRIx32, chreGetVersion()); in nanoappStart() 44 LOGI("Received event 0x%" PRIx16 " from 0x%" PRIx32 " at time %" PRIu64, in nanoappHandleEvent()
|
/system/chre/host/common/test/ |
D | chre_test_client.cc | 120 " with type 0x%" PRIx32 " and length %zu", in handleNanoappMessage() 130 LOGI(" Legacy versions: platform 0x%08" PRIx32 " toolchain 0x%08" PRIx32, in handleHubInfoResponse() 135 LOGI(" Platform ID: 0x%016" PRIx64 " Version: 0x%08" PRIx32, in handleHubInfoResponse() 144 LOGI(" App ID 0x%016" PRIx64 " version 0x%" PRIx32 in handleNanoappListResponse() 145 " permissions 0x%" PRIx32 " enabled %d system %d", in handleNanoappListResponse() 153 LOGI("Got load nanoapp response, transaction ID 0x%" PRIx32 in handleLoadNanoappResponse() 154 " fragment %" PRIx32 " result %d", in handleLoadNanoappResponse() 172 LOGI("Got unload nanoapp response, transaction ID 0x%" PRIx32 " result %d", in handleUnloadNanoappResponse()
|
/system/chre/platform/shared/ |
D | host_link.cc | 68 LOGD("Load nanoapp request for app ID 0x%016" PRIx64 " ver 0x%" PRIx32 in loadNanoappData() 69 " flags 0x%" PRIx32 " target API 0x%08" PRIx32 in loadNanoappData()
|
D | platform_wwan.cc | 54 LOGD("Opened WWAN PAL version 0x%08" PRIx32, mWwanApi->moduleVersion); in init() 57 LOGW("Requested WWAN PAL (version 0x%08" PRIx32 ") not found", in init()
|
D | platform_gnss.cc | 58 LOGD("Opened GNSS PAL version 0x%08" PRIx32, mGnssApi->moduleVersion); in init() 61 LOGW("Requested GNSS PAL (version 0x%08" PRIx32 ") not found", in init()
|
D | platform_ble.cc | 61 LOGD("Opened BLE PAL version 0x%08" PRIx32, mBleApi->moduleVersion); in init() 64 LOGW("Requested BLE PAL (version 0x%08" PRIx32 ") not found", in init()
|
D | platform_wifi.cc | 63 LOGD("Opened WiFi PAL version 0x%08" PRIx32, mWifiApi->moduleVersion); in init() 66 LOGW("Requested Wifi PAL (version 0x%08" PRIx32 ") not found", in init()
|
/system/chre/platform/shared/audio_pal/ |
D | platform_audio.cc | 59 LOGD("Opened audio PAL version 0x%08" PRIx32, mApi->moduleVersion); in init() 62 LOGW("Requested audio PAL (version 0x%08" PRIx32 ") not found", in init()
|
/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 | 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()
|
/system/chre/platform/tinysys/ |
D | platform_audio.cc | 66 LOGD("Opened audio PAL version 0x%08" PRIx32, mAudioApi->moduleVersion); in init() 69 LOGW("Requested audio PAL (version 0x%08" PRIx32 ") not found", in init()
|
/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/ble_world/ |
D | ble_world.cc | 128 LOGI("BLE world from version 0x%08" PRIx32, chreGetVersion()); in nanoappStart() 131 LOGI("Got BLE capabilities 0x%" PRIx32, capabilities); in nanoappStart() 284 LOGI("Received event 0x%" PRIx16 " from 0x%" PRIx32 " at time %" PRIu64 " ms", in nanoappHandleEvent()
|
/system/chre/platform/exynos/ |
D | platform_nanoapp.cc | 156 LOGI("Nanoapp loaded: %s (0x%016" PRIx64 ") version 0x%" PRIx32 in verifyNanoappInfo() 163 LOGI("Nanoapp permissions: 0x%" PRIx32, mAppInfo->appPermissions); in verifyNanoappInfo()
|
D | host_link.cc | 164 " , FragmentID: %" PRIx32 " transactionID: %" PRIx32, in sendFragmentResponse()
|
/system/chre/platform/shared/sensor_pal/ |
D | platform_sensor_manager.cc | 55 LOGD("Opened Sensor PAL version 0x%08" PRIx32, mSensorApi->moduleVersion); in init() 58 LOGW("Requested Sensor PAL (version 0x%08" PRIx32 ") not found", in init()
|
/system/chre/apps/wifi_world/ |
D | wifi_world.cc | 129 LOGI(" altitude: 0x%" PRIx32 ", %f m", lci.altitude, altitude); in logChreRangingResult() 131 LOGI(" altitude: 0x%" PRIx32 ", %f floors", lci.altitude, altitude); in logChreRangingResult() 360 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 | 316 CHPP_LOGD("chppWwanGetCapabilitiesResult received capabilities=0x%" PRIx32, in chppWwanGetCapabilitiesResult() 323 CHPP_LOGE("WWAN capabilities 0x%" PRIx32 " != 0x%" PRIx32, in chppWwanGetCapabilitiesResult()
|
/system/chre/platform/freertos/ |
D | platform_nanoapp.cc | 253 LOGI("Nanoapp loaded: %s (0x%016" PRIx64 ") version 0x%" PRIx32 in verifyNanoappInfo() 260 LOGI("Nanoapp permissions: 0x%" PRIx32, mAppInfo->appPermissions); in verifyNanoappInfo()
|
/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()
|