Searched refs:CHPP_LOGI (Results 1 – 18 of 18) sorted by relevance
/chre-3.4.0/chpp/include/chpp/ |
D | log.h | 45 #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/ |
D | memory.c | 52 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/ |
D | app_test.cpp | 55 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/ |
D | loopback.c | 42 CHPP_LOGI("Looping back len=%" PRIuSIZE, len); in chppDispatchLoopbackClientRequest()
|
D | discovery.c | 63 CHPP_LOGI("Discovery resp count=%" PRIu8, context->registeredServiceCount); in chppDiscoveryDiscoverAll()
|
D | wwan.c | 223 CHPP_LOGI("WWAN service opened"); in chppWwanServiceOpen() 259 CHPP_LOGI("WWAN service closed"); in chppWwanServiceClose() 289 CHPP_LOGI("WWAN service reset. Closing"); in chppWwanServiceNotifyReset()
|
D | gnss.c | 259 CHPP_LOGI("GNSS service opened"); in chppGnssServiceOpen() 295 CHPP_LOGI("GNSS service closed"); in chppGnssServiceClose() 325 CHPP_LOGI("GNSS service reset. Closing"); in chppGnssServiceNotifyReset()
|
D | wifi.c | 253 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/ |
D | platform_log.h | 48 #define CHPP_LOGI(fmt, ...) CHPP_LINUX_LOG("I", "96", fmt, ##__VA_ARGS__) macro
|
/chre-3.4.0/chpp/platform/ |
D | pal_api.c | 62 CHPP_LOGI(PAL_LOG_FORMAT_STR, logBuf); in palSystemApiLog()
|
/chre-3.4.0/chpp/clients/ |
D | timesync.c | 142 CHPP_LOGI("Timesync RTT=%" PRIu64 " correction=%" PRId64 " offset=%" PRId64 in chppDispatchTimesyncServiceResponse() 157 CHPP_LOGI("Measuring timesync t=%" PRIu64, in chppTimesyncMeasureOffset()
|
D | loopback.c | 127 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()
|
D | wifi.c | 327 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()
|
D | discovery.c | 127 CHPP_LOGI("Discovered %" PRIu8 " services", serviceCount); in chppDiscoveryProcessDiscoverAll()
|
D | wwan.c | 249 CHPP_LOGI("WWAN client reopening from state=%" PRIu8, in chppWwanClientNotifyReset()
|
D | gnss.c | 329 CHPP_LOGI("GNSS client reopening from state=%" PRIu8, in chppGnssClientNotifyReset()
|
/chre-3.4.0/chpp/ |
D | transport.c | 325 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()
|
D | clients.c | 534 CHPP_LOGI("Service open succeeded at service"); in chppClientProcessOpenResponse()
|