Home
last modified time | relevance | path

Searched refs:PAL_LOG_FORMAT_STR (Results 1 – 2 of 2) sorted by relevance

/system/chre/platform/shared/
Dpal_system_api.cc30 #define PAL_LOG_FORMAT_STR "PAL: %s" macro
48 LOGE(PAL_LOG_FORMAT_STR, logBuf); in palSystemApiLog()
51 LOGW(PAL_LOG_FORMAT_STR, logBuf); in palSystemApiLog()
54 LOGI(PAL_LOG_FORMAT_STR, logBuf); in palSystemApiLog()
58 LOGD(PAL_LOG_FORMAT_STR, logBuf); in palSystemApiLog()
/system/chre/chpp/platform/
Dpal_api.c33 #define PAL_LOG_FORMAT_STR "PAL: %s" macro
56 CHPP_LOGE(PAL_LOG_FORMAT_STR, logBuf); in palSystemApiLog()
59 CHPP_LOGW(PAL_LOG_FORMAT_STR, logBuf); in palSystemApiLog()
62 CHPP_LOGI(PAL_LOG_FORMAT_STR, logBuf); in palSystemApiLog()
66 CHPP_LOGD(PAL_LOG_FORMAT_STR, logBuf); in palSystemApiLog()