Searched refs:CHPP_LOGW (Results 1 – 13 of 13) sorted by relevance
/system/chre/chpp/include/chpp/ |
D | log.h | 41 #ifndef CHPP_LOGW 63 #undef CHPP_LOGW 64 #define CHPP_LOGW(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) macro
|
/system/chre/chpp/platform/linux/include/chpp/platform/ |
D | platform_log.h | 50 #define CHPP_LOGW(fmt, ...) CHPP_LINUX_LOG("W", "93", fmt, ##__VA_ARGS__) macro
|
/system/chre/chpp/platform/ |
D | pal_api.c | 59 CHPP_LOGW(PAL_LOG_FORMAT_STR, logBuf); in palSystemApiLog()
|
/system/chre/chpp/platform/linux/ |
D | link.c | 65 CHPP_LOGW("remoteLinkState is NULL"); in linkSendThread() 85 CHPP_LOGW("chppRxDataCb return state!=preamble (packet incomplete)"); in linkSendThread()
|
/system/chre/chpp/clients/ |
D | timesync.c | 126 CHPP_LOGW("Drift=%" PRId64 " clipped to %" PRId64 " at t=%" PRIu64, in chppDispatchTimesyncServiceResponse()
|
D | wwan.c | 252 CHPP_LOGW("WWAN client reset but wasn't open"); in chppWwanClientNotifyReset()
|
D | gnss.c | 331 CHPP_LOGW("GNSS client reset but wasn't open"); in chppGnssClientNotifyReset()
|
D | wifi.c | 381 CHPP_LOGW("WiFi client reset but wasn't open"); in chppWifiClientNotifyReset()
|
/system/chre/chpp/services/ |
D | wwan.c | 285 CHPP_LOGW("WWAN service reset but wasn't open"); in chppWwanServiceNotifyReset()
|
D | gnss.c | 321 CHPP_LOGW("GNSS service reset but wasn't open"); in chppGnssServiceNotifyReset()
|
D | wifi.c | 369 CHPP_LOGW("WiFi service reset but wasn't open"); in chppWifiServiceNotifyReset()
|
/system/chre/chpp/ |
D | app.c | 1038 CHPP_LOGW("TX additional response t=%" PRIu64 " for req t=%" PRIu64, in chppSendTimestampedResponseOrFail() 1065 CHPP_LOGW("Request timeout (%" PRIu64 in chppSendTimestampedRequestOrFail()
|
D | transport.c | 769 CHPP_LOGW("Seq %" PRIu8 " ACK'd after %" PRIuSIZE " reTX", in chppRegisterRxAck() 1042 CHPP_LOGW( in chppTransportDoWork()
|