Home
last modified time | relevance | path

Searched refs:CHPP_LOGW (Results 1 – 13 of 13) sorted by relevance

/system/chre/chpp/include/chpp/
Dlog.h41 #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/
Dplatform_log.h50 #define CHPP_LOGW(fmt, ...) CHPP_LINUX_LOG("W", "93", fmt, ##__VA_ARGS__) macro
/system/chre/chpp/platform/
Dpal_api.c59 CHPP_LOGW(PAL_LOG_FORMAT_STR, logBuf); in palSystemApiLog()
/system/chre/chpp/platform/linux/
Dlink.c65 CHPP_LOGW("remoteLinkState is NULL"); in linkSendThread()
85 CHPP_LOGW("chppRxDataCb return state!=preamble (packet incomplete)"); in linkSendThread()
/system/chre/chpp/clients/
Dtimesync.c126 CHPP_LOGW("Drift=%" PRId64 " clipped to %" PRId64 " at t=%" PRIu64, in chppDispatchTimesyncServiceResponse()
Dwwan.c252 CHPP_LOGW("WWAN client reset but wasn't open"); in chppWwanClientNotifyReset()
Dgnss.c331 CHPP_LOGW("GNSS client reset but wasn't open"); in chppGnssClientNotifyReset()
Dwifi.c381 CHPP_LOGW("WiFi client reset but wasn't open"); in chppWifiClientNotifyReset()
/system/chre/chpp/services/
Dwwan.c285 CHPP_LOGW("WWAN service reset but wasn't open"); in chppWwanServiceNotifyReset()
Dgnss.c321 CHPP_LOGW("GNSS service reset but wasn't open"); in chppGnssServiceNotifyReset()
Dwifi.c369 CHPP_LOGW("WiFi service reset but wasn't open"); in chppWifiServiceNotifyReset()
/system/chre/chpp/
Dapp.c1038 CHPP_LOGW("TX additional response t=%" PRIu64 " for req t=%" PRIu64, in chppSendTimestampedResponseOrFail()
1065 CHPP_LOGW("Request timeout (%" PRIu64 in chppSendTimestampedRequestOrFail()
Dtransport.c769 CHPP_LOGW("Seq %" PRIu8 " ACK'd after %" PRIuSIZE " reTX", in chppRegisterRxAck()
1042 CHPP_LOGW( in chppTransportDoWork()