/system/chre/apps/wwan_world/ |
D | wwan_world.cc | 72 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/ |
D | trace-dev.cpp | 63 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()
|
D | trace-container.cpp | 196 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/ |
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", in PlatformAudio() 120 FATAL_ERROR("Failed to start audio stream with %" PRId32, result); in PlatformAudio()
|
/system/media/audio_utils/ |
D | echo_reference.c | 153 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/ |
D | main.cpp | 18 snprintf(filename, sizeof(filename), "/proc/%" PRId32 "/%s", pid, in get_pss()
|
/system/chre/apps/gnss_world/ |
D | gnss_world.cc | 224 LOGI("Received location: %" PRId32 ", %" PRId32, event->latitude_deg_e7, in handleGnssLocationEvent()
|
/system/chre/apps/chqts/src/general_test/ |
D | heap_exhaustion_stability_test.cc | 143 chreLog(CHRE_LOG_INFO, "Test log %s, zero: %" PRId32, "message", zero); in testLog()
|
/system/chre/host/common/ |
D | socket_client.cc | 205 LOGW("Failed to (re)connect, next try in %" PRId32 " ms", in reconnect()
|
/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/chre/host/msm/daemon/ |
D | chre_daemon.cc | 367 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/ |
D | gatekeeperd.cpp | 348 ALOGE("Failure sending auth token to KeyStore: %" PRId32, result); in verifyChallenge()
|
/system/media/camera/src/ |
D | camera_metadata.c | 1206 dprintf(fd, "%" PRId32 " ", in print_data()
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 2448 outCount = snprintf(strOut, strOutLen + 1, "%" PRId32, elem.data.int32); in android_log_buffer_to_string()
|