/aosp12/system/core/healthd/ |
H A D | healthd_mode_charger.cpp | 104 #define LOGW(x...) KLOG_WARNING("charger", x); macro 221 LOGW("\n"); in dump_last_kmsg() 222 LOGW("*************** LAST KMSG ***************\n"); in dump_last_kmsg() 223 LOGW("\n"); in dump_last_kmsg() 241 LOGW("last_kmsg not found. Cold reset?\n"); in dump_last_kmsg() 266 LOGW("\n"); in dump_last_kmsg() 267 LOGW("************* END LAST KMSG *************\n"); in dump_last_kmsg() 268 LOGW("\n"); in dump_last_kmsg() 479 LOGW("[%" PRId64 "] rebooting\n", now); in ProcessKey() 541 LOGW("[%" PRId64 "] shutting down\n", now); in HandlePowerSupplyState() [all …]
|
H A D | healthd_draw.cpp | 25 #define LOGW(x...) KLOG_WARNING("charger", x); macro 35 LOGW("draw_split_offset = %" PRId64 " overflow for an int; resetting to %d.\n", value, in get_split_offset() 40 LOGW("draw_split_offset = %" PRId64 " overflow for an int; resetting to %d.\n", value, in get_split_offset() 60 LOGW("No system font, screen fallback text not available\n"); in HealthdDraw() 235 LOGW("Charging, level unknown\n"); in draw_unknown()
|
/aosp12/system/chre/platform/include/chre/platform/ |
H A D | log.h | 45 #ifndef LOGW 79 #undef LOGW 80 #define LOGW(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) macro
|
/aosp12/system/chre/host/common/ |
H A D | socket_client.cc | 87 LOGW("Tried sending a message, but don't have a valid socket handle"); in sendMessage() 93 LOGW("Failed to send data; remote side disconnected"); in sendMessage() 95 LOGW("Truncated packet, tried sending %zu bytes, only %zd went through", in sendMessage() 113 LOGW("Re-connecting socket with implicit disconnect"); in doConnect() 203 LOGW("Failed to (re)connect, next try in %" PRId32 " ms", in reconnect()
|
H A D | socket_server.cc | 121 LOGW("Got message but didn't deliver to any clients"); in sendToAllClients() 147 LOGW("Rejecting client request - maximum number of clients reached"); in acceptClientConnection() 236 LOGW("Client %" PRIu16 " disconnected before message could be delivered", in sendToClientSocket()
|
/aosp12/system/chre/platform/slpi/include/chre/target_platform/ |
H A D | log.h | 56 #define LOGW(fmt, ...) CHRE_BUFFER_LOG(CHRE_LOG_WARN, fmt, ##__VA_ARGS__) macro 72 #define LOGW(fmt, ...) \ macro 120 #define LOGW(fmt, ...) CHRE_SLPI_LOG(HIGH, fmt, ##__VA_ARGS__) macro 136 #define LOGW(fmt, ...) CHRE_SLPI_LOG(ASH_LOG_WARN, fmt, ##__VA_ARGS__) macro
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/ |
H A D | mm_camera_dbg.h | 100 #undef LOGW 101 #define LOGW(fmt, args...) CLOGW(CAM_MODULE, fmt, ##args) macro 126 #undef LOGW 127 #define LOGW(fmt, args...) ALOGW(fmt, ##args) macro
|
/aosp12/hardware/qcom/media/msm8974/mm-core/inc/ |
H A D | qc_omx_msg.h | 52 #ifndef LOGW 53 #define LOGW ALOGW macro
|
/aosp12/hardware/qcom/media/msm8996/mm-core/inc/ |
H A D | qc_omx_msg.h | 52 #ifndef LOGW 53 #define LOGW ALOGW macro
|
/aosp12/hardware/qcom/media/msm8998/mm-core/inc/ |
H A D | qc_omx_msg.h | 52 #ifndef LOGW 53 #define LOGW ALOGW macro
|
/aosp12/hardware/qcom/sm8150/media/mm-core/inc/ |
H A D | qc_omx_msg.h | 52 #ifndef LOGW 53 #define LOGW ALOGW macro
|
/aosp12/hardware/qcom/sdm845/media/mm-core/inc/ |
H A D | qc_omx_msg.h | 52 #ifndef LOGW 53 #define LOGW ALOGW macro
|
/aosp12/hardware/qcom/sm7250/media/mm-core/inc/ |
H A D | qc_omx_msg.h | 52 #ifndef LOGW 53 #define LOGW ALOGW macro
|
/aosp12/system/chre/platform/slpi/see/ |
H A D | island_vote_client.cc | 74 LOGW("Big image ref count begins"); in incrementBigImageRefCount() 94 LOGW("Big image ref count ends: %" PRIu64 " ms", duration); in decrementBigImageRefCount()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
H A D | QCameraStateMachine.cpp | 178 LOGW("pthread dead already\n"); in releaseThread() 568 LOGW("already in preview stopped state, do nothing"); in procEvtPreviewStoppedState() 637 LOGW("Free video handle %d %d", evt, m_state); in procEvtPreviewStoppedState() 661 LOGW("No ops for evt(%d) in state(%d)", evt, m_state); in procEvtPreviewStoppedState() 756 LOGW("Cannot handle evt(%d) in state(%d)", evt, m_state); in procEvtPreviewStoppedState() 1057 LOGW("Free video handle %d %d", evt, m_state); in procEvtPreviewReadyState() 1124 LOGW("Cannot handle evt(%d) in state(%d)", evt, m_state); in procEvtPreviewReadyState() 1300 LOGW("Already in preview ready state, no ops here"); in procEvtPreviewingState() 1593 LOGW("Free video handle %d %d", evt, m_state); in procEvtPreviewingState() 1720 LOGW("Cannot handle evt(%d) in state(%d)", evt, m_state); in procEvtPreviewingState() [all …]
|
/aosp12/system/chre/apps/wifi_offload/ |
H A D | chre_scan_params_safe.cc | 60 LOGW("Too many ScanParams frequencies %zu truncated to max %" PRIu16, in UpdateFromScanParams() 74 LOGW("Too many ScanParams ssids %zu truncated to max %" PRIu8, in UpdateFromScanParams()
|
/aosp12/system/chre/apps/wwan_world/ |
H A D | wwan_world.cc | 102 LOGW(" CDMA unsupported"); in logChreWwanInfo() 124 LOGW(" TD-SCDMA unsupported"); in logChreWwanInfo() 199 LOGW("Unhandled event type %" PRIu16, eventType); in nanoappHandleEvent()
|
/aosp12/system/chre/core/ |
H A D | timer_pool.cc | 89 LOGW("Failed to cancel timer ID %" PRIu32 ": not found", timerHandle); in cancelTimer() 91 LOGW("Failed to cancel timer ID %" PRIu32 ": permission denied", in cancelTimer() 276 LOGW("Timer callback invoked prior to expiry"); in handleSystemTimerCallback()
|
H A D | host_comms_manager.cc | 34 LOGW("Rejecting malformed message (null data but non-zero size)"); in sendMessageToHostFromNanoapp() 36 LOGW("Rejecting message of size %zu bytes (max %d)", messageSize, in sendMessageToHostFromNanoapp() 39 LOGW("Rejecting message to invalid host endpoint"); in sendMessageToHostFromNanoapp()
|
H A D | wifi_request_manager.cc | 329 LOGW("Too many scan monitor state transitions"); in addScanMonitorRequestToQueue() 342 LOGW("Failed to update scan monitoring list for non-existent nanoapp"); in updateNanoappScanMonitoringList() 520 LOGW("Wifi scan request failed: pending %d, errorCode %" PRIu8, pending, in handleScanResponseSync() 536 LOGW("Received WiFi scan response for unknown nanoapp"); in handleScanResponseSync() 608 LOGW("RTT ranging failed with error %d", errorCode); in handleRangingEventSync() 643 LOGW("Attempted to unsubscribe unknown nanoapp from WiFi scan events"); in handleFreeWifiScanEvent()
|
/aosp12/system/chre/apps/test/common/chre_stress_test/src/ |
H A D | chre_stress_test_manager.cc | 58 LOGW("Got unknown event type from senderInstanceId %" PRIu32 in handleEvent() 168 LOGW("Unknown event type %" PRIu16, eventType); in handleDataFromChre() 226 LOGW("On-demand scan failed: code %" PRIu8, result->errorCode); in handleWifiAsyncResult() 438 LOGW("Failed to cancel timer"); in cancelTimer()
|
/aosp12/system/chre/platform/shared/ |
H A D | chre_api_core.cc | 58 LOGW("Rejecting event from app instance %" PRIu32 " because it's stopping", in chreSendEvent() 85 LOGW("Rejecting message to host from app instance %" PRIu32 in chreSendMessageWithPermissions()
|
/aosp12/system/chre/util/include/chre/util/nanoapp/ |
H A D | log.h | 66 #define LOGW(fmt, ...) LOGW_TAG(LOG_TAG, fmt, ##__VA_ARGS__) macro 111 #define LOGW_SENSITIVE_INFO LOGW
|
/aosp12/system/chre/apps/audio_stress_test/ |
H A D | audio_stress_test.cc | 124 LOGW("Failed to find suitable audio source"); in discoverAudioHandle() 234 LOGW("Unexpected event %" PRIu16, eventType); in nanoappHandleEvent()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/ |
H A D | mm_jpeg_ionbuf.c | 169 LOGW("Cache Invalidate failed: %s\n", strerror(errno)); in buffer_invalidate() 203 LOGW("Cache clean failed: %s\n", strerror(errno)); in buffer_clean()
|