Home
last modified time | relevance | path

Searched refs:PRId32 (Results 1 – 15 of 15) sorted by relevance

/system/chre/apps/wwan_world/
Dwwan_world.cc61 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/
Dtrace-dev.cpp84 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()
Dtrace-container.cpp205 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/
Dplatform_audio.cc92 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/
Dst_hal_lpma_handler.cc105 LOGE("Failed to load LPMA with %" PRId32, loadResult); in load()
122 LOGE("Failed to unload LPMA with %" PRId32, int32_t(hidlResult)); in unload()
Dsocket_client.cc203 LOGW("Failed to (re)connect, next try in %" PRId32 " ms", in reconnect()
/system/extras/pssbench/
Dmain.cpp18 snprintf(filename, sizeof(filename), "/proc/%" PRId32 "/%s", pid, in get_pss()
/system/chre/apps/gnss_world/
Dgnss_world.cc216 LOGI("Received location: %" PRId32 ", %" PRId32, event->latitude_deg_e7, in handleGnssLocationEvent()
/system/chre/pal/tests/src/
Dgnss_pal_impl_test.cc89 LOGI("Received location: %" PRId32 ", %" PRId32, event.latitude_deg_e7, in logLocationEvent()
/system/chre/apps/test/chqts/src/general_test/
Dheap_exhaustion_stability_test.cc139 chreLog(CHRE_LOG_INFO, "Test log %s, zero: %" PRId32, "message", zero); in testLog()
/system/core/libutils/
DFileMap.cpp27 # define PRId32 "I32d" macro
/system/core/debuggerd/tombstoned/
Dintercept_manager.cpp138 "pid %" PRId32 " already intercepted, type %d", intercept_request.pid, in intercept_request_cb()
/system/media/camera/src/
Dcamera_metadata.c1206 dprintf(fd, "%" PRId32 " ", in print_data()
/system/logging/liblog/tests/
Dliblog_test.cpp2107 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/
Dzip_archive.cc266 ALOGV("Looking for the zip64 EOCD, cd_size: %" PRIu32 "cd_start_offset: %" PRId32, in FindCentralDirectoryInfo()