Searched refs:CHPP_LOGI (Results 1 – 12 of 12) sorted by relevance
/system/chre/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
|
/system/chre/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()
|
/system/chre/chpp/test/ |
D | fake_link_sync_test.cpp | 101 CHPP_LOGI("Send a RESET packet"); in SetUp() 107 CHPP_LOGI("Receive a RESET ACK packet"); in SetUp() 113 CHPP_LOGI("Send CHPP_TRANSPORT_ERROR_NONE packet"); in SetUp() 118 CHPP_LOGI("CHPP handshake complete"); in SetUp()
|
D | app_test.cpp | 58 CHPP_LOGI("Starting transport-layer loopback test (max buffer = %zu)...", in TEST_F() 99 CHPP_LOGI( in TEST_F() 127 CHPP_LOGI("Starting loopback test with fragmentation (max buffer = %zu)...", in TEST_F() 152 CHPP_LOGI("Starting timesync test..."); in TEST_F()
|
D | gnss_test.cpp | 47 CHPP_LOGI("Got location event"); in chrePalLocationEventCallback() 55 CHPP_LOGI("Got measurement event"); in chrePalMeasurementEventCallback()
|
/system/chre/chpp/platform/linux/include/chpp/platform/ |
D | platform_log.h | 51 #define CHPP_LOGI(fmt, ...) CHPP_LINUX_LOG("I", "96", fmt, ##__VA_ARGS__) macro
|
/system/chre/chpp/platform/ |
D | pal_api.c | 62 CHPP_LOGI(PAL_LOG_FORMAT_STR, logBuf); in palSystemApiLog()
|
/system/chre/chpp/services/ |
D | discovery.c | 63 CHPP_LOGI("Discovery resp count=%" PRIu8, context->registeredServiceCount); in chppDiscoveryDiscoverAll()
|
/system/chre/chpp/clients/ |
D | discovery.c | 125 CHPP_LOGI("Discovered %" PRIu8 " services", serviceCount); in chppProcessDiscoverAllResponse()
|
D | wwan.c | 254 CHPP_LOGI("WWAN client reopening from state=%" PRIu8, in chppWwanClientNotifyReset()
|
D | wifi.c | 383 CHPP_LOGI("WiFi client reopening from state=%" PRIu8, in chppWifiClientNotifyReset() 542 CHPP_LOGI("Scan request success=%d at service", result->pending); in chppWifiRequestScanResult()
|
/system/chre/chpp/ |
D | transport.c | 345 CHPP_LOGI("RX RESET packet seq=%" PRIu8 " err=%" PRIu8, in chppConsumeFooter() 361 CHPP_LOGI("RX RESET-ACK packet seq=%" PRIu8, context->rxHeader.seq); in chppConsumeFooter()
|