/system/chre/apps/wwan_world/ |
D | wwan_world.cc | 50 LOGI("Requested cell info successfully"); in handleTimerEvent() 65 LOGI("Found cell at time %" PRIu64, cell->timeStamp); in logChreWwanInfo() 66 LOGI(" timestamp type %" PRIu8, cell->timeStampType); in logChreWwanInfo() 67 LOGI(" registered %" PRIu8, cell->registered); in logChreWwanInfo() 71 LOGI(" LTE cell detected"); in logChreWwanInfo() 72 LOGI(" mcc %" PRId32, cell->CellInfo.lte.cellIdentityLte.mcc); in logChreWwanInfo() 73 LOGI(" mnc %" PRId32, cell->CellInfo.lte.cellIdentityLte.mnc); in logChreWwanInfo() 74 LOGI(" ci %" PRId32, cell->CellInfo.lte.cellIdentityLte.ci); in logChreWwanInfo() 75 LOGI(" pci %" PRId32, cell->CellInfo.lte.cellIdentityLte.pci); in logChreWwanInfo() 76 LOGI(" tac %" PRId32, cell->CellInfo.lte.cellIdentityLte.tac); in logChreWwanInfo() [all …]
|
/system/chre/apps/wifi_world/ |
D | wifi_world.cc | 93 LOGI("Found network with SSID: %s", ssidStr); in logChreWifiResult() 101 LOGI(" age (ms): %" PRIu32, result.ageMs); in logChreWifiResult() 102 LOGI(" capability info: %" PRIx16, result.capabilityInfo); in logChreWifiResult() 103 LOGI(" bssid: %s", bssidStr); in logChreWifiResult() 104 LOGI(" flags: %" PRIx8, result.flags); in logChreWifiResult() 105 LOGI(" rssi: %" PRId8 "dBm", result.rssi); in logChreWifiResult() 106 LOGI(" band: %s (%" PRIu8 ")", in logChreWifiResult() 108 LOGI(" primary channel: %" PRIu32, result.primaryChannel); in logChreWifiResult() 109 LOGI(" center frequency primary: %" PRIu32, result.centerFreqPrimary); in logChreWifiResult() 110 LOGI(" center frequency secondary: %" PRIu32, result.centerFreqSecondary); in logChreWifiResult() [all …]
|
/system/chre/apps/gnss_world/ |
D | gnss_world.cc | 68 LOGI("Modifying location update interval to %" PRIu32 " sec", interval); in makeLocationRequest() 75 LOGI("Location session start request sent"); in makeLocationRequest() 82 LOGI("Location session stop request sent"); in makeLocationRequest() 96 LOGI("Modifying measurement update interval to %" PRIu32 " sec", interval); in makeMeasurementRequest() 101 LOGI("Measurement session start request sent"); in makeMeasurementRequest() 108 LOGI("Measurement session stop request sent"); in makeMeasurementRequest() 147 LOGI("%s timer event received, count %" PRIu32, name, timerCount); in handleTimerEvent() 212 LOGI("GNSS %s %s success", name, action); in handleGnssAsyncResult() 224 LOGI("Received location: %" PRId32 ", %" PRId32, event->latitude_deg_e7, in handleGnssLocationEvent() 226 LOGI(" timestamp (ms): %" PRIu64, event->timestamp); in handleGnssLocationEvent() [all …]
|
/system/chre/apps/ash_world/ |
D | ash_world.cc | 108 LOGI("App started on platform ID %" PRIx64, chreGetPlatformId()); in nanoappStart() 118 LOGI("Cyclic timer event received %" PRIu32, gCyclicTimerCount); in handleTimerEvent() 137 LOGI("Timer cancelled"); in handleTimerEvent() 142 LOGI("*** save sensor %" PRIu8 ": %s, time %" PRIu64 " us", in handleTimerEvent() 149 LOGI("*** load sensor %" PRIu8 ": %s, time %" PRIu64 " us", in handleTimerEvent() 152 LOGI("offset %f %f %f", p.offset[0], p.offset[1], p.offset[2]); in handleTimerEvent() 153 LOGI("offsetTempCelsius %f", p.offsetTempCelsius); in handleTimerEvent() 154 LOGI("tempSensitivity %f %f %f", p.tempSensitivity[0], in handleTimerEvent() 156 LOGI("tempIntercept %f %f %f", p.tempIntercept[0], in handleTimerEvent() 158 LOGI("scaleFactor %f %f %f", p.scaleFactor[0], in handleTimerEvent() [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 | 77 LOGI("Socket (re)connected"); in onConnected() 81 LOGI("Socket (re)connection aborted"); in onConnectionAborted() 85 LOGI("Socket disconnected"); in onDisconnected() 90 LOGI("Got message from nanoapp 0x%" PRIx64 " to endpoint 0x%" PRIx16 in handleNanoappMessage() 97 LOGI("Got hub info response:"); in handleHubInfoResponse() 98 LOGI(" Name: '%s'", getStringFromByteVector(rsp.name)); in handleHubInfoResponse() 99 LOGI(" Vendor: '%s'", getStringFromByteVector(rsp.vendor)); in handleHubInfoResponse() 100 LOGI(" Toolchain: '%s'", getStringFromByteVector(rsp.toolchain)); in handleHubInfoResponse() 101 LOGI(" Legacy versions: platform 0x%08" PRIx32 " toolchain 0x%08" PRIx32, in handleHubInfoResponse() 103 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("Got message free callback for message @" in messageFreeCallback() 48 LOGI("App started as instance %" PRIu32, chreGetInstanceId()); in nanoappStart() 53 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 | 107 LOGI("Found audio source '%s' with %" PRIu32 "Hz %s data", in discoverAudioHandle() 110 LOGI(" buffer duration: [%" PRIu64 "ns, %" PRIu64 "ns]", in discoverAudioHandle() 146 LOGI("Enabled audio for %" PRIu64, testStateDuration.toRawNanoseconds()); in requestAudioForCurrentTestState() 153 LOGI("Disabled audio for %" PRIu64, testStateDuration.toRawNanoseconds()); in requestAudioForCurrentTestState() 188 LOGI("Handling audio data event"); in handleAudioDataEvent() 196 LOGI("Test passing - received audio when expected"); in handleAudioDataEvent() 202 LOGI("Handling audio sampling change event - suspended: %d", in handleAudioSamplingChangeEvent() 211 LOGI("start"); in nanoappStart() 241 LOGI("stop"); 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() 74 LOGI("Stopped"); in nanoappEnd()
|
/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/audio_world/ |
D | audio_world.cc | 82 LOGI("Initialized Kiss FFT, using %zu/%zu of the buffer", in initKissFft() 122 LOGI("Started"); in nanoappStart() 126 LOGI("Found audio source '%s' with %" PRIu32 "Hz %s data", in nanoappStart() 129 LOGI(" buffer duration: [%" PRIu64 "ns, %" PRIu64 "ns]", in nanoappStart() 136 LOGI("Requested audio from handle %" PRIu32 " successfully", i); in nanoappStart() 166 LOGI("Stopped"); in nanoappEnd()
|
/system/chre/host/common/audio_stress_test/ |
D | audio_stress_test.cc | 61 LOGI("Socket (re)connected"); in onConnected() 65 LOGI("Socket (re)connection aborted"); in onConnectionAborted() 69 LOGI("Socket disconnected"); in onDisconnected() 74 LOGI("Got load nanoapp response, transaction ID 0x%" PRIx32 " result %d", in handleLoadNanoappResponse() 104 LOGI("Sending load nanoapp request (%" PRIu32 " bytes total w/%zu bytes of " in sendLoadNanoappRequest()
|
/system/chre/platform/include/chre/platform/ |
D | log.h | 50 #ifndef LOGI 78 #undef LOGI 79 #define LOGI(format, ...) chreLogNull(format, ##__VA_ARGS__) macro
|
D | static_nanoapp_init.h | 40 #undef LOGI
|
/system/chre/apps/sensor_world/ |
D | sensor_world.cc | 184 LOGI(fmt, ##__VA_ARGS__); \ 239 LOGI("Configure [enable %d, status %d]: %s", in handleTimerEvent() 251 LOGI("App started on platform ID %" PRIx64, chreGetPlatformId()); in nanoappStart() 256 LOGI("Sensor %zu initialized: %s with handle %" PRIu32, in nanoappStart() 270 LOGI("SensorInfo: %s, Type=%" PRIu8 " OnChange=%d" in nanoappStart() 285 LOGI("Requested data: odr %f Hz, latency %f sec, %s", in nanoappStart() 385 LOGI("Requested %s: %s", sensors[motionSensorIndex].info.sensorName, in nanoappHandleEvent() 394 LOGI("%s success %d: enabled %d interval %" PRIu64 " latency %" PRIu64, in nanoappHandleEvent() 439 LOGI("Stopped"); in nanoappEnd()
|
/system/chre/host/common/ |
D | socket_server.cc | 74 LOGI("Didn't inherit socket, creating..."); in run() 95 LOGI("Couldn't close client %" PRIu16 "'s socket: %s", in run() 181 LOGI("Accepted new client connection (count %zu), assigned client ID %" in acceptClientConnection() 197 LOGI("Client %" PRIu16 " disconnected", clientId); in handleClientData() 266 LOGI("Ready to accept connections"); in serviceSocket() 271 LOGI("Exiting poll loop: %s", strerror(errno)); in serviceSocket()
|
/system/chre/util/include/chre/util/nanoapp/ |
D | log.h | 64 #define LOGI(fmt, ...) CHRE_LOG(CHRE_LOG_INFO, fmt, ##__VA_ARGS__) macro 66 #define LOGI(fmt, ...) CHRE_LOG_NULL(fmt, ##__VA_ARGS__) macro
|
/system/chre/platform/slpi/include/chre/target_platform/ |
D | log.h | 42 #define LOGI(fmt, ...) CHRE_SLPI_LOG(ALWAYS, fmt, ##__VA_ARGS__) macro 53 #define LOGI(fmt, ...) CHRE_SLPI_LOG(ASH_LOG_INFO, fmt, ##__VA_ARGS__) macro
|
/system/chre/apps/spammer/ |
D | spammer.cc | 68 LOGI("Spammer started as instance %" PRIu32, chreGetInstanceId()); in nanoappStart() 116 LOGI("Stopped - handled %" PRIu64 " total events", gTotalEventCount); in nanoappEnd()
|
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/ |
D | flatbuffers_serialization.h | 89 LOGI("%s output buffer is null. Returning serialized size %zu.", log_tag, 101 LOGI("Serialized %s to buffer size %zu", log_tag, size);
|
/system/chre/core/ |
D | init.cc | 35 LOGI("CHRE init, version: %s", kChreVersionString); in init()
|