Home
last modified time | relevance | path

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

/system/chre/apps/wwan_world/
Dwwan_world.cc72 LOGI(" mcc %" PRId32, cell->CellInfo.lte.cellIdentityLte.mcc); in logChreWwanInfo()
73 LOGI(" mnc %" PRId32, cell->CellInfo.lte.cellIdentityLte.mnc); in logChreWwanInfo()
74 LOGI(" ci %" PRId32, cell->CellInfo.lte.cellIdentityLte.ci); in logChreWwanInfo()
75 LOGI(" pci %" PRId32, cell->CellInfo.lte.cellIdentityLte.pci); in logChreWwanInfo()
76 LOGI(" tac %" PRId32, cell->CellInfo.lte.cellIdentityLte.tac); in logChreWwanInfo()
77 LOGI(" earfcn %" PRId32, cell->CellInfo.lte.cellIdentityLte.earfcn); in logChreWwanInfo()
81 LOGI(" mcc %" PRId32, cell->CellInfo.gsm.cellIdentityGsm.mcc); in logChreWwanInfo()
82 LOGI(" mnc %" PRId32, cell->CellInfo.gsm.cellIdentityGsm.mnc); in logChreWwanInfo()
83 LOGI(" lac %" PRId32, cell->CellInfo.gsm.cellIdentityGsm.lac); in logChreWwanInfo()
84 LOGI(" cid %" PRId32, cell->CellInfo.gsm.cellIdentityGsm.cid); in logChreWwanInfo()
[all …]
/system/core/libcutils/
Dtrace-dev.cpp63 WRITE_MSG("S|%d|", "|%" PRId32, name, cookie); in atrace_async_begin_body()
68 WRITE_MSG("F|%d|", "|%" PRId32, name, cookie); in atrace_async_end_body()
73 WRITE_MSG("C|%d|", "|%" PRId32, name, value); in atrace_int_body()
Dtrace-container.cpp196 WRITE_MSG("S|%d|", "|%" PRId32, name, cookie); in atrace_async_begin_body()
208 WRITE_MSG("F|%d|", "|%" PRId32, name, cookie); in atrace_async_end_body()
214 WRITE_MSG_IN_CONTAINER("C", "|", "|%" PRId32, name, value); in atrace_int_body()
220 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", in PlatformAudio()
120 FATAL_ERROR("Failed to start audio stream with %" PRId32, result); in PlatformAudio()
/system/media/audio_utils/
Decho_reference.c153 ALOGV("echo_reference_write() playbackTimestamp:[%d].[%d], er->playback_delay:[%" PRId32 "]", in echo_reference_write()
277 " er->wr_render_time:[%d].[%d], er->playback_delay:[%" PRId32 "]", in echo_reference_write()
312 ALOGV("echo_reference_read() START, delayCapture:[%" PRId32 "], " in echo_reference_read()
379 "er->playback_delay[%" PRId32 "] + delayCapture[%" PRId32 in echo_reference_read()
444 "] = er->playback_delay[%" PRId32 "] + delayCapture[%" PRId32 in echo_reference_read()
/system/extras/pssbench/
Dmain.cpp18 snprintf(filename, sizeof(filename), "/proc/%" PRId32 "/%s", pid, in get_pss()
/system/chre/apps/gnss_world/
Dgnss_world.cc224 LOGI("Received location: %" PRId32 ", %" PRId32, event->latitude_deg_e7, in handleGnssLocationEvent()
/system/chre/apps/chqts/src/general_test/
Dheap_exhaustion_stability_test.cc143 chreLog(CHRE_LOG_INFO, "Test log %s, zero: %" PRId32, "message", zero); in testLog()
/system/chre/host/common/
Dsocket_client.cc205 LOGW("Failed to (re)connect, next try in %" PRId32 " ms", in reconnect()
/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/chre/host/msm/daemon/
Dchre_daemon.cc367 LOGE("Failed to load LPMA with %" PRId32, loadResult); in loadLpma()
402 LOGE("Failed to unload LPMA with %" PRId32, int32_t(hidlResult)); in unloadLpma()
/system/core/gatekeeperd/
Dgatekeeperd.cpp348 ALOGE("Failure sending auth token to KeyStore: %" PRId32, result); in verifyChallenge()
/system/media/camera/src/
Dcamera_metadata.c1206 dprintf(fd, "%" PRId32 " ", in print_data()
/system/core/liblog/tests/
Dliblog_test.cpp2448 outCount = snprintf(strOut, strOutLen + 1, "%" PRId32, elem.data.int32); in android_log_buffer_to_string()