/system/chre/apps/wwan_world/ |
D | wwan_world.cc | 61 LOGI(" mcc %" PRId32, nr.cellIdentityNr.mcc); in logNrCellInfo() 62 LOGI(" mnc %" PRId32, nr.cellIdentityNr.mnc); in logNrCellInfo() 64 LOGI(" pci %" PRId32, nr.cellIdentityNr.pci); in logNrCellInfo() 65 LOGI(" tac %" PRId32, nr.cellIdentityNr.tac); in logNrCellInfo() 66 LOGI(" nrarfcn %" PRId32, nr.cellIdentityNr.nrarfcn); in logNrCellInfo() 67 LOGI(" ssRsrp %" PRId32 ", %" PRId32 " dBm", nr.signalStrengthNr.ssRsrp, in logNrCellInfo() 69 LOGI(" ssRsrq %" PRId32 ", %.1f dB", nr.signalStrengthNr.ssRsrq, in logNrCellInfo() 71 LOGI(" ssSinr %" PRId32 ", %.1f dB", nr.signalStrengthNr.ssSinr, in logNrCellInfo() 73 LOGI(" csiRsrp %" PRId32 ", %" PRId32 " dBm", nr.signalStrengthNr.csiRsrp, in logNrCellInfo() 75 LOGI(" csiRsrq %" PRId32 ", %.1f dB", nr.signalStrengthNr.csiRsrq, in logNrCellInfo() [all …]
|
/system/core/libcutils/ |
D | trace-dev.cpp | 84 WRITE_MSG("S|%d|", "|%" PRId32, name, cookie); in atrace_async_begin_body() 89 WRITE_MSG("F|%d|", "|%" PRId32, name, cookie); in atrace_async_end_body() 94 WRITE_MSG("C|%d|", "|%" PRId32, name, value); in atrace_int_body()
|
D | trace-container.cpp | 205 WRITE_MSG("S|%d|", "|%" PRId32, name, cookie); in atrace_async_begin_body() 217 WRITE_MSG("F|%d|", "|%" PRId32, name, cookie); in atrace_async_end_body() 223 WRITE_MSG_IN_CONTAINER("C", "|", "|%" PRId32, name, value); in atrace_int_body() 229 WRITE_MSG("C|%d|", "|%" PRId32, name, value); in atrace_int_body()
|
/system/chre/platform/android/ |
D | platform_audio.cc | 92 FATAL_ERROR("Failed to create audio stream builder with %" PRId32, result); in PlatformAudio() 106 FATAL_ERROR("Failed to create audio stream with %" PRId32, result); in PlatformAudio() 110 LOGD("Created audio stream with %" PRId32 " frames buffer size", bufferSize); in PlatformAudio() 121 FATAL_ERROR("Failed to start audio stream with %" PRId32, result); in PlatformAudio()
|
/system/chre/host/common/ |
D | st_hal_lpma_handler.cc | 105 LOGE("Failed to load LPMA with %" PRId32, loadResult); in load() 122 LOGE("Failed to unload LPMA with %" PRId32, int32_t(hidlResult)); in unload()
|
D | socket_client.cc | 203 LOGW("Failed to (re)connect, next try in %" PRId32 " ms", in reconnect()
|
/system/extras/pssbench/ |
D | main.cpp | 18 snprintf(filename, sizeof(filename), "/proc/%" PRId32 "/%s", pid, in get_pss()
|
/system/chre/apps/gnss_world/ |
D | gnss_world.cc | 216 LOGI("Received location: %" PRId32 ", %" PRId32, event->latitude_deg_e7, in handleGnssLocationEvent()
|
/system/chre/pal/tests/src/ |
D | gnss_pal_impl_test.cc | 89 LOGI("Received location: %" PRId32 ", %" PRId32, event.latitude_deg_e7, in logLocationEvent()
|
/system/chre/apps/test/chqts/src/general_test/ |
D | heap_exhaustion_stability_test.cc | 139 chreLog(CHRE_LOG_INFO, "Test log %s, zero: %" PRId32, "message", zero); in testLog()
|
/system/core/libutils/ |
D | FileMap.cpp | 27 # define PRId32 "I32d" macro
|
/system/core/debuggerd/tombstoned/ |
D | intercept_manager.cpp | 138 "pid %" PRId32 " already intercepted, type %d", intercept_request.pid, in intercept_request_cb()
|
/system/media/camera/src/ |
D | camera_metadata.c | 1206 dprintf(fd, "%" PRId32 " ", in print_data()
|
/system/logging/liblog/tests/ |
D | liblog_test.cpp | 2107 outCount = snprintf(strOut, strOutLen + 1, "%" PRId32, elem.data.int32); in android_log_buffer_to_string() 2508 snprintf(msgBuf, sizeof(msgBuf), "I/[%" PRId32 "]", event_header->tag); in create_android_logger()
|
/system/libziparchive/ |
D | zip_archive.cc | 266 ALOGV("Looking for the zip64 EOCD, cd_size: %" PRIu32 "cd_start_offset: %" PRId32, in FindCentralDirectoryInfo()
|