/system/chre/chpp/include/chpp/ |
D | log.h | 49 #ifndef CHPP_LOGD 73 #undef CHPP_LOGD 74 #define CHPP_LOGD(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) macro
|
/system/chre/chpp/clients/ |
D | timesync.c | 54 CHPP_LOGD("Timesync client init"); in chppTimesyncClientInit() 72 CHPP_LOGD("Timesync client deinit"); in chppTimesyncClientDeinit() 80 CHPP_LOGD("Timesync client reset"); in chppTimesyncClientReset() 93 CHPP_LOGD("Timesync client dispatch service response"); in chppDispatchTimesyncServiceResponse() 137 CHPP_LOGD("Timesync RTT=%" PRIu64 " correction=%" PRId64 " offset=%" PRId64 in chppDispatchTimesyncServiceResponse() 150 CHPP_LOGD("Measuring timesync t=%" PRIu64, in chppTimesyncMeasureOffset() 193 CHPP_LOGD("No need to timesync at t~=%" PRIu64 "offset=%" PRId64, in chppTimesyncGetOffset()
|
D | loopback.c | 57 CHPP_LOGD("Loopback client init"); in chppLoopbackClientInit() 73 CHPP_LOGD("Loopback client deinit"); in chppLoopbackClientDeinit() 83 CHPP_LOGD("Loopback client dispatch service response"); in chppDispatchLoopbackServiceResponse() 119 CHPP_LOGD("Loopback client RX err=0x%" PRIx16 " len=%" PRIuSIZE in chppDispatchLoopbackServiceResponse() 137 CHPP_LOGD("Loopback client TX len=%" PRIuSIZE, in chppRunLoopbackTest()
|
D | wifi.c | 402 CHPP_LOGD("Pseudo-open WiFi client opening"); in chppWifiClientNotifyMatch() 418 CHPP_LOGD("Re-enabling WiFi scan monitoring after reset"); in chppWiFiRecoverScanMonitor() 464 CHPP_LOGD("chppWifiGetCapabilitiesResult received capabilities=0x%" PRIx32, in chppWifiGetCapabilitiesResult() 502 CHPP_LOGD( in chppWifiConfigureScanMonitorResult() 568 CHPP_LOGD("Ranging request accepted at service"); in chppWifiRequestRangingResult() 590 CHPP_LOGD("NAN sub accepted at service"); in chppWifiRequestNanSubscribeResult() 612 CHPP_LOGD("NAN sub cancel accepted at service"); in chppWifiNanSubscriptionCanceledResult() 628 CHPP_LOGD("chppWifiScanEventNotification received data len=%" PRIuSIZE, len); in chppWifiScanEventNotification() 646 CHPP_LOGD("WiFi scan time overcorrected %" PRIu64 " current %" PRIu64, in chppWifiScanEventNotification() 651 CHPP_LOGD("WiFi scan time corrected from %" PRIu64 "to %" PRIu64, in chppWifiScanEventNotification() [all …]
|
D | gnss.c | 333 CHPP_LOGD("GNSS client reopening from state=%" PRIu8, in chppGnssClientNotifyReset() 353 CHPP_LOGD("Pseudo-open GNSS client opening"); in chppGnssClientNotifyMatch() 396 CHPP_LOGD("chppGnssGetCapabilitiesResult received capabilities=0x%" PRIx32, in chppGnssGetCapabilitiesResult() 433 CHPP_LOGD( in chppGnssControlLocationSessionResult() 466 CHPP_LOGD( in chppGnssControlMeasurementSessionResult() 497 CHPP_LOGD( in chppGnssConfigurePassiveLocationListenerResult() 538 CHPP_LOGD("chppGnssLocationResultNotification received data len=%" PRIuSIZE, in chppGnssLocationResultNotification() 566 CHPP_LOGD( in chppGnssMeasurementResultNotification() 601 CHPP_LOGD("GNSS client opening"); in chppGnssClientOpen()
|
D | discovery.c | 151 CHPP_LOGD("Client # %" PRIu8 in chppProcessDiscoverAllResponse() 178 CHPP_LOGD("Matched %" PRIu8 " out of %" PRIu8 " clients and %" PRIu8 in chppProcessDiscoverAllResponse() 198 CHPP_LOGD("Client #%" PRIu8 " (H#%d) match notifier found=%d", in chppProcessDiscoverAllResponse() 233 CHPP_LOGD("Initializing CHPP discovery client"); in chppDiscoveryInit() 250 CHPP_LOGD("Deinitializing CHPP discovery client"); in chppDiscoveryDeinit()
|
D | wwan.c | 273 CHPP_LOGD("Pseudo-open WWAN client opening"); in chppWwanClientNotifyMatch() 316 CHPP_LOGD("chppWwanGetCapabilitiesResult received capabilities=0x%" PRIx32, in chppWwanGetCapabilitiesResult() 345 CHPP_LOGD("chppWwanGetCellInfoAsyncResult received data len=%" PRIuSIZE, len); in chppWwanGetCellInfoAsyncResult() 412 CHPP_LOGD("WWAN client opening"); in chppWwanClientOpen()
|
/system/chre/chpp/ |
D | clients.c | 129 CHPP_LOGD("Registering Clients"); in chppRegisterCommonClients() 154 CHPP_LOGD("Deregistering Clients"); in chppDeregisterCommonClients() 201 CHPP_LOGD("Client # %" PRIu8 " UUID=%s, version=%" PRIu8 ".%" PRIu8 in chppRegisterClient() 215 CHPP_LOGD("Initializing basic clients"); in chppInitBasicClients() 260 CHPP_LOGD("Deinitializing basic clients"); in chppDeinitBasicClients() 279 CHPP_LOGD("Deinitializing matched clients"); in chppDeinitMatchedClients() 288 CHPP_LOGD("Client #%" PRIu8 " (H#%d) deinit fp found=%d", clientIndex, in chppDeinitMatchedClients() 383 CHPP_LOGD("Opening service - blocking"); in chppClientSendOpenRequest() 387 CHPP_LOGD("Opening service - non-blocking"); in chppClientSendOpenRequest() 420 CHPP_LOGD("Service open succeeded at service"); in chppClientProcessOpenResponse()
|
D | transport.c | 128 CHPP_LOGD( in chppSetRxState() 316 CHPP_LOGD("RX packet len=%" PRIu16 " seq=%" PRIu8 " ackSeq=%" PRIu8 in chppConsumeFooter() 476 CHPP_LOGD("Trans-looping back len=%" PRIu16 " RX len=%" PRIuSIZE, in chppProcessTransportLoopbackRequest() 513 CHPP_LOGD("RX successful transport-loopback (payload len=%" PRIuSIZE ")", in chppProcessTransportLoopbackResponse() 644 CHPP_LOGD("RX packet for unfinished datagram. Seq=%" PRIu8 " len=%" PRIu16 in chppProcessRxPayload() 660 CHPP_LOGD("App layer processed datagram with len=%" PRIuSIZE in chppProcessRxPayload() 757 CHPP_LOGD( in chppRegisterRxAck() 820 CHPP_LOGD("chppEnqueueTxPacket called with packet code=0x%" PRIx8, in chppEnqueueTxPacket() 878 CHPP_LOGD("Adding payload to seq=%" PRIu8 ", remainingBytes=%" PRIuSIZE in chppAddPayload() 917 CHPP_LOGD("Adding transport footer. Checksum=0x%" PRIx32 ", len: %" PRIuSIZE in chppAddFooter() [all …]
|
D | app.c | 599 CHPP_LOGD("Finished dispatching a response -> synchronous notification"); in chppProcessNegotiatedHandleDatagram() 625 CHPP_LOGD("App Init"); in chppAppInitWithClientServiceSet() 647 CHPP_LOGD("App deinit"); in chppAppDeinit() 674 CHPP_LOGD("RX datagram len=%" PRIuSIZE " H#%" PRIu8, len, *handle); in chppAppProcessRxDatagram() 682 CHPP_LOGD("RX datagram len=%" PRIuSIZE " H#%" PRIu8 " type=0x%" PRIx8 in chppAppProcessRxDatagram() 723 CHPP_LOGD("Client #%" PRIu8 " (H#%d) reset notifier found=%d", in chppAppProcessReset() 741 CHPP_LOGD("Service #%" PRIu8 " (H#%d) reset notifier found=%d", i, in chppAppProcessReset() 797 CHPP_LOGD("%s resp short len=%" PRIuSIZE, responseName, len); in chppAppShortResponseErrorHandler() 925 CHPP_LOGD("Timestamp req ID=%" PRIu8 " at t=%" PRIu64 " timeout=%" PRIu64 in chppTimestampOutgoingRequest() 982 CHPP_LOGD( in chppTimestampIncomingResponse() [all …]
|
D | services.c | 124 CHPP_LOGD("Registered service # %" PRIu8 in chppRegisterService()
|
/system/chre/chpp/services/ |
D | wwan.c | 221 CHPP_LOGD("WWAN service opened"); in chppWwanServiceOpen() 257 CHPP_LOGD("WWAN service closed"); in chppWwanServiceClose() 287 CHPP_LOGD("WWAN service reset. Closing"); in chppWwanServiceNotifyReset() 317 CHPP_LOGD("chppWwanServiceGetCapabilities returning 0x%" PRIx32 in chppWwanServiceGetCapabilities()
|
D | loopback.c | 42 CHPP_LOGD("Looping back len=%" PRIuSIZE, len); in chppDispatchLoopbackClientRequest()
|
D | timesync.c | 50 CHPP_LOGD("chppTimesyncGetTime returning %" PRIuSIZE in chppTimesyncGetTime()
|
D | gnss.c | 257 CHPP_LOGD("GNSS service opened"); in chppGnssServiceOpen() 293 CHPP_LOGD("GNSS service closed"); in chppGnssServiceClose() 323 CHPP_LOGD("GNSS service reset. Closing"); in chppGnssServiceNotifyReset() 353 CHPP_LOGD("chppGnssServiceGetCapabilities returning 0x%" PRIx32 in chppGnssServiceGetCapabilities()
|
D | wifi.c | 306 CHPP_LOGD("WiFi service opened"); in chppWifiServiceOpen() 342 CHPP_LOGD("WiFi service closed"); in chppWifiServiceClose() 371 CHPP_LOGD("WiFi service reset. Closing"); in chppWifiServiceNotifyReset() 401 CHPP_LOGD("chppWifiServiceGetCapabilities returning 0x%" PRIx32 in chppWifiServiceGetCapabilities()
|
/system/chre/chpp/platform/linux/include/chpp/platform/ |
D | platform_log.h | 52 #define CHPP_LOGD(fmt, ...) CHPP_LINUX_LOG("D", "97", fmt, ##__VA_ARGS__) macro
|
/system/chre/chpp/platform/ |
D | pal_api.c | 66 CHPP_LOGD(PAL_LOG_FORMAT_STR, logBuf); in palSystemApiLog()
|
/system/chre/chpp/test/ |
D | fake_link.cpp | 46 CHPP_LOGD("FakeLink::WaitForTxPacket waiting..."); in waitForTxPacket()
|