/aosp12/system/chre/chpp/include/chpp/ |
H A D | log.h | 37 #ifndef CHPP_LOGE 58 #undef CHPP_LOGE 59 #define CHPP_LOGE(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) macro 80 #define CHPP_LOG_OOM() CHPP_LOGE("OOM at %s:%d", __FILE__, __LINE__)
|
H A D | macros.h | 58 CHPP_LOGE(fmt, ##__VA_ARGS__); \ 83 CHPP_LOGE(fmt, ##__VA_ARGS__); \
|
/aosp12/system/chre/chpp/common/ |
H A D | wifi_utils.c | 37 CHPP_LOGE("Unexpected scan index %" PRIu8 " exp %" PRIu8, chre->eventIndex, in chppCheckWifiScanEventNotification() 43 CHPP_LOGE("Too few prev scan results (%" PRIu8 " missing)", in chppCheckWifiScanEventNotification() 53 CHPP_LOGE("Inconsistent result total %" PRIu8 " exp %" PRIu8, in chppCheckWifiScanEventNotification() 62 CHPP_LOGE("Too many scan results (%" PRIu8 " extra)", in chppCheckWifiScanEventNotification()
|
/aosp12/system/chre/chpp/ |
H A D | app.c | 126 CHPP_LOGE("H#%" PRIu8 " unknown request. cmd=%#x, ID=%" PRIu8, in chppProcessPredefinedClientRequest() 177 CHPP_LOGE("H#%" PRIu8 " unknown response. cmd=%#x, ID=%" PRIu8 in chppProcessPredefinedServiceResponse() 271 CHPP_LOGE("Invalid H#%" PRIu8, handle); in chppDatagramLenIsOk() 302 CHPP_LOGE("Invalid type=%d or H#%" PRIu8, messageType, handle); in chppDatagramLenIsOk() 342 CHPP_LOGE("Rx service response but client closed"); in chppGetDispatchFunction() 358 CHPP_LOGE("Rx service notification but client closed"); in chppGetDispatchFunction() 504 CHPP_LOGE("Unknown type=0x%" PRIx8 " (H#%" PRIu8 ")", type, handle); in chppClientServiceContextOfHandle() 570 CHPP_LOGE("H#%" PRIu8 " missing ctx (msg=0x%" PRIx8 " len=%" PRIuSIZE in chppProcessNegotiatedHandleDatagram() 581 CHPP_LOGE("H#%" PRIu8 " unsupported msg=0x%" PRIx8 " (len=%" PRIuSIZE in chppProcessNegotiatedHandleDatagram() 688 CHPP_LOGE("App rx w/ len 0"); in chppAppProcessRxDatagram() [all …]
|
H A D | transport.c | 431 CHPP_LOGE("Link busy; transport-loopback dropped"); in chppProcessTransportLoopbackRequest() 487 CHPP_LOGE("rx & tx data don't match: len=%" PRIuSIZE, in chppProcessTransportLoopbackResponse() 1117 CHPP_LOGE("Enqueue tx with len 0"); in chppEnqueueTxDatagram() 1139 CHPP_LOGE("Cannot enqueue TX datagram"); in chppEnqueueTxDatagram() 1306 CHPP_LOGE("Timeout at %" PRIu64 " but no client", in chppTransportGetClientRequestTimeoutResponse() 1403 CHPP_LOGE("Packet RX timeout"); in chppRxDataCb() 1472 CHPP_LOGE("Enqueue datagram len 0"); in chppEnqueueTxDatagramOrFail() 1585 CHPP_LOGE("ACK timeout. Tx t=%" PRIu64, in chppWorkThreadHandleSignal() 1594 CHPP_LOGE("RESET-ACK timeout; retrying"); in chppWorkThreadHandleSignal() 1599 CHPP_LOGE("RESET-ACK timeout; giving up"); in chppWorkThreadHandleSignal() [all …]
|
H A D | clients.c | 96 CHPP_LOGE("Client not ready (everInit=%d, init=%d, open=%" PRIu8 ")", in chppIsClientApiReady() 174 CHPP_LOGE("Max clients registered: %" PRIu8, in chppRegisterClient() 316 CHPP_LOGE("Dupe req ID=%" PRIu8 " existing ID=%" PRIu8 " from t=%" PRIu64, in chppClientTimestampRequest() 355 CHPP_LOGE("Resp with no req t=%" PRIu64, in chppClientTimestampResponse() 361 CHPP_LOGE("Extra resp at t=%" PRIu64 " for req t=%" PRIu64, in chppClientTimestampResponse() 368 CHPP_LOGE("Late resp at t=%" PRIu64 " for req t=%" PRIu64, in chppClientTimestampResponse() 376 CHPP_LOGE("Invalid resp ID=%" PRIu8 " at t=%" PRIu64 in chppClientTimestampResponse() 464 CHPP_LOGE("Response timeout after %" PRIu64 " ms", in chppSendTimestampedRequestAndWaitTimeout() 510 CHPP_LOGE("Service open fail from state=%" PRIu8 " psudo=%d blocking=%d", in chppClientSendOpenRequest() 531 CHPP_LOGE("Service open failed at service"); in chppClientProcessOpenResponse() [all …]
|
H A D | services.c | 93 CHPP_LOGE("Max services registered: # %" PRIu8, in chppRegisterService() 151 CHPP_LOGE("Duplicate request rx at t=%" PRIu64, in chppServiceTimestampRequest() 164 CHPP_LOGE("Tx response w/ no req t=%" PRIu64, in chppServiceTimestampResponse()
|
/aosp12/system/chre/chpp/clients/ |
H A D | discovery.c | 103 CHPP_LOGE("Duplicate discovery response"); in chppDiscoveryProcessDiscoverAll() 115 CHPP_LOGE("Descriptor len=%" PRIuSIZE " doesn't match count=%" PRIu8 in chppDiscoveryProcessDiscoverAll() 122 CHPP_LOGE("Service count=%" PRIu8 " larger than max=%d", serviceCount, in chppDiscoveryProcessDiscoverAll() 140 CHPP_LOGE( in chppDiscoveryProcessDiscoverAll() 173 CHPP_LOGE( in chppDiscoveryProcessDiscoverAll() 289 CHPP_LOGE("Discovery incomplete after %" PRIu64 " ms", timeoutMs); in chppWaitForDiscoveryComplete() 314 CHPP_LOGE("Duplicate discovery init"); in chppInitiateDiscovery()
|
H A D | gnss.c | 387 CHPP_LOGE("GetCapabilities resp. too short. err=%" PRIu8, rxHeader->error); in chppGnssGetCapabilitiesResult() 423 CHPP_LOGE("ControlLocation resp. too short. err=%" PRIu8, rxHeader->error); in chppGnssControlLocationSessionResult() 463 CHPP_LOGE("Measurement resp. too short. err=%" PRIu8, rxHeader->error); in chppGnssControlMeasurementSessionResult() 503 CHPP_LOGE("Passive scan failed at service err=%" PRIu8, rxHeader->error); in chppGnssConfigurePassiveLocationListenerResult() 558 CHPP_LOGE("Location result conversion failed: len=%" PRIuSIZE, len); in chppGnssLocationResultNotification() 587 CHPP_LOGE("Measurement result conversion failed len=%" PRIuSIZE, len); in chppGnssMeasurementResultNotification()
|
H A D | wifi.c | 404 CHPP_LOGE("GetCapabilities resp. too short. err=%" PRIu8, rxHeader->error); in chppWifiGetCapabilitiesResult() 440 CHPP_LOGE("ScanMonitor resp. too short. err=%" PRIu8, rxHeader->error); in chppWifiConfigureScanMonitorResult() 489 CHPP_LOGE("ScanRequest resp. too short. err=%" PRIu8, rxHeader->error); in chppWifiRequestScanResult() 536 CHPP_LOGE("RangingRequest failed at service err=%" PRIu8, rxHeader->error); in chppWifiRequestRangingResult() 566 CHPP_LOGE("Scan event conversion failed: len=%" PRIuSIZE, len); in chppWifiScanEventNotification() 629 CHPP_LOGE("Ranging event conversion failed len=%" PRIuSIZE, len); in chppWifiRangingEventNotification()
|
H A D | wwan.c | 306 CHPP_LOGE("GetCapabilities resp. too short. err=%" PRIu8, rxHeader->error); in chppWwanGetCapabilitiesResult() 346 CHPP_LOGE("GetCellInfo resp. too short. err=%" PRIu8, rxHeader->error); in chppWwanGetCellInfoAsyncResult() 361 CHPP_LOGE("Cell info conversion failed len=%" PRIuSIZE " err=%" PRIu8, in chppWwanGetCellInfoAsyncResult()
|
H A D | loopback.c | 162 CHPP_LOGE("Loopback test cannot be run while another is in progress"); in chppRunLoopbackTest() 179 CHPP_LOGE("Loopback payload too short (0)"); in chppRunLoopbackTest()
|
H A D | timesync.c | 98 CHPP_LOGE("Timesync resp short len=%" PRIuSIZE, len); in chppDispatchTimesyncServiceResponse()
|
/aosp12/system/chre/chpp/services/ |
H A D | wwan.c | 211 CHPP_LOGE("WWAN service already open"); in chppWwanServiceOpen() 218 CHPP_LOGE("WWAN PAL open failed"); in chppWwanServiceOpen() 354 CHPP_LOGE( in chppWwanServiceGetCellInfoAsync() 380 CHPP_LOGE("CellInfo conversion failed (OOM?) ID=%" PRIu8, in chppWwanServiceCellInfoResultCallback() 415 CHPP_LOGE( in chppRegisterWwanService()
|
H A D | wifi.c | 241 CHPP_LOGE("WiFi service already open"); in chppWifiServiceOpen() 248 CHPP_LOGE("WiFi PAL open failed"); in chppWifiServiceOpen() 420 CHPP_LOGE( in chppWifiServiceRequestScanAsync() 470 CHPP_LOGE( in chppWifiServiceRequestRangingAsync() 586 CHPP_LOGE("ScanEvent conversion failed (OOM?). ID=%" PRIu8, in chppWifiServiceScanEventCallback() 628 CHPP_LOGE("RangingEvent conversion failed (OOM?) ID=%" PRIu8, in chppWifiServiceRangingEventCallback() 673 CHPP_LOGE( in chppRegisterWifiService()
|
H A D | gnss.c | 247 CHPP_LOGE("GNSS service already open"); in chppGnssServiceOpen() 254 CHPP_LOGE("GNSS PAL open failed"); in chppGnssServiceOpen() 560 CHPP_LOGE("LocationEvent conversion failed (OOM?)"); in chppGnssServiceLocationEventCallback() 632 CHPP_LOGE("DataEvent conversion failed (OOM?) ID=%" PRIu8, in chppGnssServiceMeasurementEventCallback() 670 CHPP_LOGE( in chppRegisterGnssService()
|
/aosp12/system/chre/chpp/platform/linux/ |
H A D | link.c | 56 CHPP_LOGE("No (fake) link"); in linkSendThread() 102 CHPP_LOGE("Failed to send data - link layer busy"); in chppPlatformLinkSend()
|
/aosp12/system/chre/chpp/platform/linux/include/chpp/platform/ |
H A D | platform_log.h | 46 #define CHPP_LOGE(fmt, ...) CHPP_LINUX_LOG("E", "91", fmt, ##__VA_ARGS__) macro
|
/aosp12/system/chre/chpp/platform/ |
H A D | pal_api.c | 56 CHPP_LOGE(PAL_LOG_FORMAT_STR, logBuf); in palSystemApiLog()
|