Home
last modified time | relevance | path

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

/system/chre/chpp/include/chpp/
Dlog.h45 #ifndef CHPP_LOGI
68 #undef CHPP_LOGI
69 #define CHPP_LOGI(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) macro
/system/chre/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()
/system/chre/chpp/test/
Dfake_link_sync_test.cpp101 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()
Dapp_test.cpp58 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()
Dgnss_test.cpp47 CHPP_LOGI("Got location event"); in chrePalLocationEventCallback()
55 CHPP_LOGI("Got measurement event"); in chrePalMeasurementEventCallback()
/system/chre/chpp/platform/linux/include/chpp/platform/
Dplatform_log.h51 #define CHPP_LOGI(fmt, ...) CHPP_LINUX_LOG("I", "96", fmt, ##__VA_ARGS__) macro
/system/chre/chpp/platform/
Dpal_api.c62 CHPP_LOGI(PAL_LOG_FORMAT_STR, logBuf); in palSystemApiLog()
/system/chre/chpp/services/
Ddiscovery.c63 CHPP_LOGI("Discovery resp count=%" PRIu8, context->registeredServiceCount); in chppDiscoveryDiscoverAll()
/system/chre/chpp/clients/
Ddiscovery.c125 CHPP_LOGI("Discovered %" PRIu8 " services", serviceCount); in chppProcessDiscoverAllResponse()
Dwwan.c254 CHPP_LOGI("WWAN client reopening from state=%" PRIu8, in chppWwanClientNotifyReset()
Dwifi.c383 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/
Dtransport.c345 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()