/system/chre/apps/test/chqts/src/general_test/ |
D | logging_consistency_test.cc | 50 LOGI("Level: Info"); in setUp() 55 LOGI("%s", emptyString); in setUp() 58 LOGI("%d", 1); in setUp() 59 LOGI("%d %d", 1, 2); in setUp() 60 LOGI("%d %d %d", 1, 2, 3); in setUp() 61 LOGI("%d %d %d %d", 1, 2, 3, 4); in setUp() 62 LOGI("%d %d %d %d %d", 1, 2, 3, 4, 5); in setUp() 63 LOGI("%d %d %d %d %d %d", 1, 2, 3, 4, 5, 6); in setUp() 64 LOGI("%d %d %d %d %d %d %d", 1, 2, 3, 4, 5, 6, 7); in setUp() 65 LOGI("%d %d %d %d %d %d %d %d", 1, 2, 3, 4, 5, 6, 7, 8); in setUp() [all …]
|
/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 | 106 LOGI("BSSID %s", bssidStr); in logChreRangingResult() 107 LOGI(" age: %" PRIu64 " ms", in logChreRangingResult() 113 LOGI(" rssi: %" PRId8 " dBm", result.rssi); in logChreRangingResult() 114 LOGI(" distance: %" PRIu32 " mm", result.distance); in logChreRangingResult() 115 LOGI(" distanceStdDev: %" PRIu32 " mm", result.distanceStdDev); in logChreRangingResult() 119 LOGI(" latitude: 0x%" PRIx64 ", %f degs", lci.latitude, in logChreRangingResult() 121 LOGI(" longitude: 0x%" PRIx64 ", %f degs", lci.longitude, in logChreRangingResult() 127 LOGI(" altitude: unknown"); in logChreRangingResult() 129 LOGI(" altitude: 0x%" PRIx32 ", %f m", lci.altitude, altitude); in logChreRangingResult() 131 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 | 48 LOGI("Found network with SSID: %s", ssidStr); in logChreWifiResult() 56 LOGI(" age (ms): %" PRIu32, result.ageMs); in logChreWifiResult() 57 LOGI(" capability info: %" PRIx16, result.capabilityInfo); in logChreWifiResult() 58 LOGI(" bssid: %s", bssidStr); in logChreWifiResult() 59 LOGI(" flags: %" PRIx8, result.flags); in logChreWifiResult() 60 LOGI(" rssi: %" PRId8 "dBm", result.rssi); in logChreWifiResult() 61 LOGI(" band: %s (%" PRIu8 ")", parseChreWifiBand(result.band), in logChreWifiResult() 63 LOGI(" primary channel: %" PRIu32, result.primaryChannel); in logChreWifiResult() 64 LOGI(" center frequency primary: %" PRIu32, result.centerFreqPrimary); in logChreWifiResult() 65 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_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()
|
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()
|
/system/chre/host/common/test/ |
D | chre_test_client.cc | 107 LOGI("Socket (re)connected"); in onConnected() 111 LOGI("Socket (re)connection aborted"); in onConnectionAborted() 115 LOGI("Socket disconnected"); in onDisconnected() 119 LOGI("Got message from nanoapp 0x%" PRIx64 " to endpoint 0x%" PRIx16 in handleNanoappMessage() 126 LOGI("Got hub info response:"); in handleHubInfoResponse() 127 LOGI(" Name: '%s'", getStringFromByteVector(rsp.name)); in handleHubInfoResponse() 128 LOGI(" Vendor: '%s'", getStringFromByteVector(rsp.vendor)); in handleHubInfoResponse() 129 LOGI(" Toolchain: '%s'", getStringFromByteVector(rsp.toolchain)); in handleHubInfoResponse() 130 LOGI(" Legacy versions: platform 0x%08" PRIx32 " toolchain 0x%08" PRIx32, in handleHubInfoResponse() 132 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 | 90 LOGI("Received location: %" PRId32 ", %" PRId32, event.latitude_deg_e7, in logLocationEvent() 92 LOGI(" timestamp (ms): %" PRIu64, event.timestamp); in logLocationEvent() 93 LOGI(" altitude (m): %f", event.altitude); in logLocationEvent() 94 LOGI(" speed (m/s): %f", event.speed); in logLocationEvent() 95 LOGI(" bearing (deg): %f", event.bearing); in logLocationEvent() 96 LOGI(" accuracy: %f", event.accuracy); in logLocationEvent() 97 LOGI(" flags: 0x%" PRIx16, event.flags); in logLocationEvent() 98 LOGI(" altitude_accuracy: %f", event.altitude_accuracy); in logLocationEvent() 99 LOGI(" speed_accuracy: %f", event.speed_accuracy); in logLocationEvent() 100 LOGI(" bearing_accuracy: %f", event.bearing_accuracy); in logLocationEvent() [all …]
|
/system/chre/apps/ble_world/ |
D | ble_world.cc | 128 LOGI("BLE world from version 0x%08" PRIx32, chreGetVersion()); in nanoappStart() 131 LOGI("Got BLE capabilities 0x%" PRIx32, capabilities); in nanoappStart() 139 LOGI("BLE batching enabled"); in nanoappStart() 218 LOGI("BLE %s scan success", requestType); in handleAsyncResultEvent() 254 LOGI("Successfully sent flush request at time %" PRIu64 " ms", in handleTimerEvent() 261 LOGI("Reading RSSI for handle 0x%" PRIx16 ", status=%d", in handleTimerEvent() 269 LOGI("Received RSSI Read with status 0x%" PRIx8 " and rssi %" PRIi8, in handleRssiEvent() 274 LOGI("Received Batch complete event with event type %" PRIu16, in handleBatchCompleteEvent() 279 LOGI("Received flush complete event with status 0x%" PRIx8, event->errorCode); in handleFlushCompleteEvent() 284 LOGI("Received event 0x%" PRIx16 " from 0x%" PRIx32 " at time %" PRIu64 " ms", in nanoappHandleEvent() [all …]
|
/system/chre/apps/host_awake_world/ |
D | host_awake_world.cc | 38 LOGI("Host awake world start"); in nanoappStart() 68 LOGI("Received host awake event"); in nanoappHandleEvent() 71 LOGI("Received host asleep event"); in nanoappHandleEvent() 80 LOGI("Host awake world end"); in nanoappEnd()
|
/system/chre/apps/timer_world/ |
D | timer_world.cc | 36 LOGI("App started on platform ID %" PRIx64, chreGetPlatformId()); in nanoappStart() 51 LOGI("One shot timer event received"); in handleTimerEvent() 53 LOGI("Cyclic timer event received"); in handleTimerEvent() 76 LOGI("Stopped"); in nanoappEnd()
|
/system/chre/apps/power_test/common/ |
D | request_manager.cc | 171 LOGI("RequestTimer success %d, enable %d, type %d, delay %" PRIu64, success, in requestTimer() 182 LOGI("Requested WiFi - success %d, scanType %" PRIu8 " radioChain %" PRIu8 in wifiTimerCallback() 197 LOGI("RequestGnss success %d, enable %d, scanIntervalMillis %" PRIu32 in requestGnssLocation() 212 LOGI("RequestGnssMeasurement success %d, enable %d, intervalMillis %" PRIu32, in requestGnssMeasurement() 219 LOGI("Requested Cell - success %d", success); in cellTimerCallback() 237 LOGI("RequestAudio success %d, enable %d, bufferDurationNs %" PRIu64, success, in requestAudio() 259 LOGI("RequestSensor success %d, enable %d, sensorType %" PRIu8 in requestSensor() 276 LOGI("requestAllSensors success %d enable %d", success, enable); in requestAllSensors() 284 LOGI("Found audio source '%s' with %" PRIu32 "Hz %s data", audioSource.name, in requestAudioAtFastestRate() 287 LOGI(" buffer duration: [%" PRIu64 "ns, %" PRIu64 "ns]", in requestAudioAtFastestRate() [all …]
|
/system/chre/host/common/test/power_test/ |
D | chre_power_test_client.cc | 278 LOGI("Socket (re)connected"); in onConnected() 282 LOGI("Socket (re)connection aborted"); in onConnectionAborted() 286 LOGI("Socket disconnected"); in onDisconnected() 290 LOGI("Got message from nanoapp 0x%" PRIx64 " to endpoint 0x%" PRIx16 in handleNanoappMessage() 311 LOGI("Got nanoapp list response with %zu apps:", response.nanoapps.size()); in handleNanoappListResponse() 314 LOGI("App ID 0x%016" PRIx64 " version 0x%" PRIx32 in handleNanoappListResponse() 325 LOGI("Got load nanoapp response, transaction ID 0x%" PRIx32 " result %d", in handleLoadNanoappResponse() 333 LOGI("Got unload nanoapp response, transaction ID 0x%" PRIx32 " result %d", in handleUnloadNanoappResponse() 357 LOGI("Sending app list request (%" PRIu32 " bytes)", builder.GetSize()); in requestNanoappList() 376 LOGI("Sending load nanoapp request (%" PRIu32 in sendNanoappLoad() [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() 215 LOGI("Stopped"); in nanoappEnd()
|
/system/chre/apps/hello_world/ |
D | hello_world.cc | 38 LOGI("Hello, world from version 0x%08" PRIx32, chreGetVersion()); in nanoappStart() 44 LOGI("Received event 0x%" PRIx16 " from 0x%" PRIx32 " at time %" PRIu64, in nanoappHandleEvent() 49 LOGI("Goodbye, world!"); in nanoappEnd()
|
/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/test/common/chre_stress_test/src/ |
D | chre_stress_test_manager.cc | 117 LOGI("Got message from host: feature %d start %d", testCommand.feature, in handleMessageFromHost() 226 LOGI("Received gyro bias info"); in handleDataFromChre() 297 LOGI("Requested on demand wifi success ? %d", success); in handleDelayedWifiTimer() 310 LOGI("On-demand scan success"); in handleWifiAsyncResult() 359 LOGI("Received audio sampling change event - suspended: %d", in handleAudioSamplingChangeEvent() 401 LOGI("BLE %s scan success", requestType); in handleBleAsyncResult() 419 LOGI("Current timestamp %" PRIu64, timestamp); in checkTimestampInterval() 420 LOGI("past timestamp %" PRIu64, pastTimestamp); in checkTimestampInterval() 421 LOGI("Timestamp difference %" PRIu64, timestamp - pastTimestamp); in checkTimestampInterval() 426 LOGI("Received GNSS location event at %" PRIu64 " ms", event->timestamp); in handleGnssLocationEvent() [all …]
|
/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() 74 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
|