/system/chre/apps/wwan_world/ |
D | wwan_world.cc | 50 LOGI("Requested cell info successfully"); in handleTimerEvent() 60 LOGI(" NR cell detected"); in logNrCellInfo() 61 LOGI(" mcc %" PRId32, nr.cellIdentityNr.mcc); in logNrCellInfo() 62 LOGI(" mnc %" PRId32, nr.cellIdentityNr.mnc); in logNrCellInfo() 63 LOGI(" nci %" PRId64, chreWwanUnpackNrNci(&nr.cellIdentityNr)); in logNrCellInfo() 64 LOGI(" pci %" PRId32, nr.cellIdentityNr.pci); in logNrCellInfo() 65 LOGI(" tac %" PRId32, nr.cellIdentityNr.tac); in logNrCellInfo() 66 LOGI(" nrarfcn %" PRId32, nr.cellIdentityNr.nrarfcn); in logNrCellInfo() 67 LOGI(" ssRsrp %" PRId32 ", %" PRId32 " dBm", nr.signalStrengthNr.ssRsrp, in logNrCellInfo() 69 LOGI(" ssRsrq %" PRId32 ", %.1f dB", nr.signalStrengthNr.ssRsrq, in logNrCellInfo() [all …]
|
/system/chre/apps/wifi_world/ |
D | wifi_world.cc | 108 LOGI("BSSID %s", bssidStr); in logChreRangingResult() 109 LOGI(" age: %" PRIu64 " ms", in logChreRangingResult() 115 LOGI(" rssi: %" PRId8 " dBm", result.rssi); in logChreRangingResult() 116 LOGI(" distance: %" PRIu32 " mm", result.distance); in logChreRangingResult() 117 LOGI(" distanceStdDev: %" PRIu32 " mm", result.distanceStdDev); in logChreRangingResult() 121 LOGI(" latitude: 0x%" PRIx64 ", %f degs", lci.latitude, in logChreRangingResult() 123 LOGI(" longitude: 0x%" PRIx64 ", %f degs", lci.longitude, in logChreRangingResult() 129 LOGI(" altitude: unknown"); in logChreRangingResult() 131 LOGI(" altitude: 0x%" PRIx32 ", %f m", lci.altitude, altitude); in logChreRangingResult() 133 LOGI(" altitude: 0x%" PRIx32 ", %f floors", lci.altitude, altitude); in logChreRangingResult() [all …]
|
/system/chre/apps/gnss_world/ |
D | gnss_world.cc | 63 LOGI("Modifying location update interval to %" PRIu32 " sec", interval); in makeLocationRequest() 69 LOGI("Location session start request sent"); in makeLocationRequest() 75 LOGI("Location session stop request sent"); in makeLocationRequest() 89 LOGI("Modifying measurement update interval to %" PRIu32 " sec", interval); in makeMeasurementRequest() 94 LOGI("Measurement session start request sent"); in makeMeasurementRequest() 100 LOGI("Measurement session stop request sent"); in makeMeasurementRequest() 139 LOGI("%s timer event received, count %" PRIu32, name, timerCount); in handleTimerEvent() 204 LOGI("GNSS %s %s success", name, action); in handleGnssAsyncResult() 216 LOGI("Received location: %" PRId32 ", %" PRId32, event->latitude_deg_e7, in handleGnssLocationEvent() 218 LOGI(" timestamp (ms): %" PRIu64, event->timestamp); in handleGnssLocationEvent() [all …]
|
/system/chre/util/nanoapp/ |
D | wifi.cc | 42 LOGI("Found network with SSID: %s", ssidStr); in logChreWifiResult() 50 LOGI(" age (ms): %" PRIu32, result.ageMs); in logChreWifiResult() 51 LOGI(" capability info: %" PRIx16, result.capabilityInfo); in logChreWifiResult() 52 LOGI(" bssid: %s", bssidStr); in logChreWifiResult() 53 LOGI(" flags: %" PRIx8, result.flags); in logChreWifiResult() 54 LOGI(" rssi: %" PRId8 "dBm", result.rssi); in logChreWifiResult() 55 LOGI(" band: %s (%" PRIu8 ")", parseChreWifiBand(result.band), in logChreWifiResult() 57 LOGI(" primary channel: %" PRIu32, result.primaryChannel); in logChreWifiResult() 58 LOGI(" center frequency primary: %" PRIu32, result.centerFreqPrimary); in logChreWifiResult() 59 LOGI(" center frequency secondary: %" PRIu32, result.centerFreqSecondary); in logChreWifiResult() [all …]
|
/system/chre/apps/wifi_offload/ |
D | utility.cc | 108 LOGI(" ssid: %s", ssid_str); in LogSsid() 117 LOGI(" bssid: %s", bssid_str); in LogBssid() 121 LOGI("chreWifiScanResult:"); in LogChreScanResult() 123 LOGI(" age (ms): %" PRIu32, result.ageMs); in LogChreScanResult() 124 LOGI(" capability info: 0x%" PRIx16, result.capabilityInfo); in LogChreScanResult() 126 LOGI(" flags: 0x%" PRIx8, result.flags); in LogChreScanResult() 127 LOGI(" rssi: %" PRId8 "dBm", result.rssi); in LogChreScanResult() 128 LOGI(" band: %s (%" PRIu8 ")", ParseChreWifiBand(result.band), result.band); in LogChreScanResult() 129 LOGI(" primary channel: %" PRIu32, result.primaryChannel); in LogChreScanResult() 130 LOGI(" center frequency primary: %" PRIu32, result.centerFreqPrimary); in LogChreScanResult() [all …]
|
D | chre_scan_params_safe.cc | 37 LOGI("chreWifiScanParams:"); in Log() 38 LOGI(" scan type: %" PRIu8, chre_scan_params_.scanType); in Log() 39 LOGI(" max scan age (ms): %" PRIu32, chre_scan_params_.maxScanAgeMs); in Log() 40 LOGI(" frequency list length: %" PRIu16, chre_scan_params_.frequencyListLen); in Log() 42 LOGI(" frequency: %" PRIu32, chre_scan_params_.frequencyList[i]); in Log() 44 LOGI(" ssid list length: %" PRIu8, chre_scan_params_.ssidListLen); in Log()
|
D | scan_params.cc | 72 LOGI("ScanParams:"); in Log() 73 LOGI(" disconnected mode scan interval (ms): %" PRIu32, in Log() 75 LOGI(" number of ssids to scan: %zu", ssids_to_scan_.size()); in Log() 79 LOGI(" number of frequencies to scan: %zu", frequencies_to_scan_mhz_.size()); in Log() 81 LOGI(" frequency: %" PRIu32, freq); in Log()
|
D | scan_filter.cc | 55 LOGI("ScanFilter:"); in Log() 56 LOGI(" min rssi threshold: %" PRId8 "dBm", min_rssi_threshold_dbm_); in Log() 57 LOGI(" number of networks to match: %zu", networks_to_match_.size()); in Log()
|
D | scan_result.cc | 129 LOGI("ScanResult:"); in Log() 131 LOGI(" security modes: 0x%" PRIx8, security_modes_); in Log() 133 LOGI(" capability: 0x%" PRIx16, capability_); in Log() 134 LOGI(" scanned frequency: %" PRIu32, frequency_scanned_mhz_); in Log() 135 LOGI(" rssi: %" PRId8 "dBm", rssi_dbm_); in Log() 136 LOGI(" tsf: %" PRIu64, tsf_); in Log()
|
/system/chre/host/common/test/ |
D | chre_test_client.cc | 82 LOGI("Socket (re)connected"); in onConnected() 86 LOGI("Socket (re)connection aborted"); in onConnectionAborted() 90 LOGI("Socket disconnected"); in onDisconnected() 94 LOGI("Got message from nanoapp 0x%" PRIx64 " to endpoint 0x%" PRIx16 in handleNanoappMessage() 101 LOGI("Got hub info response:"); in handleHubInfoResponse() 102 LOGI(" Name: '%s'", getStringFromByteVector(rsp.name)); in handleHubInfoResponse() 103 LOGI(" Vendor: '%s'", getStringFromByteVector(rsp.vendor)); in handleHubInfoResponse() 104 LOGI(" Toolchain: '%s'", getStringFromByteVector(rsp.toolchain)); in handleHubInfoResponse() 105 LOGI(" Legacy versions: platform 0x%08" PRIx32 " toolchain 0x%08" PRIx32, in handleHubInfoResponse() 107 LOGI(" MIPS %.2f Power (mW): stopped %.2f sleep %.2f peak %.2f", in handleHubInfoResponse() [all …]
|
/system/chre/apps/message_world/ |
D | message_world.cc | 35 LOGI( in messageFreeCallback() 49 LOGI("App started as instance %" PRIu32, chreGetInstanceId()); in nanoappStart() 54 LOGI("Sent message to host from start callback, result %d", success); in nanoappStart() 62 LOGI("Got message from host with type %" PRIu32 " size %" PRIu32 in nanoappHandleEvent() 73 LOGI("Result of sending reply: %d", success); in nanoappHandleEvent() 78 LOGI("Stopped"); in nanoappEnd()
|
/system/chre/apps/audio_stress_test/ |
D | audio_stress_test.cc | 109 LOGI("Found audio source '%s' with %" PRIu32 "Hz %s data", source.name, in discoverAudioHandle() 111 LOGI(" buffer duration: [%" PRIu64 "ns, %" PRIu64 "ns]", in discoverAudioHandle() 148 LOGI("Enabled audio for %" PRIu64, testStateDuration.toRawNanoseconds()); in requestAudioForCurrentTestState() 155 LOGI("Disabled audio for %" PRIu64, testStateDuration.toRawNanoseconds()); in requestAudioForCurrentTestState() 190 LOGI("Handling audio data event"); in handleAudioDataEvent() 198 LOGI("Test passing - received audio when expected"); in handleAudioDataEvent() 204 LOGI("Handling audio sampling change event - suspended: %d", in handleAudioSamplingChangeEvent() 212 LOGI("start"); in nanoappStart() 240 LOGI("stop"); in nanoappEnd()
|
/system/chre/pal/tests/src/ |
D | gnss_pal_impl_test.cc | 89 LOGI("Received location: %" PRId32 ", %" PRId32, event.latitude_deg_e7, in logLocationEvent() 91 LOGI(" timestamp (ms): %" PRIu64, event.timestamp); in logLocationEvent() 92 LOGI(" altitude (m): %f", event.altitude); in logLocationEvent() 93 LOGI(" speed (m/s): %f", event.speed); in logLocationEvent() 94 LOGI(" bearing (deg): %f", event.bearing); in logLocationEvent() 95 LOGI(" accuracy: %f", event.accuracy); in logLocationEvent() 96 LOGI(" flags: 0x%" PRIx16, event.flags); in logLocationEvent() 97 LOGI(" altitude_accuracy: %f", event.altitude_accuracy); in logLocationEvent() 98 LOGI(" speed_accuracy: %f", event.speed_accuracy); in logLocationEvent() 99 LOGI(" bearing_accuracy: %f", event.bearing_accuracy); in logLocationEvent() [all …]
|
/system/chre/apps/host_awake_world/ |
D | host_awake_world.cc | 38 LOGI("Host awake world start"); in nanoappStart() 66 LOGI("Received host awake event"); in nanoappHandleEvent() 69 LOGI("Received host asleep event"); in nanoappHandleEvent() 78 LOGI("Host awake world end"); in nanoappEnd()
|
/system/chre/apps/timer_world/ |
D | timer_world.cc | 35 LOGI("App started on platform ID %" PRIx64, chreGetPlatformId()); in nanoappStart() 50 LOGI("One shot timer event received"); in handleTimerEvent() 52 LOGI("Cyclic timer event received"); in handleTimerEvent() 73 LOGI("Stopped"); in nanoappEnd()
|
/system/chre/host/common/test/power_test/ |
D | chre_power_test_client.cc | 259 LOGI("Socket (re)connected"); in onConnected() 263 LOGI("Socket (re)connection aborted"); in onConnectionAborted() 267 LOGI("Socket disconnected"); in onDisconnected() 271 LOGI("Got message from nanoapp 0x%" PRIx64 " to endpoint 0x%" PRIx16 in handleNanoappMessage() 292 LOGI("Got nanoapp list response with %zu apps:", response.nanoapps.size()); in handleNanoappListResponse() 295 LOGI("App ID 0x%016" PRIx64 " version 0x%" PRIx32 in handleNanoappListResponse() 306 LOGI("Got load nanoapp response, transaction ID 0x%" PRIx32 " result %d", in handleLoadNanoappResponse() 314 LOGI("Got unload nanoapp response, transaction ID 0x%" PRIx32 " result %d", in handleUnloadNanoappResponse() 338 LOGI("Sending app list request (%" PRIu32 " bytes)", builder.GetSize()); in requestNanoappList() 377 LOGI("Sending load nanoapp request (%" PRIu32 in sendLoadNanoappRequest() [all …]
|
/system/chre/apps/audio_world/ |
D | audio_world.cc | 88 LOGI("Initialized Kiss FFT, using %zu/%zu of the buffer", kissFftBufferSize, in initKissFft() 138 LOGI("Microphone settings notification: status change to %d", in handleAudioSettingChangedNotification() 147 LOGI("Started"); in nanoappStart() 151 LOGI("Found audio source '%s' with %" PRIu32 "Hz %s data", audioSource.name, in nanoappStart() 154 LOGI(" buffer duration: [%" PRIu64 "ns, %" PRIu64 "ns]", in nanoappStart() 163 LOGI("Requested audio from handle %" PRIu32 " successfully", i); in nanoappStart() 213 LOGI("Stopped"); in nanoappEnd()
|
/system/chre/apps/power_test/common/ |
D | request_manager.cc | 143 LOGI("RequestTimer success %d, enable %d, type %d, delay %" PRIu64, success, in requestTimer() 154 LOGI("Requested WiFi - success %d, scanType %" PRIu8 " radioChain %" PRIu8 in wifiTimerCallback() 169 LOGI("RequestGnss success %d, enable %d, scanIntervalMillis %" PRIu32 in requestGnssLocation() 184 LOGI("RequestGnssMeasurement success %d, enable %d, intervalMillis %" PRIu32, in requestGnssMeasurement() 191 LOGI("Requested Cell - success %d", success); in cellTimerCallback() 209 LOGI("RequestAudio success %d, enable %d, bufferDurationNs %" PRIu64, success, in requestAudio() 231 LOGI("RequestSensor success %d, enable %d, sensorType %" PRIu8 in requestSensor() 248 LOGI("requestAllSensors success %d enable %d", success, enable); in requestAllSensors() 256 LOGI("Found audio source '%s' with %" PRIu32 "Hz %s data", audioSource.name, in requestAudioAtFastestRate() 259 LOGI(" buffer duration: [%" PRIu64 "ns, %" PRIu64 "ns]", in requestAudioAtFastestRate() [all …]
|
/system/chre/host/common/audio_stress_test/ |
D | audio_stress_test.cc | 62 LOGI("Socket (re)connected"); in onConnected() 66 LOGI("Socket (re)connection aborted"); in onConnectionAborted() 70 LOGI("Socket disconnected"); in onDisconnected() 75 LOGI("Got load nanoapp response, transaction ID 0x%" PRIx32 " result %d", in handleLoadNanoappResponse() 108 LOGI("Sending load nanoapp request (%" PRIu32 in sendLoadNanoappRequest()
|
/system/chre/apps/debug_dump_world/ |
D | debug_dump_world.cc | 43 LOGI("Debug dump world start"); in nanoappStart() 49 LOGI("Debug dump world end"); in nanoappEnd() 67 LOGI("Receiving debug dump event"); in nanoappHandleEvent()
|
/system/chre/platform/include/chre/platform/ |
D | log.h | 49 #ifndef LOGI 84 #undef LOGI 85 #define LOGI(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) macro
|
/system/chre/apps/test/common/chre_stress_test/src/ |
D | chre_stress_test_manager.cc | 91 LOGI("Got message from host: feature %d start %d", testCommand.feature, in handleMessageFromHost() 211 LOGI("Requested on demand wifi success ? %d", success); in handleDelayedWifiTimer() 224 LOGI("On-demand scan success"); in handleWifiAsyncResult() 288 LOGI("Received GNSS location event at %" PRIu64 " ms", event->timestamp); in handleGnssLocationEvent() 296 LOGI("Received GNSS measurement event at %" PRIu64 " ns count %" PRIu32 in handleGnssDataEvent() 310 LOGI("Received Wifi scan event of type %" PRIu8 " with %" PRIu8 in handleWifiScanEvent() 328 LOGI("Received %" PRIu8 " cell info results", event->cellInfoCount); in handleCellInfoResult() 412 LOGI("Scan monitor enable %d request success ? %d", start, success); in handleWifiScanMonitoringCommand() 465 LOGI("Configure GNSS location interval %" PRIu32 " ms success ? %d", in makeGnssLocationRequest() 500 LOGI("Configure GNSS measurement interval %" PRIu32 " ms success ? %d", in makeGnssMeasurementRequest() [all …]
|
/system/chre/platform/slpi/include/chre/target_platform/ |
D | log.h | 57 #define LOGI(fmt, ...) CHRE_BUFFER_LOG(CHRE_LOG_INFO, fmt, ##__VA_ARGS__) macro 74 #define LOGI(fmt, ...) \ macro 121 #define LOGI(fmt, ...) CHRE_SLPI_LOG(MEDIUM, fmt, ##__VA_ARGS__) macro 137 #define LOGI(fmt, ...) CHRE_SLPI_LOG(ASH_LOG_INFO, fmt, ##__VA_ARGS__) macro
|
/system/chre/host/common/ |
D | socket_server.cc | 74 LOGI("Didn't inherit socket, creating..."); in run() 94 LOGI("Couldn't close client %" PRIu16 "'s socket: %s", in run() 180 LOGI( in acceptClientConnection() 198 LOGI("Client %" PRIu16 " disconnected", clientId); in handleClientData() 268 LOGI("Ready to accept connections"); in serviceSocket() 273 LOGI("Exiting poll loop: %s", strerror(errno)); in serviceSocket()
|
/system/chre/apps/sensor_world/ |
D | sensor_world.cc | 232 LOGI(fmt, ##__VA_ARGS__); \ 296 LOGI("Configure [enable %d, status %d]: %s", enable, status, in handleTimerEvent() 308 LOGI("App started on platform ID %" PRIx64, chreGetPlatformId()); in nanoappStart() 314 LOGI("Sensor %zu initialized: %s with handle %" PRIu32, i, in nanoappStart() 328 LOGI("SensorInfo: %s, Type=%" PRIu8 in nanoappStart() 344 LOGI("Requested data: odr %f Hz, latency %f sec, %s", odrHz, latencySec, in nanoappStart() 446 LOGI("Requested %s: %s", sensors[motionSensorIndex].info.sensorName, in nanoappHandleEvent() 455 LOGI("%s success %d: enabled %d interval %" PRIu64 " latency %" PRIu64, in nanoappHandleEvent() 510 LOGI("Stopped"); in nanoappEnd()
|