Home
last modified time | relevance | path

Searched refs:CHPP_LOGI (Results 1 – 18 of 18) sorted by relevance

/chre-3.4.0/chpp/include/chpp/
Dlog.h45 #ifndef CHPP_LOGI
68 #undef CHPP_LOGI
69 #define CHPP_LOGI(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) macro
/chre-3.4.0/chpp/platform/linux/
Dmemory.c52 CHPP_LOGI("%s: size %zu total (after malloc) %zu", __func__, size, in chppMalloc()
67 CHPP_LOGI("%s: size %zu total (after free) %zu", __func__, size, in chppFree()
99 CHPP_LOGI("%s: size %zu total (after realloc) %zu", __func__, newSize, in chppRealloc()
/chre-3.4.0/chpp/test/
Dapp_test.cpp55 CHPP_LOGI("Starting transport-layer loopback test (max buffer = %zu)...", in TEST_F()
95 CHPP_LOGI( in TEST_F()
123 CHPP_LOGI("Starting loopback test with fragmentation (max buffer = %zu)...", in TEST_F()
144 CHPP_LOGI("Starting timesync test..."); in TEST_F()
/chre-3.4.0/chpp/services/
Dloopback.c42 CHPP_LOGI("Looping back len=%" PRIuSIZE, len); in chppDispatchLoopbackClientRequest()
Ddiscovery.c63 CHPP_LOGI("Discovery resp count=%" PRIu8, context->registeredServiceCount); in chppDiscoveryDiscoverAll()
Dwwan.c223 CHPP_LOGI("WWAN service opened"); in chppWwanServiceOpen()
259 CHPP_LOGI("WWAN service closed"); in chppWwanServiceClose()
289 CHPP_LOGI("WWAN service reset. Closing"); in chppWwanServiceNotifyReset()
Dgnss.c259 CHPP_LOGI("GNSS service opened"); in chppGnssServiceOpen()
295 CHPP_LOGI("GNSS service closed"); in chppGnssServiceClose()
325 CHPP_LOGI("GNSS service reset. Closing"); in chppGnssServiceNotifyReset()
Dwifi.c253 CHPP_LOGI("WiFi service opened"); in chppWifiServiceOpen()
289 CHPP_LOGI("WiFi service closed"); in chppWifiServiceClose()
318 CHPP_LOGI("WiFi service reset. Closing"); in chppWifiServiceNotifyReset()
/chre-3.4.0/chpp/platform/linux/include/chpp/platform/
Dplatform_log.h48 #define CHPP_LOGI(fmt, ...) CHPP_LINUX_LOG("I", "96", fmt, ##__VA_ARGS__) macro
/chre-3.4.0/chpp/platform/
Dpal_api.c62 CHPP_LOGI(PAL_LOG_FORMAT_STR, logBuf); in palSystemApiLog()
/chre-3.4.0/chpp/clients/
Dtimesync.c142 CHPP_LOGI("Timesync RTT=%" PRIu64 " correction=%" PRId64 " offset=%" PRId64 in chppDispatchTimesyncServiceResponse()
157 CHPP_LOGI("Measuring timesync t=%" PRIu64, in chppTimesyncMeasureOffset()
Dloopback.c127 CHPP_LOGI("Loopback client RX response. Error code=0x%" PRIx16 in chppDispatchLoopbackServiceResponse()
149 CHPP_LOGI("Loopback test. payload len=%" PRIuSIZE ", request len=%" PRIuSIZE, in chppRunLoopbackTest()
Dwifi.c327 CHPP_LOGI("WiFi client reopening from state=%" PRIu8, in chppWifiClientNotifyReset()
362 CHPP_LOGI("Re-enabling WiFi scan monitoring after reset"); in chppWiFiRecoverScanMonitor()
514 CHPP_LOGI("Scan request success=%d (at service)", result->pending); in chppWifiRequestScanResult()
Ddiscovery.c127 CHPP_LOGI("Discovered %" PRIu8 " services", serviceCount); in chppDiscoveryProcessDiscoverAll()
Dwwan.c249 CHPP_LOGI("WWAN client reopening from state=%" PRIu8, in chppWwanClientNotifyReset()
Dgnss.c329 CHPP_LOGI("GNSS client reopening from state=%" PRIu8, in chppGnssClientNotifyReset()
/chre-3.4.0/chpp/
Dtransport.c325 CHPP_LOGI("RX RESET packet seq=%" PRIu8 " err=%" PRIu8, in chppConsumeFooter()
341 CHPP_LOGI("RX RESET-ACK packet. seq=%" PRIu8, context->rxHeader.seq); in chppConsumeFooter()
457 CHPP_LOGI("Trans-looping back len=%" PRIu16 " RX len=%" PRIuSIZE, in chppProcessTransportLoopbackRequest()
1123 CHPP_LOGI("Enqueue TX: code=0x%" PRIx8 "%s len=%" PRIuSIZE in chppEnqueueTxDatagram()
1129 CHPP_LOGI( in chppEnqueueTxDatagram()
Dclients.c534 CHPP_LOGI("Service open succeeded at service"); in chppClientProcessOpenResponse()